public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH V4 0/3] add the GPMI-NFC support for imx23/imx28
@ 2011-06-29  7:54 Huang Shijie
  2011-06-29  7:54 ` [PATCH V4 1/3] ARM: mxs: add " Huang Shijie
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Huang Shijie @ 2011-06-29  7:54 UTC (permalink / raw)
  To: linux-arm-kernel

The patch is based on branch "imx-for-3.1" of tree :
      git://git.pengutronix.de/git/imx/linux-2.6.git

v3 --> v4:
	merge the GPMI-NFC device code to the new branch.


Huang Shijie (3):
  ARM: mxs: add GPMI-NFC support for imx23/imx28
  ARM: mxs: add GPMI-NFC device for imx23
  ARM: mxs: add GPMI-NFC device for imx28

 arch/arm/mach-mxs/Kconfig                       |    2 +
 arch/arm/mach-mxs/clock-mx23.c                  |    1 +
 arch/arm/mach-mxs/clock-mx28.c                  |    1 +
 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-gpmi-nfc.c   |   90 +++++++++++++++++++++++
 arch/arm/mach-mxs/include/mach/devices-common.h |   10 +++
 arch/arm/mach-mxs/include/mach/gpmi-nfc.h       |   71 ++++++++++++++++++
 arch/arm/mach-mxs/mach-mx23evk.c                |   37 +++++++++
 arch/arm/mach-mxs/mach-mx28evk.c                |   37 +++++++++
 12 files changed, 261 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-mxs/devices/platform-gpmi-nfc.c
 create mode 100644 arch/arm/mach-mxs/include/mach/gpmi-nfc.h

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

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

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-29  7:54 [PATCH V4 0/3] add the GPMI-NFC support for imx23/imx28 Huang Shijie
2011-06-29  7:54 ` [PATCH V4 1/3] ARM: mxs: add " Huang Shijie
2011-06-29  8:05   ` Uwe Kleine-König
2011-06-29  8:21     ` Huang Shijie
2011-06-29  7:54 ` [PATCH V4 2/3] ARM: mxs: add GPMI-NFC device for imx23 Huang Shijie
2011-06-29  8:08   ` Uwe Kleine-König
2011-06-29  9:21     ` Huang Shijie
2011-06-29  7:54 ` [PATCH V4 3/3] ARM: mxs: add GPMI-NFC device for imx28 Huang Shijie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox