Skip to content

Commit eb8322d

Browse files
committed
Merge tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux
Pull mtd updates from Miquel Raynal: "Core MTD changes: - dt-bindings: Drop unneeded quotes - mtdblock: Tolerate corrected bit-flips - Use of_property_read_bool() for boolean properties - Avoid magic values - Avoid printing error messages on probe deferrals - Prepare mtd_otp_nvmem_add() to handle -EPROBE_DEFER - Fix error path for nvmem provider - Fix nvmem error reporting - Provide unique name for nvmem device MTD device changes: - lpddr_cmds: Remove unused words variable - bcm63xxpart: Remove MODULE_LICENSE in non-modules SPI NOR core changes: - Introduce Read While Write support for flashes featuring several banks - Set the 4-Byte Address Mode method based on SFDP data - Allow post_sfdp hook to return errors - Parse SCCR MC table and introduce support for multi-chip devices SPI NOR manufacturer drivers changes: - macronix: Add support for mx25uw51245g with RWW - spansion: - Determine current address mode at runtime as it can be changed in a non-volatile way and differ from factory defaults or from what SFDP advertises. - Enable JFFS2 write buffer mode for few ECC'd NOR flashes: S25FS256T, s25hx and s28hx - Add support for s25hl02gt and s25hs02gt Raw NAND core changes: - Convert to platform remove callback returning void - Fix spelling mistake waifunc() -> waitfunc() Raw NAND controller driver changes: - imx: Remove unused is_imx51_nfc and imx53_nfc functions - omap2: Drop obsolete dependency on COMPILE_TEST - orion: Use devm_platform_ioremap_resource() - qcom: - Use of_property_present() for testing DT property presence - Use devm_platform_get_and_ioremap_resource() - stm32_fmc2: Depends on ARCH_STM32 instead of MACH_STM32MP157 - tmio: Remove reference to config MTD_NAND_TMIO in the parsers Raw NAND manufacturer driver changes: - hynix: Fix up bit 0 of sdr_timing_mode SPI-NAND changes: - Add support for ESMT F50x1G41LB" * tag 'mtd/for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux: (55 commits) mtd: nand: Convert to platform remove callback returning void mtd: onenand: omap2: Drop obsolete dependency on COMPILE_TEST mtd: spi-nor: spansion: Add support for s25hl02gt and s25hs02gt mtd: spi-nor: spansion: Add a new ->ready() hook for multi-chip device mtd: spi-nor: spansion: Rework cypress_nor_quad_enable_volatile() for multi-chip device support mtd: spi-nor: spansion: Rework cypress_nor_get_page_size() for multi-chip device support mtd: spi-nor: sfdp: Add support for SCCR map for multi-chip device mtd: spi-nor: Extract volatile register offset from SCCR map mtd: spi-nor: Allow post_sfdp hook to return errors mtd: spi-nor: spansion: Rename method to cypress_nor_get_page_size mtd: spi-nor: spansion: Enable JFFS2 write buffer for S25FS256T mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s25hx SEMPER flash mtd: spi-nor: spansion: Enable JFFS2 write buffer for Infineon s28hx SEMPER flash mtd: spi-nor: spansion: Determine current address mode mtd: spi-nor: core: Introduce spi_nor_set_4byte_addr_mode() mtd: spi-nor: core: Update flash's current address mode when changing address mode mtd: spi-nor: Stop exporting spi_nor_restore() mtd: spi-nor: Set the 4-Byte Address Mode method based on SFDP data mtd: spi-nor: core: Make spi_nor_set_4byte_addr_mode_brwr public mtd: spi-nor: core: Update name and description of spi_nor_set_4byte_addr_mode ...
2 parents 2c96606 + 7227aac commit eb8322d

100 files changed

Lines changed: 1395 additions & 429 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/mtd/allwinner,sun4i-a10-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Allwinner A10 NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Chen-Yu Tsai <wens@csie.org>

Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Arasan NAND Flash Controller with ONFI 3.1 support
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>

Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: PL353 NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Miquel Raynal <miquel.raynal@bootlin.com>

Documentation/devicetree/bindings/mtd/gpmi-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ required:
9393
unevaluatedProperties: false
9494

9595
allOf:
96-
- $ref: "nand-controller.yaml"
96+
- $ref: nand-controller.yaml
9797

9898
- if:
9999
properties:

Documentation/devicetree/bindings/mtd/intel,lgm-ebunand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Intel LGM SoC NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>

Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Rob Herring <robh@kernel.org>
1111

1212
allOf:
13-
- $ref: "mtd.yaml#"
13+
- $ref: mtd.yaml#
1414
- $ref: /schemas/spi/spi-peripheral-props.yaml#
1515

1616
properties:

Documentation/devicetree/bindings/mtd/mtd-physmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
file systems on embedded devices.
1515
1616
allOf:
17-
- $ref: "mtd.yaml#"
17+
- $ref: mtd.yaml#
1818
- $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
1919

2020
properties:

Documentation/devicetree/bindings/mtd/mxc-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1111

1212
allOf:
13-
- $ref: "nand-controller.yaml"
13+
- $ref: nand-controller.yaml
1414

1515
properties:
1616
compatible:

Documentation/devicetree/bindings/mtd/nand-chip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Miquel Raynal <miquel.raynal@bootlin.com>
1111

1212
allOf:
13-
- $ref: "mtd.yaml#"
13+
- $ref: mtd.yaml#
1414

1515
description: |
1616
This file covers the generic description of a NAND chip. It implies that the

Documentation/devicetree/bindings/mtd/nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ properties:
5151

5252
patternProperties:
5353
"^nand@[a-f0-9]$":
54-
$ref: "nand-chip.yaml#"
54+
$ref: nand-chip.yaml#
5555

5656
properties:
5757
reg:

0 commit comments

Comments
 (0)