All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH resent v2 0/2] ARM/mxs : add GPMI-NAND support for imx23/imx28
@ 2012-01-19  7:53 ` Huang Shijie
  0 siblings, 0 replies; 20+ messages in thread
From: Huang Shijie @ 2012-01-19  7:53 UTC (permalink / raw)
  To: linux-arm-kernel

This patch set has two patches:
[1] Add a new DEFINE_RES_DMA_SIZE_NAMED macro which used by the dma resource
    that has more then one dma source.
 
[2] add GPMI-NAND support for imx23/imx28

Huang Shijie (2):
  ioport : add DEFINE_RES_DMA_SIZE_NAMED macro
  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  |   79 +++++++++++++++++++++++
 arch/arm/mach-mxs/include/mach/devices-common.h |   10 +++
 include/linux/ioport.h                          |    4 +-
 9 files changed, 106 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/mach-mxs/devices/platform-gpmi-nand.c

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

end of thread, other threads:[~2012-02-05 16:22 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-19  7:53 [PATCH resent v2 0/2] ARM/mxs : add GPMI-NAND support for imx23/imx28 Huang Shijie
2012-01-19  7:53 ` Huang Shijie
2012-01-19  7:53 ` [PATCH resent v2 1/2] ioport : add DEFINE_RES_DMA_SIZE_NAMED macro Huang Shijie
2012-01-19  7:53   ` Huang Shijie
2012-01-19  8:14   ` Shawn Guo
2012-01-19  8:14     ` Shawn Guo
2012-01-19  8:23     ` Huang Shijie
2012-01-19  8:23       ` Huang Shijie
2012-01-19  8:27       ` Huang Shijie
2012-01-19  8:27         ` Huang Shijie
2012-01-19  8:55         ` Shawn Guo
2012-01-19  8:55           ` Shawn Guo
2012-02-05 11:53   ` Huang Shijie
2012-02-05 11:53     ` Huang Shijie
2012-02-05 12:34     ` Russell King - ARM Linux
2012-02-05 12:34       ` Russell King - ARM Linux
2012-02-05 16:22       ` Huang Shijie
2012-02-05 16:22         ` Huang Shijie
2012-01-19  7:53 ` [PATCH resent v2 2/2] ARM: mxs: add GPMI-NAND support for imx23/imx28 Huang Shijie
2012-01-19  7:53   ` Huang Shijie

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.