mbox

[GIT,PULL] mxs gpmi for v3.4

Message ID 20120228022318.GD13886@S2101-09.ap.freescale.net
State New
Headers show

Pull-request

git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/gpmi

Message

Shawn Guo Feb. 28, 2012, 2:23 a.m. UTC
Hi Arnd, Olof,

Please pull the following mxs gpmi device patch for v3.4.

Regards,
Shawn

The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab:

  Linux 3.3-rc2 (2012-01-31 13:31:54 -0800)

are available in the git repository at:
  git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/gpmi

Huang Shijie (1):
      ARM: mxs: add GPMI-NAND support for imx23/imx28

 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-nand.c  |   81 +++++++++++++++++++++++
 arch/arm/mach-mxs/include/mach/devices-common.h |   10 +++
 8 files changed, 105 insertions(+), 0 deletions(-)
 create mode 100644 arch/arm/mach-mxs/devices/platform-gpmi-nand.c

Comments

Arnd Bergmann Feb. 28, 2012, 12:21 p.m. UTC | #1
On Tuesday 28 February 2012, Shawn Guo wrote:
> Please pull the following mxs gpmi device patch for v3.4.
> 
> Regards,
> Shawn
> 
> The following changes since commit 62aa2b537c6f5957afd98e29f96897419ed5ebab:
> 
>   Linux 3.3-rc2 (2012-01-31 13:31:54 -0800)
> 
> are available in the git repository at:
>   git://git.linaro.org/people/shawnguo/linux-2.6.git mxs/gpmi

Pulled, thanks!

	Arnd