All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] remove mach-mxs gpio driver
@ 2011-05-20  9:57 ` Shawn Guo
  0 siblings, 0 replies; 28+ messages in thread
From: Shawn Guo @ 2011-05-20  9:57 UTC (permalink / raw)
  To: linux-kernel
  Cc: grant.likely, linus.walleij, kernel, linux-arm-kernel, patches

This patch set is to remove mach-mxs gpio driver and use gpio-mxs
driver under drivers/gpio.

Shawn Guo (3):
      ARM: mxs: remove gpio driver from mach-mxs
      ARM: mxs: add gpio-mxs platform devices
      ARM: mxs: select GPIO_MXS for i.MX23 and i.MX28

 arch/arm/mach-mxs/Kconfig                     |    2 +
 arch/arm/mach-mxs/Makefile                    |    2 +-
 arch/arm/mach-mxs/devices/Makefile            |    1 +
 arch/arm/mach-mxs/devices/platform-gpio-mxs.c |   92 +++++++
 arch/arm/mach-mxs/gpio.c                      |  331 -------------------------
 arch/arm/mach-mxs/gpio.h                      |   34 ---
 arch/arm/mach-mxs/mach-mx28evk.c              |    1 -
 arch/arm/mach-mxs/mm-mx23.c                   |    1 -
 arch/arm/mach-mxs/mm-mx28.c                   |    1 -
 9 files changed, 96 insertions(+), 369 deletions(-)

Regards,
Shawn

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

end of thread, other threads:[~2011-05-27 11:10 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-20  9:57 [PATCH 0/3] remove mach-mxs gpio driver Shawn Guo
2011-05-20  9:57 ` Shawn Guo
2011-05-20  9:57 ` [PATCH 1/3] ARM: mxs: remove gpio driver from mach-mxs Shawn Guo
2011-05-20  9:57   ` Shawn Guo
2011-05-20 10:04   ` Arnd Bergmann
2011-05-20 10:04     ` Arnd Bergmann
2011-05-20 10:27     ` Shawn Guo
2011-05-20 10:27       ` Shawn Guo
2011-05-20  9:57 ` [PATCH 2/3] ARM: mxs: add gpio-mxs platform devices Shawn Guo
2011-05-20  9:57   ` Shawn Guo
2011-05-20 10:23   ` Arnd Bergmann
2011-05-20 10:23     ` Arnd Bergmann
2011-05-20 14:03     ` Shawn Guo
2011-05-20 14:03       ` Shawn Guo
2011-05-20 14:23       ` Arnd Bergmann
2011-05-20 14:23         ` Arnd Bergmann
2011-05-20 14:40         ` Shawn Guo
2011-05-20 14:40           ` Shawn Guo
2011-05-27  9:11         ` Shawn Guo
2011-05-27  9:11           ` Shawn Guo
2011-05-27 11:10           ` Arnd Bergmann
2011-05-27 11:10             ` Arnd Bergmann
2011-05-27  8:29     ` Shawn Guo
2011-05-27  8:29       ` Shawn Guo
2011-05-27  8:48       ` Arnd Bergmann
2011-05-27  8:48         ` Arnd Bergmann
2011-05-20  9:57 ` [PATCH 3/3] ARM: mxs: select GPIO_MXS for i.MX23 and i.MX28 Shawn Guo
2011-05-20  9:57   ` Shawn Guo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.