All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k
@ 2020-10-29  6:52 Baruch Siach
  2020-10-29  6:52 ` [PATCH 1/5] arm: dts: armada-cp110-slave: add missing cps_nand Baruch Siach
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Baruch Siach @ 2020-10-29  6:52 UTC (permalink / raw)
  To: u-boot

This series adds NAND flash support to Aramda 8k systems. Patches make the
necessary changes to the pxa3xx_nand driver and DT files.

v3:
  Address Stefan's comments on patch #3

  Move hunks from patch #3 to #5 to fix bisectability

v2:
  Rebase on current master. Fixes conflict with commit 661c98121d4 ("mtd: nand:
  pxa3xx: Fix not calling dev_xxx with a device")

Baruch Siach (2):
  arm: dts: armada-cp110-master: update nand-controller
  mtd: pxa3xx_nand: remove dead code

Shmuel Hazan (3):
  arm: dts: armada-cp110-slave: add missing cps_nand
  mtd: pxa3xx_nand: port to use driver model
  mtd: nand: pxa3xx: enable NAND controller if the SoC needs it

 arch/arm/dts/armada-cp110-master.dtsi |  15 ++-
 arch/arm/dts/armada-cp110-slave.dtsi  |  16 +++
 drivers/mtd/nand/raw/Kconfig          |   2 +
 drivers/mtd/nand/raw/pxa3xx_nand.c    | 180 ++++++++++++++------------
 4 files changed, 125 insertions(+), 88 deletions(-)

-- 
2.28.0

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k
@ 2020-09-15 11:07 Baruch Siach
  2020-09-15 11:07 ` [PATCH 5/5] mtd: nand: pxa3xx: enable NAND controller if the SoC needs it Baruch Siach
  0 siblings, 1 reply; 10+ messages in thread
From: Baruch Siach @ 2020-09-15 11:07 UTC (permalink / raw)
  To: u-boot

This series adds NAND flash support to Aramda 8k systems. Patches make the 
necessary changes to the pxa3xx_nand driver and DT files.

Baruch Siach (2):
  arm: dts: armada-cp110-master: update nand-controller
  mtd: pxa3xx_nand: remove dead code

Shmuel Hazan (3):
  arm: dts: armada-cp110-slave: add missing cps_nand
  mtd: pxa3xx_nand: port to use driver model
  mtd: nand: pxa3xx: enable NAND controller if the SoC needs it

 arch/arm/dts/armada-cp110-master.dtsi |  15 ++-
 arch/arm/dts/armada-cp110-slave.dtsi  |  16 +++
 drivers/mtd/nand/raw/Kconfig          |   2 +
 drivers/mtd/nand/raw/pxa3xx_nand.c    | 176 ++++++++++++++------------
 4 files changed, 123 insertions(+), 86 deletions(-)

-- 
2.28.0

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-10-29 14:28 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-29  6:52 [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k Baruch Siach
2020-10-29  6:52 ` [PATCH 1/5] arm: dts: armada-cp110-slave: add missing cps_nand Baruch Siach
2020-10-29  6:52 ` [PATCH 2/5] arm: dts: armada-cp110-master: update nand-controller Baruch Siach
2020-10-29  6:52 ` [PATCH 3/5] mtd: pxa3xx_nand: port to use driver model Baruch Siach
2020-10-29  6:52 ` [PATCH 4/5] mtd: pxa3xx_nand: remove dead code Baruch Siach
2020-10-29  6:52 ` [PATCH 5/5] mtd: nand: pxa3xx: enable NAND controller if the SoC needs it Baruch Siach
2020-10-29  9:02   ` Stefan Roese
2020-10-29  6:58 ` [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k Stefan Roese
2020-10-29 14:28 ` Stefan Roese
  -- strict thread matches above, loose matches on Subject: below --
2020-09-15 11:07 Baruch Siach
2020-09-15 11:07 ` [PATCH 5/5] mtd: nand: pxa3xx: enable NAND controller if the SoC needs it Baruch Siach

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.