linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/5] Provide sdhci driver for mmp2 and pxa9xx
@ 2011-06-08  9:41 Zhangfei Gao
  2011-06-08  9:41 ` [PATCH v4 1/5] mmc: support sdhci-pxav3.c Zhangfei Gao
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Zhangfei Gao @ 2011-06-08  9:41 UTC (permalink / raw)
  To: linux-arm-kernel

v3->v4
Update patch sequence and mmp2_defconfig
update driver/mmc/host/Kconfig
Remove get_ro

The patches to provide separate sdhci driver for mmp2 and pxa910
based on sdhci-platfm.
Rename to sdhci-pxav3.c and sdhci-pxav2.c
Remove obsolete sdhci-pxa.c, which is used to share among pxa serious, since
under this method, platform difference have to be put under arch/arm,
which is not easy to track.
As a result, mmp2 mmc resource should be updated accordingly.

Zhangfei Gao (5):
  mmc: support sdhci-pxav3.c
  mmc: support sdhci-pxav2.c
  ARM: mmp2: update mmp2 mmc resource
  mmc: delete obsolete sdhci-pxa.c
  ARM: mmp2: update mmp2_defconfig to support mmc

 arch/arm/configs/mmp2_defconfig        |    9 +-
 arch/arm/mach-mmp/brownstone.c         |   10 +-
 arch/arm/mach-mmp/jasper.c             |    2 +-
 arch/arm/mach-mmp/mmp2.c               |   16 +-
 arch/arm/plat-pxa/include/plat/sdhci.h |   35 +++-
 drivers/mmc/host/Kconfig               |   24 ++-
 drivers/mmc/host/Makefile              |    3 +-
 drivers/mmc/host/sdhci-pxa.c           |  303 --------------------------------
 drivers/mmc/host/sdhci-pxav2.c         |  244 +++++++++++++++++++++++++
 drivers/mmc/host/sdhci-pxav3.c         |  289 ++++++++++++++++++++++++++++++
 10 files changed, 609 insertions(+), 326 deletions(-)
 delete mode 100644 drivers/mmc/host/sdhci-pxa.c
 create mode 100644 drivers/mmc/host/sdhci-pxav2.c
 create mode 100644 drivers/mmc/host/sdhci-pxav3.c

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

end of thread, other threads:[~2011-06-14 15:00 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-08  9:41 [PATCH v4 0/5] Provide sdhci driver for mmp2 and pxa9xx Zhangfei Gao
2011-06-08  9:41 ` [PATCH v4 1/5] mmc: support sdhci-pxav3.c Zhangfei Gao
2011-06-08  9:41 ` [PATCH v4 2/5] mmc: support sdhci-pxav2.c Zhangfei Gao
2011-06-13 21:35   ` Philip Rakity
2011-06-14  6:07     ` zhangfei gao
2011-06-14 15:00       ` Philip Rakity
2011-06-08  9:41 ` [PATCH v4 3/5] ARM: mmp2: update mmp2 mmc resource Zhangfei Gao
2011-06-08  9:42 ` [PATCH v4 4/5] mmc: delete obsolete sdhci-pxa.c Zhangfei Gao
2011-06-08  9:42 ` [PATCH v4 5/5] ARM: mmp2: update mmp2_defconfig to support mmc Zhangfei Gao
2011-06-08 12:53   ` Sachin Nikam
2011-06-08 15:00     ` Arnd Bergmann
2011-06-09  4:36       ` Sachin Nikam

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).