Hi Linus, Here are slave-dmaenegine fixes for 3.10. We have two patches from Andy & Rafael fixing the Lynxpoint dma.
The following changes since commit f722406faae2d073cc1d01063d1123c35425939e: are available in the git repository at: git://git.infradead.org/users/vkoul/slave-dma.git fixes Andy Shevchenko (1): dma: acpi-dma: parse CSRT to extract additional resources Rafael J. Wysocki (1): ACPI / LPSS: register clock device for Lynxpoint DMA properly drivers/acpi/Makefile | 1 - drivers/acpi/acpi_lpss.c | 26 ++++- drivers/acpi/csrt.c | 159 ----------------------------- drivers/acpi/internal.h | 1 - drivers/acpi/scan.c | 1 - drivers/clk/x86/clk-lpt.c | 15 ++- drivers/dma/acpi-dma.c | 172 +++++++++++++++++++++++++++++++- include/linux/acpi_dma.h | 4 + include/linux/platform_data/clk-lpss.h | 5 + 9 files changed, 211 insertions(+), 173 deletions(-) delete mode 100644 drivers/acpi/csrt.c -- ~Vinod -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/