diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-04-14 09:25:53 +0000 |
commit | 604395650ae3ca2c4eda4dbe6f9e4743e041f53f (patch) | |
tree | be5edf58993c0eac92478a78899054fcd409dcc6 /target/linux/ar71xx/patches-3.8 | |
parent | 68c54dc34fdc58b65f346fdded8ca40f7f656f5e (diff) | |
download | upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.gz upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.tar.bz2 upstream-604395650ae3ca2c4eda4dbe6f9e4743e041f53f.zip |
kernel: update linux 3.8 to 3.8.7
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 36332
Diffstat (limited to 'target/linux/ar71xx/patches-3.8')
4 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/ar71xx/patches-3.8/015-MIPS-avoid-possible-resource-conflict-in-register_pc.patch b/target/linux/ar71xx/patches-3.8/015-MIPS-avoid-possible-resource-conflict-in-register_pc.patch index 613c7ad423..fd62f5c364 100644 --- a/target/linux/ar71xx/patches-3.8/015-MIPS-avoid-possible-resource-conflict-in-register_pc.patch +++ b/target/linux/ar71xx/patches-3.8/015-MIPS-avoid-possible-resource-conflict-in-register_pc.patch @@ -27,7 +27,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org> --- a/arch/mips/pci/pci.c +++ b/arch/mips/pci/pci.c -@@ -175,9 +175,20 @@ static DEFINE_MUTEX(pci_scan_mutex); +@@ -181,9 +181,20 @@ static DEFINE_MUTEX(pci_scan_mutex); void register_pci_controller(struct pci_controller *hose) { diff --git a/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch b/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch index be308c649e..d610614c01 100644 --- a/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch +++ b/target/linux/ar71xx/patches-3.8/406-mtd-m25p80-allow-to-specify-max-read-size.patch @@ -84,7 +84,7 @@ mutex_unlock(&flash->lock); return 0; -@@ -916,6 +939,12 @@ static int m25p_probe(struct spi_device +@@ -917,6 +940,12 @@ static int m25p_probe(struct spi_device flash->mtd._erase = m25p80_erase; flash->mtd._read = m25p80_read; diff --git a/target/linux/ar71xx/patches-3.8/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch b/target/linux/ar71xx/patches-3.8/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch index db0a542340..d5167755e9 100644 --- a/target/linux/ar71xx/patches-3.8/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch +++ b/target/linux/ar71xx/patches-3.8/407-mtd-m25p80-allow-to-pass-probe-types-via-platform-data.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -1016,7 +1016,9 @@ static int m25p_probe(struct spi_device +@@ -1017,7 +1017,9 @@ static int m25p_probe(struct spi_device /* partitions should match sector boundaries; and it may be good to * use readonly partitions for writeprotected sectors (BP2..BP0). */ diff --git a/target/linux/ar71xx/patches-3.8/412-mtd-m25p80-zero-partition-parser-data.patch b/target/linux/ar71xx/patches-3.8/412-mtd-m25p80-zero-partition-parser-data.patch index e9beb6bcd4..8d47cbbf79 100644 --- a/target/linux/ar71xx/patches-3.8/412-mtd-m25p80-zero-partition-parser-data.patch +++ b/target/linux/ar71xx/patches-3.8/412-mtd-m25p80-zero-partition-parser-data.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/devices/m25p80.c +++ b/drivers/mtd/devices/m25p80.c -@@ -966,6 +966,7 @@ static int m25p_probe(struct spi_device +@@ -967,6 +967,7 @@ static int m25p_probe(struct spi_device if (info->flags & M25P_NO_ERASE) flash->mtd.flags |= MTD_NO_ERASE; |