]> Git Repo - linux.git/commitdiff
Merge tag 'nand/for-6.3' into mtd/next
authorMiquel Raynal <[email protected]>
Thu, 23 Feb 2023 09:28:29 +0000 (10:28 +0100)
committerMiquel Raynal <[email protected]>
Thu, 23 Feb 2023 09:28:29 +0000 (10:28 +0100)
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

1  2 
MAINTAINERS

diff --combined MAINTAINERS
index 36c500e34508a23bb5b16ca8a2c2fe68e30b2439,75ef0b2ddb2eeef83ad55f088ad45f743c603a65..d0d29cc379d99af34d3436db4647129f71977930
@@@ -11468,7 -11468,7 +11468,7 @@@ F:   arch/x86/kvm/hyperv.
  F:    arch/x86/kvm/kvm_onhyperv.*
  F:    arch/x86/kvm/svm/hyperv.*
  F:    arch/x86/kvm/svm/svm_onhyperv.*
 -F:    arch/x86/kvm/vmx/evmcs.*
 +F:    arch/x86/kvm/vmx/hyperv.*
  
  KVM X86 Xen (KVM/Xen)
  M:    David Woodhouse <[email protected]>
@@@ -13213,7 -13213,7 +13213,7 @@@ F:   drivers/phy/ralink/phy-mt7621-pci.
  MEDIATEK NAND CONTROLLER DRIVER
  L:    [email protected]
  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
@@@ -13620,7 -13620,7 +13620,7 @@@ F:   arch/microblaze
  
  MICROCHIP AT91 DMA DRIVERS
  M:    Ludovic Desroches <[email protected]>
 -M:    Tudor Ambarus <tudor.ambarus@microchip.com>
 +M:    Tudor Ambarus <tudor.ambarus@linaro.org>
  L:    [email protected] (moderated for non-subscribers)
  L:    [email protected]
  S:    Supported
@@@ -13665,7 -13665,7 +13665,7 @@@ F:   Documentation/devicetree/bindings/me
  F:    drivers/media/platform/microchip/microchip-csi2dc.c
  
  MICROCHIP ECC DRIVER
 -M:    Tudor Ambarus <tudor.ambarus@microchip.com>
 +M:    Tudor Ambarus <tudor.ambarus@linaro.org>
  L:    [email protected]
  S:    Maintained
  F:    drivers/crypto/atmel-ecc.*
@@@ -13762,7 -13762,7 +13762,7 @@@ S:   Maintaine
  F:    drivers/mmc/host/atmel-mci.c
  
  MICROCHIP NAND DRIVER
 -M:    Tudor Ambarus <tudor.ambarus@microchip.com>
 +M:    Tudor Ambarus <tudor.ambarus@linaro.org>
  L:    [email protected]
  S:    Supported
  F:    Documentation/devicetree/bindings/mtd/atmel-nand.txt
@@@ -13814,7 -13814,7 +13814,7 @@@ S:   Supporte
  F:    drivers/power/reset/at91-sama5d2_shdwc.c
  
  MICROCHIP SPI DRIVER
 -M:    Tudor Ambarus <tudor.ambarus@microchip.com>
 +M:    Tudor Ambarus <tudor.ambarus@linaro.org>
  S:    Supported
  F:    drivers/spi/spi-atmel.*
  
  S:    Supported
  W:    http://git.infradead.org/nvme.git
  T:    git://git.infradead.org/nvme.git
 +F:    Documentation/nvme/
  F:    drivers/nvme/host/
  F:    drivers/nvme/common/
  F:    include/linux/nvme*
@@@ -19665,7 -19664,7 +19665,7 @@@ F:   drivers/clk/spear
  F:    drivers/pinctrl/spear/
  
  SPI NOR SUBSYSTEM
 -M:    Tudor Ambarus <tudor.ambarus@microchip.com>
 +M:    Tudor Ambarus <tudor.ambarus@linaro.org>
  M:    Pratyush Yadav <[email protected]>
  R:    Michael Walle <[email protected]>
  L:    [email protected]
This page took 0.160198 seconds and 4 git commands to generate.