public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* nand/denali: split the driver into 3 parts: generic, PCI and DT
@ 2012-09-27 16:58 dinguyen
  2012-09-27 16:58 ` [PATCH v2 1/2] nand/denali: split the generic driver and PCI layer dinguyen
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: dinguyen @ 2012-09-27 16:58 UTC (permalink / raw)
  To: linux-mtd; +Cc: dinh.linux

Hello,

The following 2 patches attempts to make the current Denali NAND controller, 
which is PCI-based, to be both PCI and device tree drivers.

The first patch is a resend of Jami Iles patch with only minor changes on the
commit message and checkpatch errors and warnings. This patch was originally
sent in this message:

http://lists.infradead.org/pipermail/linux-mtd/2011-May/035334.html

The second patch is also based on Jamie Iles' patch to add a MMIO version of
the Denali NAND driver. I converted to be DT based.

I think there were comments to make it fully DT, but since I don't have a
PCI-base hardware to test this, I don't want to break it. I can only test the 
DT version on the HW that I have access to.

.../devicetree/bindings/mtd/denali-nand.txt        |   23 +++
 drivers/mtd/nand/Kconfig                           |   20 ++-
 drivers/mtd/nand/Makefile                          |    2 +
 drivers/mtd/nand/denali.c                          |  160 ++++---------------
 drivers/mtd/nand/denali.h                          |    5 +
 drivers/mtd/nand/denali_dt.c                       |  167 ++++++++++++++++++++
 drivers/mtd/nand/denali_pci.c                      |  144 +++++++++++++++++
 7 files changed, 386 insertions(+), 135 deletions(-)


Thanks,
Dinh

^ permalink raw reply	[flat|nested] 5+ messages in thread
* nand/denali: split the driver into 3 parts: generic, PCI and DT
@ 2012-10-08 15:59 dinguyen
  0 siblings, 0 replies; 5+ messages in thread
From: dinguyen @ 2012-10-08 15:59 UTC (permalink / raw)
  To: linux-mtd; +Cc: dinh.linux

Hi,

Resend. Would appreciate any kinda of comments.

---
The following 2 patches attempts to make the current Denali NAND controller,
which is PCI-based, to be both PCI and device tree drivers.

The first patch is a resend of Jami Iles patch with only minor changes on the
commit message and checkpatch errors and warnings. This patch was originally
sent in this message:

http://lists.infradead.org/pipermail/linux-mtd/2011-May/035334.html

The second patch is also based on Jamie Iles' patch to add a MMIO version of
the Denali NAND driver. I converted to be DT based.

I think there were comments to make it fully DT, but since I don't have a
PCI-base hardware to test this, I don't want to break it. I can only test the
DT version on the HW that I have access to.

.../devicetree/bindings/mtd/denali-nand.txt        |   23 +++
 drivers/mtd/nand/Kconfig                           |   20 ++-
 drivers/mtd/nand/Makefile                          |    2 +
 drivers/mtd/nand/denali.c                          |  160 ++++---------------
 drivers/mtd/nand/denali.h                          |    5 +
 drivers/mtd/nand/denali_dt.c                       |  167 ++++++++++++++++++++
 drivers/mtd/nand/denali_pci.c                      |  144 +++++++++++++++++
 7 files changed, 386 insertions(+), 135 deletions(-)


Thanks,
Dinh

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

end of thread, other threads:[~2012-10-11 10:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-27 16:58 nand/denali: split the driver into 3 parts: generic, PCI and DT dinguyen
2012-09-27 16:58 ` [PATCH v2 1/2] nand/denali: split the generic driver and PCI layer dinguyen
2012-09-27 16:58 ` [PATCH v2 2/2] nand/denali: add a DT driver dinguyen
2012-10-11 10:17 ` nand/denali: split the driver into 3 parts: generic, PCI and DT Artem Bityutskiy
  -- strict thread matches above, loose matches on Subject: below --
2012-10-08 15:59 dinguyen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox