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

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

Changes since v3:
 * Reorganize the patch set per Grant's comments

Grant Likely (1):
      gpio/mxs: Move Freescale mxs gpio driver to drivers/gpio

Shawn Guo (2):
      gpio/mxs: Change gpio-mxs into an upstanding gpio driver
      gpio/mxs: Remove the use of gpio-mxs.h

 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/Kconfig                               |    4 +
 drivers/gpio/Makefile                              |    1 +
 .../arm/mach-mxs/gpio.c => drivers/gpio/gpio-mxs.c |  227 ++++++++++++--------
 12 files changed, 206 insertions(+), 132 deletions(-)

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

end of thread, other threads:[~2011-06-06  7:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-05 15:59 [PATCH v4 0/3] Move Freescale MXS gpio driver into drivers/gpio Shawn Guo
2011-06-05 15:59 ` [PATCH v4 1/3] gpio/mxs: Move Freescale mxs gpio driver to drivers/gpio Shawn Guo
2011-06-05 15:59 ` [PATCH v4 2/3] gpio/mxs: Change gpio-mxs into an upstanding gpio driver Shawn Guo
2011-06-06  7:47   ` Grant Likely
2011-06-05 15:59 ` [PATCH v4 3/3] gpio/mxs: Remove the use of gpio-mxs.h Shawn Guo
2011-06-06  7:42   ` 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).