All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] dma: imx-sdma: Add ROM script addresses to driver
@ 2013-08-20  8:04 Sascha Hauer
  2013-08-20  8:04 ` [PATCH 1/3] dma: imx-sdma: Use struct for driver data Sascha Hauer
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Sascha Hauer @ 2013-08-20  8:04 UTC (permalink / raw)
  To: linux-arm-kernel

Changes since v1:

- skip handling of SoCs which have a tapeout specific SDMA firmware,
  namely i.MX31/35

----------------------------------------------------------------
Sascha Hauer (3):
      dma: imx-sdma: Use struct for driver data
      dma: imx-sdma: Add ROM script addresses to driver
      ARM: i.MX: remove sdma script address arrays from platform data

 .../devicetree/bindings/dma/fsl-imx-sdma.txt       |   7 +-
 arch/arm/mach-imx/mm-imx25.c                       |  17 ---
 arch/arm/mach-imx/mm-imx5.c                        |  14 --
 drivers/dma/imx-sdma.c                             | 161 +++++++++++++++++----
 4 files changed, 137 insertions(+), 62 deletions(-)

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH] dma: imx-sdma: Add ROM script addresses to driver
@ 2013-08-19 12:16 Sascha Hauer
  2013-08-19 12:16 ` [PATCH 1/3] dma: imx-sdma: Use struct for driver data Sascha Hauer
  0 siblings, 1 reply; 9+ messages in thread
From: Sascha Hauer @ 2013-08-19 12:16 UTC (permalink / raw)
  To: linux-arm-kernel

The following series adds the ROM script addresses to the driver.
These have been provided by platform_data for platform based systems,
but with devicetree the driver no longer supports the ROM script
addresses. This means that the sdma driver currently needs a firmware
to work. By adding the script addresses to the driver it can work
without additional firmware.

Sascha

----------------------------------------------------------------
Sascha Hauer (3):
      dma: imx-sdma: Use struct for driver data
      dma: imx-sdma: Add ROM script addresses to driver
      ARM: i.MX: remove sdma script address arrays from platform data

 .../devicetree/bindings/dma/fsl-imx-sdma.txt       |   7 +-
 arch/arm/mach-imx/mm-imx25.c                       |  17 --
 arch/arm/mach-imx/mm-imx3.c                        |  67 ++----
 arch/arm/mach-imx/mm-imx5.c                        |  14 --
 drivers/dma/imx-sdma.c                             | 241 ++++++++++++++++++---
 5 files changed, 230 insertions(+), 116 deletions(-)

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

end of thread, other threads:[~2013-08-26 15:19 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20  8:04 [PATCH v2] dma: imx-sdma: Add ROM script addresses to driver Sascha Hauer
2013-08-20  8:04 ` [PATCH 1/3] dma: imx-sdma: Use struct for driver data Sascha Hauer
2013-08-26 15:19   ` Vinod Koul
2013-08-20  8:04 ` [PATCH 2/3] dma: imx-sdma: Add ROM script addresses to driver Sascha Hauer
2013-08-20  8:04 ` [PATCH 3/3] ARM: i.MX: remove sdma script address arrays from platform data Sascha Hauer
2013-08-20  8:52 ` [PATCH v2] dma: imx-sdma: Add ROM script addresses to driver Shawn Guo
2013-08-22  7:13 ` Sascha Hauer
2013-08-26 15:17 ` Vinod Koul
  -- strict thread matches above, loose matches on Subject: below --
2013-08-19 12:16 [PATCH] " Sascha Hauer
2013-08-19 12:16 ` [PATCH 1/3] dma: imx-sdma: Use struct for driver data Sascha Hauer

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.