All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: u-boot@lists.denx.de
Subject: [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k
Date: Tue, 15 Sep 2020 14:07:22 +0300	[thread overview]
Message-ID: <cover.1600166553.git.baruch@tkos.co.il> (raw)

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

             reply	other threads:[~2020-09-15 11:07 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-15 11:07 Baruch Siach [this message]
2020-09-15 11:07 ` [PATCH 1/5] arm: dts: armada-cp110-slave: add missing cps_nand Baruch Siach
2020-09-15 11:07 ` [PATCH 2/5] arm: dts: armada-cp110-master: update nand-controller Baruch Siach
2020-09-15 11:07 ` [PATCH 3/5] mtd: pxa3xx_nand: port to use driver model Baruch Siach
2020-09-15 11:07 ` [PATCH 4/5] mtd: pxa3xx_nand: remove dead code Baruch Siach
2020-09-15 11:07 ` [PATCH 5/5] mtd: nand: pxa3xx: enable NAND controller if the SoC needs it Baruch Siach
2020-10-29  6:52 [PATCH 0/5] mtd: pxa3xx_nand: add support for Armada 8k Baruch Siach
2020-10-29  6:58 ` Stefan Roese
2020-10-29 14:28 ` Stefan Roese

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1600166553.git.baruch@tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.