bcm47xx: Add support for brcmnand controller on BCMA bus
authorFlorian Fainelli <f.fainelli@gmail.com>
Thu, 23 Dec 2021 03:25:14 +0000 (19:25 -0800)
committerFlorian Fainelli <f.fainelli@gmail.com>
Mon, 20 Jun 2022 21:29:12 +0000 (14:29 -0700)
commitacff8aec0c629859fec4ebac2073c4fe37c8035a
treec91db3c21d6a9ae4c0c8a8e9c754508b31aca3bf
parentcd3de51bb4a18f922a961fdeb42c1c8f1f80b425
bcm47xx: Add support for brcmnand controller on BCMA bus

Back port the patches being submitted upstream in order to make the NAND
controller work on BCM47187/5358. This is a prerequisite for supporting
devices like the Netgear WNR3500L V2.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
target/linux/bcm47xx/config-5.10
target/linux/bcm47xx/patches-5.10/100-mtd-rawnand-brcmnand-Assign-soc-as-early-as-possible.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/101-mtd-rawnand-brcmnand-Allow-SoC-to-provide-I-O-operations.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/102-mtd-rawnand-brcmnand-Avoid-pdev-in-brcmnand_init_cs.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/103-mtd-rawnand-brcmnand-Move-OF-operations-out-of-brcmnand_init_cs.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/104-mtd-rawnand-brcmnand-Allow-working-without-interrupts.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/105-mtd-rawnand-brcmnand-Add-platform-data-structure-for-BCMA.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/106-mtd-rawnand-brcmnand-Allow-platform-data-instantation.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/107-mtd-rawnand-brcmnand-BCMA-controller-uses-command-shift-of-0.patch [new file with mode: 0644]
target/linux/bcm47xx/patches-5.10/108-mtd-rawnand-brcmnand-Add-BCMA-shim.patch [new file with mode: 0644]