diff options
author | Brian Norris <computersforpeace@gmail.com> | 2017-07-08 03:03:11 +0200 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2017-07-08 03:03:11 +0200 |
commit | ef32476f268c321c101d3e09e05c7fd9a77177cb (patch) | |
tree | 90975c1898427790941a390589fa55b6ee264d3e /Documentation/devicetree/bindings/mtd/gpmc-onenand.txt | |
parent | Merge tag 'spi-nor/for-4.13' into MTD (diff) | |
parent | mtd: nand: mtk: release lock on error path (diff) | |
download | linux-ef32476f268c321c101d3e09e05c7fd9a77177cb.tar.xz linux-ef32476f268c321c101d3e09e05c7fd9a77177cb.zip |
Merge tag 'nand/for-4.13' into MTD
From Boris:
"""
This pull request contains the following core changes:
* addition of on-ecc support to Micron driver
* addition of helpers to help drivers choose most appropriate ECC
settings
* deletion of dead-code (cached programming and ->errstat() hook)
* make sure drivers that do not support the SET/GET FEATURES command
return ENOTSUPP use a dummy ->set/get_features implementation
returning -ENOTSUPP (required for Micron on-die ECC)
* change the semantic of ecc->write_page() for drivers setting the
NAND_ECC_CUSTOM_PAGE_ACCESS flag
* support exiting 'GET STATUS' command in default ->cmdfunc()
implementations
* change the prototype of ->setup_data_interface()
A bunch of driver related changes:
* various cleanup, fixes and improvements of the MTK driver
* OMAP DT bindings fixes
* support for ->setup_data_interface() in the fsmc driver
* support for imx7 in the gpmi driver
* finalization of the denali driver rework (thanks to Masahiro for the
work he's done on this driver)
* fix "bitflips in erased pages" handling in the ifc driver
* addition of PM ops and dynamic timing configuration to the atmel
driver
And as usual we also have a few minor cleanup/fixes/improvements
patches across the subsystem.
"""
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/gpmc-onenand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/gpmc-onenand.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/gpmc-onenand.txt b/Documentation/devicetree/bindings/mtd/gpmc-onenand.txt index 5d8fa527c496..b6e8bfd024f4 100644 --- a/Documentation/devicetree/bindings/mtd/gpmc-onenand.txt +++ b/Documentation/devicetree/bindings/mtd/gpmc-onenand.txt @@ -5,7 +5,7 @@ the GPMC controller with a name of "onenand". All timing relevant properties as well as generic gpmc child properties are explained in a separate documents - please refer to -Documentation/devicetree/bindings/bus/ti-gpmc.txt +Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt Required properties: |