From 8072264b96785184b76aa46bcd08b4f9cdfada42 Mon Sep 17 00:00:00 2001 From: Stijn Tintel Date: Mon, 22 Aug 2016 19:05:45 +0200 Subject: kernel: update kernel 4.4 to version 4.4.19 Refresh patches for all targets that support kernel 4.4. Compile-tested on all targets that use kernel 4.4 and aren't marked broken. Runtime-tested on ar71xx, octeon and x86/64. Signed-off-by: Stijn Tintel --- .../patches-4.4/015-dmaengine-dw-fixed.patch | 21 ++++++++------------- 1 file changed, 8 insertions(+), 13 deletions(-) (limited to 'target/linux/apm821xx/patches-4.4/015-dmaengine-dw-fixed.patch') diff --git a/target/linux/apm821xx/patches-4.4/015-dmaengine-dw-fixed.patch b/target/linux/apm821xx/patches-4.4/015-dmaengine-dw-fixed.patch index 96b11a82b6..0380088547 100644 --- a/target/linux/apm821xx/patches-4.4/015-dmaengine-dw-fixed.patch +++ b/target/linux/apm821xx/patches-4.4/015-dmaengine-dw-fixed.patch @@ -65,8 +65,8 @@ Andy Shevchenko (4): sound/soc/intel/common/sst-firmware.c | 2 +- 11 files changed, 64 insertions(+), 78 deletions(-) ---- a/drivers/dma/dw/core.c 2016-05-21 23:13:19.964478443 +0200 -+++ b/drivers/dma/dw/core.c 2016-05-21 22:47:08.665465180 +0200 +--- a/drivers/dma/dw/core.c ++++ b/drivers/dma/dw/core.c @@ -45,22 +45,19 @@ DW_DMA_MSIZE_16; \ u8 _dmsize = _is_slave ? _sconfig->dst_maxburst : \ @@ -1116,8 +1116,8 @@ Andy Shevchenko (4): channel_writel(dwc, LLP, 0); } } ---- a/drivers/dma/dw/pci.c 2016-05-21 23:13:19.964478443 +0200 -+++ b/drivers/dma/dw/pci.c 2016-05-21 22:47:08.665465180 +0200 +--- a/drivers/dma/dw/pci.c ++++ b/drivers/dma/dw/pci.c @@ -17,8 +17,8 @@ static int dw_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid) @@ -1150,8 +1150,8 @@ Andy Shevchenko (4): { } }; MODULE_DEVICE_TABLE(pci, dw_pci_id_table); ---- a/drivers/dma/dw/platform.c 2016-05-21 23:13:19.964478443 +0200 -+++ b/drivers/dma/dw/platform.c 2016-05-21 22:47:08.665465180 +0200 +--- a/drivers/dma/dw/platform.c ++++ b/drivers/dma/dw/platform.c @@ -42,13 +42,13 @@ static struct dma_chan *dw_dma_of_xlate( slave.src_id = dma_spec->args[0]; @@ -1309,8 +1309,8 @@ Andy Shevchenko (4): { } }; MODULE_DEVICE_TABLE(acpi, dw_dma_acpi_id_table); ---- a/drivers/dma/dw/regs.h 2016-05-21 23:13:19.964478443 +0200 -+++ b/drivers/dma/dw/regs.h 2016-05-21 22:47:08.665465180 +0200 +--- a/drivers/dma/dw/regs.h ++++ b/drivers/dma/dw/regs.h @@ -114,10 +114,6 @@ struct dw_dma_regs { #define dma_writel_native writel #endif @@ -1475,8 +1475,6 @@ Andy Shevchenko (4): int dw_dma_remove(struct dw_dma_chip *chip); /* DMA API extensions */ -diff --git a/include/linux/platform_data/dma-dw.h b/include/linux/platform_data/dma-dw.h -index 03b6095..d15d8ba 100644 --- a/include/linux/platform_data/dma-dw.h +++ b/include/linux/platform_data/dma-dw.h @@ -21,15 +21,15 @@ @@ -1517,6 +1515,3 @@ index 03b6095..d15d8ba 100644 unsigned char nr_masters; unsigned char data_width[DW_DMA_MAX_NR_MASTERS]; }; --- -2.8.1 - -- cgit v1.2.3