diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2016-05-08 21:57:27 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-05-10 10:43:17 +0200 |
commit | b062266ad650f5dac98f1e1779f371274c9b2237 (patch) | |
tree | 918060945e0f667e48b30748e2c6a4a2a0c1013f /target/linux/generic | |
parent | a4571b7631e48e4beea1fe84a09679dfa9f2291a (diff) | |
download | upstream-b062266ad650f5dac98f1e1779f371274c9b2237.tar.gz upstream-b062266ad650f5dac98f1e1779f371274c9b2237.tar.bz2 upstream-b062266ad650f5dac98f1e1779f371274c9b2237.zip |
kernel: update kernel 4.4 to version 4.4.9
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/generic')
2 files changed, 7 insertions, 7 deletions
diff --git a/target/linux/generic/patches-4.4/045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch b/target/linux/generic/patches-4.4/045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch index ee85f448ff..c4c7e6e01d 100644 --- a/target/linux/generic/patches-4.4/045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch +++ b/target/linux/generic/patches-4.4/045-mtd-devices-m25p80-add-support-for-mmap-read-request.patch @@ -15,7 +15,7 @@ Signed-off-by: Brian Norris <computersforpeace@gmail.com> --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -131,6 +131,28 @@ static int m25p80_read(struct spi_nor *nor, loff_t from, size_t len, +@@ -131,6 +131,28 @@ static int m25p80_read(struct spi_nor *n /* convert the dummy cycles to the number of bytes */ dummy /= 8; diff --git a/target/linux/generic/patches-4.4/081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch b/target/linux/generic/patches-4.4/081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch index 5f131e76d3..730f41e4a5 100644 --- a/target/linux/generic/patches-4.4/081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch +++ b/target/linux/generic/patches-4.4/081-spi-bcm53xx-add-spi_flash_read-callback-for-MMIO-bas.patch @@ -34,7 +34,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> }; static inline u32 bcm53xxspi_read(struct bcm53xxspi *b53spi, u16 offset) -@@ -32,6 +35,50 @@ static inline void bcm53xxspi_write(struct bcm53xxspi *b53spi, u16 offset, +@@ -32,6 +35,50 @@ static inline void bcm53xxspi_write(stru bcma_write32(b53spi->core, offset, value); } @@ -85,7 +85,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> static inline unsigned int bcm53xxspi_calc_timeout(size_t len) { /* Do some magic calculation based on length and buad. Add 10% and 1. */ -@@ -176,6 +223,8 @@ static int bcm53xxspi_transfer_one(struct spi_master *master, +@@ -176,6 +223,8 @@ static int bcm53xxspi_transfer_one(struc u8 *buf; size_t left; @@ -94,7 +94,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> if (t->tx_buf) { buf = (u8 *)t->tx_buf; left = t->len; -@@ -206,6 +255,22 @@ static int bcm53xxspi_transfer_one(struct spi_master *master, +@@ -206,6 +255,22 @@ static int bcm53xxspi_transfer_one(struc return 0; } @@ -117,7 +117,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> /************************************************** * BCMA **************************************************/ -@@ -222,6 +287,7 @@ MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcma_tbl); +@@ -222,6 +287,7 @@ MODULE_DEVICE_TABLE(bcma, bcm53xxspi_bcm static int bcm53xxspi_bcma_probe(struct bcma_device *core) { @@ -125,7 +125,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> struct bcm53xxspi *b53spi; struct spi_master *master; int err; -@@ -231,7 +297,7 @@ static int bcm53xxspi_bcma_probe(struct bcma_device *core) +@@ -231,7 +297,7 @@ static int bcm53xxspi_bcma_probe(struct return -ENOTSUPP; } @@ -134,7 +134,7 @@ Signed-off-by: Mark Brown <broonie@kernel.org> if (!master) return -ENOMEM; -@@ -239,11 +305,19 @@ static int bcm53xxspi_bcma_probe(struct bcma_device *core) +@@ -239,11 +305,19 @@ static int bcm53xxspi_bcma_probe(struct b53spi->master = master; b53spi->core = core; |