From: zhangfei.gao@marvell.com (Zhangfei Gao)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v4 0/5] Provide sdhci driver for mmp2 and pxa9xx
Date: Wed, 8 Jun 2011 17:41:56 +0800 [thread overview]
Message-ID: <1307526121-12059-1-git-send-email-zhangfei.gao@marvell.com> (raw)
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
next reply other threads:[~2011-06-08 9:41 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-08 9:41 Zhangfei Gao [this message]
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
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=1307526121-12059-1-git-send-email-zhangfei.gao@marvell.com \
--to=zhangfei.gao@marvell.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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 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).