linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] Move Freescale MXS gpio driver into drivers/gpio
@ 2011-05-28 15:09 Shawn Guo
  2011-05-28 15:09 ` [PATCH v2 1/2] gpio: gpio-mxs: add gpio driver for Freescale MXS architecture Shawn Guo
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Shawn Guo @ 2011-05-28 15:09 UTC (permalink / raw)
  To: linux-arm-kernel

The patch set moves Freescale MXS gpio driver from mach-mxs into
drivers/gpio.

Changes since v1:
 * Squash the 4 gpio-mxs patches into one
 * Do not add new gpio Kconfig option and use ARCH_MXS directly
 * Clean up platform-gpio-mxs.c per Arnd's comments
 * Add device mxs_apbh_bus and set it as the parent of gpio devices

Shawn Guo (2):
      gpio: gpio-mxs: add gpio driver for Freescale MXS architecture
      ARM: mxs: use gpio-mxs driver by adding platform device

 arch/arm/mach-mxs/Makefile                         |    2 +-
 arch/arm/mach-mxs/devices.c                        |   11 +
 arch/arm/mach-mxs/devices/Makefile                 |    1 +
 arch/arm/mach-mxs/devices/platform-gpio-mxs.c      |   53 +++++
 arch/arm/mach-mxs/gpio.h                           |   34 ---
 arch/arm/mach-mxs/include/mach/devices-common.h    |    2 +
 arch/arm/mach-mxs/mach-mx28evk.c                   |    1 -
 arch/arm/mach-mxs/mm-mx23.c                        |    1 -
 arch/arm/mach-mxs/mm-mx28.c                        |    1 -
 drivers/gpio/Makefile                              |    1 +
 .../arm/mach-mxs/gpio.c => drivers/gpio/gpio-mxs.c |  228 ++++++++++++--------

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

end of thread, other threads:[~2011-06-03 17:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-28 15:09 [PATCH v2 0/2] Move Freescale MXS gpio driver into drivers/gpio Shawn Guo
2011-05-28 15:09 ` [PATCH v2 1/2] gpio: gpio-mxs: add gpio driver for Freescale MXS architecture Shawn Guo
2011-05-28 15:09 ` [PATCH v2 2/2] ARM: mxs: use gpio-mxs driver by adding platform device Shawn Guo
2011-05-29 19:16   ` Arnd Bergmann
2011-05-30  6:45 ` [PATCH v2 0/2] Move Freescale MXS gpio driver into drivers/gpio Sascha Hauer
2011-06-03 17:57   ` Grant Likely

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