linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Add device tree probe for imx-sdma driver
@ 2011-07-15  9:44 Shawn Guo
  2011-07-15  9:44 ` [PATCH v2 1/3] dmaengine: imx-sdma: use platform_device_id to identify sdma version Shawn Guo
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Shawn Guo @ 2011-07-15  9:44 UTC (permalink / raw)
  To: linux-arm-kernel

The first patch remove the use of software defined sdma version, and
instead uses platform_device_id to handle the sdma differences from
one soc to another.  The second one makes a small cleanup on function
sdma_get_firmware(), and the third patch adds the actual device tree
probe support.

Changes since v1:
 * Do not encode ROM script address in device tree
 * Add one more small cleanup on function sdma_get_firmware()

ShawnsGuo (3):
      dmaengine: imx-sdma: use platform_device_id to identify sdma version
      dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name
      dmaengine: imx-sdma: add device tree probe support

 .../devicetree/bindings/dma/fsl-imx-sdma.txt       |   17 ++++
 arch/arm/mach-imx/clock-imx25.c                    |    3 +-
 arch/arm/mach-imx/clock-imx31.c                    |    2 +-
 arch/arm/mach-imx/clock-imx35.c                    |    2 +-
 arch/arm/mach-imx/mm-imx25.c                       |    4 +-
 arch/arm/mach-imx/mm-imx31.c                       |    3 +-
 arch/arm/mach-imx/mm-imx35.c                       |    3 +-
 arch/arm/mach-mx5/clock-mx51-mx53.c                |    6 +-
 arch/arm/mach-mx5/mm.c                             |    8 +-
 arch/arm/plat-mxc/devices/platform-imx-dma.c       |    4 +-
 arch/arm/plat-mxc/include/mach/devices-common.h    |    2 +-
 arch/arm/plat-mxc/include/mach/dma.h               |    3 +-
 arch/arm/plat-mxc/include/mach/sdma.h              |    2 -
 drivers/dma/imx-sdma.c                             |   92 +++++++++++++++-----
 14 files changed, 107 insertions(+), 44 deletions(-)

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

end of thread, other threads:[~2011-09-05  9:24 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15  9:44 [PATCH v2 0/3] Add device tree probe for imx-sdma driver Shawn Guo
2011-07-15  9:44 ` [PATCH v2 1/3] dmaengine: imx-sdma: use platform_device_id to identify sdma version Shawn Guo
2011-09-05  9:16   ` Uwe Kleine-König
2011-07-15  9:44 ` [PATCH v2 2/3] dmaengine: imx-sdma: sdma_get_firmware does not need to copy fw_name Shawn Guo
2011-09-05  9:20   ` Uwe Kleine-König
2011-07-15  9:44 ` [PATCH v2 3/3] dmaengine: imx-sdma: add device tree probe support Shawn Guo
2011-08-04  3:57   ` Koul, Vinod
2011-08-25 13:37     ` Koul, Vinod
2011-08-30  1:45       ` Shawn Guo
2011-09-05  9:24   ` Uwe Kleine-König
2011-07-22  3:54 ` [PATCH v2 0/3] Add device tree probe for imx-sdma driver Shawn Guo
2011-07-25 11:41   ` Vinod Koul
2011-07-25 15:19     ` Shawn Guo
2011-08-04  3:59 ` Koul, Vinod
2011-08-04  5:35   ` Shawn Guo
2011-08-04  5:28     ` Koul, Vinod

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).