linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Add device tree probe for imx/mxc gpio
@ 2011-07-03  8:16 Shawn Guo
  2011-07-03  8:16 ` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx() Shawn Guo
  2011-07-03  8:16 ` [PATCH 2/2] gpio/mxc: add device tree probe support Shawn Guo
  0 siblings, 2 replies; 19+ messages in thread
From: Shawn Guo @ 2011-07-03  8:16 UTC (permalink / raw)
  To: linux-arm-kernel

The first patch removes the uses of cpu_is_mx(), and can be merged
right way when review gets done.  The second patch adds device tree
probe, and again depends on the patch adding of_alias_get_id()
support.

Shawn Guo (2):
      gpio/mxc: get rid of the uses of cpu_is_mx()
      gpio/mxc: add device tree probe support

 .../devicetree/bindings/gpio/fsl-imx-gpio.txt      |   22 +++
 arch/arm/mach-imx/mm-imx1.c                        |    8 +-
 arch/arm/mach-imx/mm-imx21.c                       |   12 +-
 arch/arm/mach-imx/mm-imx25.c                       |    8 +-
 arch/arm/mach-imx/mm-imx27.c                       |   12 +-
 arch/arm/mach-imx/mm-imx31.c                       |    6 +-
 arch/arm/mach-imx/mm-imx35.c                       |    6 +-
 arch/arm/mach-mx5/mm-mx50.c                        |   12 +-
 arch/arm/mach-mx5/mm.c                             |   22 ++--
 arch/arm/plat-mxc/devices/platform-gpio-mxc.c      |    4 +-
 arch/arm/plat-mxc/include/mach/common.h            |    2 +-
 drivers/gpio/gpio-mxc.c                            |  163 +++++++++++++++++--
 12 files changed, 213 insertions(+), 64 deletions(-)

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

end of thread, other threads:[~2011-07-06  5:21 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-03  8:16 [PATCH 0/2] Add device tree probe for imx/mxc gpio Shawn Guo
2011-07-03  8:16 ` [PATCH 1/2] gpio/mxc: get rid of the uses of cpu_is_mx() Shawn Guo
2011-07-04  6:10   ` Grant Likely
2011-07-04  6:11     ` Grant Likely
2011-07-04 16:56     ` Shawn Guo
2011-07-04 16:59       ` Grant Likely
2011-07-04  6:46   ` Sascha Hauer
2011-07-04  9:28     ` Shawn Guo
2011-07-04  9:49       ` Sascha Hauer
2011-07-04 10:20         ` Shawn Guo
2011-07-04 16:44           ` Sascha Hauer
2011-07-05  3:01             ` Shawn Guo
2011-07-05  3:04               ` Grant Likely
2011-07-05  3:32                 ` Shawn Guo
2011-07-05 16:42                   ` Sascha Hauer
2011-07-06  5:21                     ` Shawn Guo
2011-07-04 15:23       ` Grant Likely
2011-07-03  8:16 ` [PATCH 2/2] gpio/mxc: add device tree probe support Shawn Guo
2011-07-04  6:19   ` 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).