summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mtd
AgeCommit message (Expand)AuthorFilesLines
2023-06-23dt-bindings: mtd: Accept nand related node namesMiquel Raynal1-1/+1
2023-06-19dt-bindings: mtd: partition: Add missing type for "linux,rootfs"Rob Herring1-0/+1
2023-06-09dt-bindings: mtd: partitions: Include TP-Link SafeLoader in allowed listRafał Miłecki1-0/+1
2023-06-09dt-bindings: nand: meson: Fix 'nand-rb' propertyArseniy Krasnov1-0/+6
2023-05-05Merge tag 'devicetree-fixes-for-6.4-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+1
2023-05-04dt-bindings: xilinx: Remove Naga from memory and mtd bindingsMichal Simek2-2/+1
2023-04-27Merge tag 'devicetree-for-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2023-04-26Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds19-21/+21
2023-04-05dt-bindings: Add missing (unevaluated|additional)Properties on child node sch...Rob Herring1-0/+1
2023-03-28dt-bindings: mtd: Drop unneeded quotesRob Herring19-21/+21
2023-03-22dt-bindings: mtd: jedec,spi-nor: Document CPOL/CPHA supportGeert Uytterhoeven1-0/+7
2023-02-26Merge tag 'mtd/for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds4-177/+219
2023-02-23Merge tag 'nand/for-6.3' into mtd/nextMiquel Raynal3-176/+218
2023-02-08dt-bindings: reference MC peripheral properties in relevant devicesKrzysztof Kozlowski1-0/+1
2023-02-03dt-bindings: mtd: mediatek,nand-ecc-engine: Add compatible for MT7986Xiangsheng Hou1-0/+1
2023-02-03dt-bindings: mtd: Split ECC engine with rawnand controllerXiangsheng Hou3-176/+217
2023-01-30dt-bindings: mtd: partitions: Fix partition node name patternRob Herring1-1/+1
2022-12-16dt-bindings: drop redundant part of title (end, part three)Krzysztof Kozlowski5-5/+5
2022-12-16dt-bindings: drop redundant part of title (end)Krzysztof Kozlowski1-1/+1
2022-12-16dt-bindings: drop redundant part of title of shared bindingsKrzysztof Kozlowski2-2/+2
2022-12-14Merge tag 'devicetree-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2022-12-05Merge tag 'spi-nor/for-6.2' into mtd/nextMiquel Raynal1-0/+8
2022-12-05Merge tag 'nand/for-6.2' into mtd/nextMiquel Raynal2-5/+15
2022-11-18dt-bindings: mtd: fixed-partitions: Fix 'sercomm,scpart-id' schemaRob Herring1-18/+11
2022-11-17dt-bindings: mtd: Standardize the style in the examplesMiquel Raynal10-278/+279
2022-11-17dt-bindings: mtd: Drop object types when referencing other filesMiquel Raynal1-1/+0
2022-11-17dt-bindings: mtd: Argue in favor of keeping additionalProperties set to trueMiquel Raynal4-0/+4
2022-11-17dt-bindings: mtd: nvmem-cells: Inherit from MTD partitionsMiquel Raynal1-1/+2
2022-11-17dt-bindings: mtd: nvmem-cells: Drop range property from exampleMiquel Raynal1-1/+0
2022-11-17dt-bindings: mtd: partitions: Change qcom,smem-part partition typeMiquel Raynal1-1/+1
2022-11-17dt-bindings: mtd: partitions: Constrain the list of parsersMiquel Raynal8-2/+29
2022-11-17dt-bindings: mtd: physmap: Reuse the generic definitionsMiquel Raynal3-6/+4
2022-11-17dt-bindings: mtd: spi-nor: Drop common propertiesMiquel Raynal1-14/+0
2022-11-17dt-bindings: mtd: sunxi-nand: Add an example to validate the bindingsMiquel Raynal1-0/+23
2022-11-17dt-bindings: mtd: onenand: Mention the expected node nameMiquel Raynal1-0/+3
2022-11-17dt-bindings: mtd: ingenic: Mark partitions in the controller node as deprecatedMiquel Raynal1-0/+1
2022-11-17dt-bindings: mtd: nand: Standardize the child node nameMiquel Raynal2-2/+2
2022-11-17dt-bindings: mtd: nand: Drop common properties already defined in generic filesMiquel Raynal4-24/+3
2022-11-17dt-bindings: mtd: nand-chip: Reference mtd.yamlMiquel Raynal1-0/+3
2022-11-17dt-bindings: mtd: Remove useless file about partitionsMiquel Raynal6-41/+5
2022-11-17dt-bindings: mtd: Clarify all partition subnodesMiquel Raynal2-0/+50
2022-11-17dt-bindings: mtd: partitions: allow SafeLoader dynamic subpartitionsRafał Miłecki1-0/+8
2022-11-08dt-bindings: mtd: brcm,brcmnand: update interrupts descriptionRafał Miłecki1-4/+12
2022-11-07dt-bindings: mtd: partitions: support marking rootfs partitionRafał Miłecki2-0/+5
2022-11-07dt-bindings: mtd: partitions: add TP-Link SafeLoader layoutRafał Miłecki1-0/+49
2022-10-31dt-bindings: mtd: partitions: u-boot: allow dynamic subpartitionsRafał Miłecki1-0/+7
2022-10-25dt-bindings: mtd: spi-nor: Add reset-gpios propertySai Krishna Potthuri1-0/+8
2022-10-18dt-bindings: mtd: rockchip: add rockchip,rk3128-nfcJohan Jonker1-1/+3
2022-10-10Merge tag 'devicetree-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-8/+8
2022-10-07Merge tag 'nand/for-6.1' into mtd/nextMiquel Raynal3-64/+97