linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] dmaengine: add ACPI DMA helpers and use them in dw_dmac
@ 2013-03-27  8:57 Andy Shevchenko
  2013-03-27  8:57 ` [PATCH 1/6] dma: acpi-dma: introduce ACPI DMA helpers Andy Shevchenko
                   ` (5 more replies)
  0 siblings, 6 replies; 14+ messages in thread
From: Andy Shevchenko @ 2013-03-27  8:57 UTC (permalink / raw)
  To: Rafael J . Wysocki, Mika Westerberg, Viresh Kumar, linux-kernel,
	spear-devel, Vinod Koul, linux-acpi
  Cc: Andy Shevchenko

There is a patch series which introduces ACPI DMA helpers in similar way like
we have for DeviceTree.

In addition it applies this to the first user, namely dw_dmac driver.

Andy Shevchenko (6):
  dma: acpi-dma: introduce ACPI DMA helpers
  dmaengine: call acpi_dma_request_slave_channel as well
  dma: acpi-dma: parse CSRT to extract additional resources
  dw_dmac: add ACPI support
  ACPI / LPSS: return no error from register_device_clock in special
    cases
  ACPI / LPSS: add Lynxpoint DMA controller to the list

 Documentation/acpi/enumeration.txt |  77 +++++++
 drivers/acpi/Makefile              |   1 -
 drivers/acpi/acpi_lpss.c           |  11 +
 drivers/acpi/csrt.c                | 159 -------------
 drivers/acpi/internal.h            |   1 -
 drivers/acpi/scan.c                |   1 -
 drivers/clk/x86/clk-lpt.c          |   2 +-
 drivers/dma/Kconfig                |   4 +
 drivers/dma/Makefile               |   1 +
 drivers/dma/acpi-dma.c             | 447 +++++++++++++++++++++++++++++++++++++
 drivers/dma/dmaengine.c            |   6 +
 drivers/dma/dw_dmac.c              |  68 ++++--
 drivers/dma/dw_dmac_regs.h         |   1 -
 include/linux/acpi_dma.h           | 120 ++++++++++
 14 files changed, 717 insertions(+), 182 deletions(-)
 delete mode 100644 drivers/acpi/csrt.c
 create mode 100644 drivers/dma/acpi-dma.c
 create mode 100644 include/linux/acpi_dma.h

-- 
1.8.2.rc0.22.gb3600c3


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

end of thread, other threads:[~2013-04-08 13:02 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-27  8:57 [PATCH 0/6] dmaengine: add ACPI DMA helpers and use them in dw_dmac Andy Shevchenko
2013-03-27  8:57 ` [PATCH 1/6] dma: acpi-dma: introduce ACPI DMA helpers Andy Shevchenko
2013-03-29 20:35   ` Vinod Koul
2013-03-30  6:53     ` Mika Westerberg
2013-03-27  8:57 ` [PATCH 2/6] dmaengine: call acpi_dma_request_slave_channel as well Andy Shevchenko
2013-03-27  8:57 ` [PATCH 3/6] dma: acpi-dma: parse CSRT to extract additional resources Andy Shevchenko
2013-03-29 21:33   ` Vinod Koul
2013-03-30  7:04     ` Mika Westerberg
2013-04-08 13:01     ` Andy Shevchenko
2013-03-27  8:58 ` [PATCH 4/6] dw_dmac: add ACPI support Andy Shevchenko
2013-03-27  8:58 ` [PATCH 5/6] ACPI / LPSS: return no error from register_device_clock in special cases Andy Shevchenko
2013-03-29 22:26   ` Rafael J. Wysocki
2013-03-27  8:58 ` [PATCH 6/6] ACPI / LPSS: add Lynxpoint DMA controller to the list Andy Shevchenko
2013-03-29 22:27   ` Rafael J. Wysocki

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