linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/7] Add mmc driver for i.MX23/28
@ 2011-02-05  2:18 Shawn Guo
  2011-02-05  2:18 ` [PATCH 1/7] mmc: mxs-mmc: add mmc host " Shawn Guo
                   ` (6 more replies)
  0 siblings, 7 replies; 33+ messages in thread
From: Shawn Guo @ 2011-02-05  2:18 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set is to add mmc host driver for i.MX23/28.  It was
tested on both mx23evk and mx28evk boards against Sascha's
imx-for-2.6.39 tree plus the mxs-dma patch set.

Thanks for review.

Regards,
Shawn

Shawn Guo (7)
 [PATCH 1/7] mmc: mxs-mmc: add mmc host driver for i.MX23/28
 [PATCH 2/7] ARM: mxs/clock: fix base address missing in name##_set_parent
 [PATCH 3/7] ARM: mxs: make ssp error irq definition consistent
 [PATCH 4/7] ARM: mxs: dynamically allocate mmc device
 [PATCH 5/7] ARM: mxs: fix typo "GPO" in iomux-mx23.h
 [PATCH 6/7] ARM: mxs/mx23evk: add mmc device
 [PATCH 7/7] ARM: mxs/mx28evk: add mmc device

 arch/arm/mach-mxs/Kconfig                       |    2 +
 arch/arm/mach-mxs/clock-mx23.c                  |   18 +-
 arch/arm/mach-mxs/clock-mx28.c                  |   20 +-
 arch/arm/mach-mxs/devices-mx23.h                |    4 +
 arch/arm/mach-mxs/devices-mx28.h                |    4 +
 arch/arm/mach-mxs/devices/Kconfig               |    3 +
 arch/arm/mach-mxs/devices/Makefile              |    1 +
 arch/arm/mach-mxs/devices/platform-mmc.c        |   80 ++
 arch/arm/mach-mxs/include/mach/devices-common.h |   13 +
 arch/arm/mach-mxs/include/mach/iomux-mx23.h     |  190 +++---
 arch/arm/mach-mxs/include/mach/mmc.h            |   15 +
 arch/arm/mach-mxs/include/mach/mx23.h           |    2 +-
 arch/arm/mach-mxs/include/mach/mx28.h           |    8 +-
 arch/arm/mach-mxs/mach-mx23evk.c                |   58 ++
 arch/arm/mach-mxs/mach-mx28evk.c                |  102 +++-
 drivers/mmc/host/Kconfig                        |    9 +
 drivers/mmc/host/Makefile                       |    1 +
 drivers/mmc/host/mxs-mmc.c                      |  884 +++++++++++++++++++++++
 18 files changed, 1310 insertions(+), 104 deletions(-)

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

end of thread, other threads:[~2011-02-13 23:52 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-05  2:18 [PATCH 0/7] Add mmc driver for i.MX23/28 Shawn Guo
2011-02-05  2:18 ` [PATCH 1/7] mmc: mxs-mmc: add mmc host " Shawn Guo
2011-02-04 20:26   ` Arnd Bergmann
2011-02-11  0:35     ` Shawn Guo
2011-02-10 17:17       ` Arnd Bergmann
2011-02-11 23:14         ` Shawn Guo
2011-02-11 15:51           ` Arnd Bergmann
2011-02-12  0:55             ` Shawn Guo
2011-02-11 20:04               ` Arnd Bergmann
2011-02-12 14:04                 ` Shawn Guo
2011-02-12  8:59                   ` Arnd Bergmann
2011-02-12 17:23                     ` Shawn Guo
2011-02-12 10:07                       ` Arnd Bergmann
2011-02-12 18:37                         ` Shawn Guo
2011-02-12 17:30                           ` Arnd Bergmann
2011-02-13 17:53       ` Shawn Guo
2011-02-13 15:34         ` Arnd Bergmann
2011-02-13 23:52           ` Shawn Guo
2011-02-13 16:10             ` Arnd Bergmann
2011-02-08 11:41   ` Lothar Waßmann
2011-02-11 22:11     ` Shawn Guo
2011-02-11 14:40       ` Lothar Waßmann
2011-02-12  1:08         ` Shawn Guo
2011-02-09  7:46   ` Lothar Waßmann
2011-02-11 22:08     ` Shawn Guo
2011-02-11 14:52       ` Lothar Waßmann
2011-02-11 23:48         ` Shawn Guo
2011-02-05  2:18 ` [PATCH 2/7] ARM: mxs/clock: fix base address missing in name##_set_parent Shawn Guo
2011-02-05  2:18 ` [PATCH 3/7] ARM: mxs: make ssp error irq definition consistent Shawn Guo
2011-02-05  2:18 ` [PATCH 4/7] ARM: mxs: dynamically allocate mmc device Shawn Guo
2011-02-05  2:18 ` [PATCH 5/7] ARM: mxs: fix typo "GPO" in iomux-mx23.h Shawn Guo
2011-02-05  2:18 ` [PATCH 6/7] ARM: mxs/mx23evk: add mmc device Shawn Guo
2011-02-05  2:18 ` [PATCH 7/7] ARM: mxs/mx28evk: " Shawn Guo

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).