diff options
author | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-02-23 10:28:29 +0100 |
---|---|---|
committer | Miquel Raynal <miquel.raynal@bootlin.com> | 2023-02-23 10:28:29 +0100 |
commit | f4440abc08917d9a7032abb8a6a5d4b36ca979b6 (patch) | |
tree | 7a17631729c10d6778e2be007dd4f3f59a5f0c3c /MAINTAINERS | |
parent | 27121864ab366992583d894961ecdc6e2ffe0ca1 (diff) | |
parent | ef3e6327ff04af8527b3558e023e99f1cc241bce (diff) | |
download | linux-rpi-f4440abc08917d9a7032abb8a6a5d4b36ca979b6.tar.gz linux-rpi-f4440abc08917d9a7032abb8a6a5d4b36ca979b6.tar.bz2 linux-rpi-f4440abc08917d9a7032abb8a6a5d4b36ca979b6.zip |
Merge tag 'nand/for-6.3' into mtd/next
NAND core changes:
* Check the data only read pattern only once
* Prepare the late addition of supported operation checks
* Support for sequential cache reads
* Fix nand_chip kdoc
Raw NAND changes:
* Fsl_elbc: Propagate HW ECC settings to HW
* Marvell: Add missing layouts
* Pasemi: Don't use static data to track per-device state
* Sunxi:
- Fix the size of the last OOB region
- Remove an unnecessary check
- Remove an unnecessary check
- Clean up chips after failed init
- Precompute the ECC_CTL register value
- Embed sunxi_nand_hw_ecc by value
- Update OOB layout to match hardware
* tmio_nand: Remove driver
* vf610_nfc: Use regular comments for functions
SPI-NAND changes:
* Add support for AllianceMemory AS5F34G04SND
* Macronix: use scratch buffer for DMA operation
NAND ECC changes:
* Mediatek:
- Add ECC support fot MT7986 IC
- Add compatible for MT7986
- dt-bindings: Split ECC engine with rawnand controller
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 36c500e34508..d0d29cc379d9 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -13213,7 +13213,7 @@ F: drivers/phy/ralink/phy-mt7621-pci.c MEDIATEK NAND CONTROLLER DRIVER L: linux-mtd@lists.infradead.org S: Orphan -F: Documentation/devicetree/bindings/mtd/mtk-nand.txt +F: Documentation/devicetree/bindings/mtd/mediatek,mtk-nfc.yaml F: drivers/mtd/nand/raw/mtk_* MEDIATEK PMIC LED DRIVER |