From 8c399739caea5e7390f845f76043bb3a54619ba6 Mon Sep 17 00:00:00 2001 From: juhosg Date: Tue, 11 Dec 2012 20:14:39 +0000 Subject: kernel: update linux 3.6 to 3.6.10 Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34639 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/Makefile | 2 +- target/linux/brcm63xx/Makefile | 2 +- target/linux/ep93xx/Makefile | 2 +- .../linux/generic/patches-3.6/065-8139cp-fixes.patch | 20 +------------------- .../patches-3.6/066-snd-soc-dmaengine-pcm.patch | 7 +------ .../067-input_keymap_module_license.patch | 7 +------ target/linux/lantiq/Makefile | 2 +- target/linux/malta/Makefile | 2 +- target/linux/ramips/Makefile | 2 +- target/linux/sparc/Makefile | 2 +- target/linux/uml/Makefile | 2 +- target/linux/x86/geos/target.mk | 2 +- 12 files changed, 12 insertions(+), 40 deletions(-) (limited to 'target/linux') diff --git a/target/linux/ar71xx/Makefile b/target/linux/ar71xx/Makefile index ebaf6bb97..af290b05e 100644 --- a/target/linux/ar71xx/Makefile +++ b/target/linux/ar71xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 targz CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves SUBTARGETS:=generic nand -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/brcm63xx/Makefile b/target/linux/brcm63xx/Makefile index fcc6e86fd..2b092599d 100644 --- a/target/linux/brcm63xx/Makefile +++ b/target/linux/brcm63xx/Makefile @@ -10,7 +10,7 @@ ARCH:=mips BOARD:=brcm63xx BOARDNAME:=Broadcom BCM63xx FEATURES:=squashfs jffs2 usb atm pci pcmcia -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 MAINTAINER:=Florian Fainelli include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/ep93xx/Makefile b/target/linux/ep93xx/Makefile index 88834a5a0..7513c731d 100644 --- a/target/linux/ep93xx/Makefile +++ b/target/linux/ep93xx/Makefile @@ -13,7 +13,7 @@ FEATURES:=squashfs jffs2 ext4 targz usb display sound CFLAGS:=-Os -pipe -march=armv4t -fno-caller-saves MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 DEVICE_TYPE:=developerboard diff --git a/target/linux/generic/patches-3.6/065-8139cp-fixes.patch b/target/linux/generic/patches-3.6/065-8139cp-fixes.patch index 149fb65c7..7732b277b 100644 --- a/target/linux/generic/patches-3.6/065-8139cp-fixes.patch +++ b/target/linux/generic/patches-3.6/065-8139cp-fixes.patch @@ -146,25 +146,7 @@ Date: Wed Nov 21 10:27:19 2012 +0000 cp_reset_hw(cp); -@@ -979,17 +1017,6 @@ static void cp_init_hw (struct cp_privat - cpw32_f (MAC0 + 0, le32_to_cpu (*(__le32 *) (dev->dev_addr + 0))); - cpw32_f (MAC0 + 4, le32_to_cpu (*(__le32 *) (dev->dev_addr + 4))); - -- cpw32_f(HiTxRingAddr, 0); -- cpw32_f(HiTxRingAddr + 4, 0); -- -- ring_dma = cp->ring_dma; -- cpw32_f(RxRingAddr, ring_dma & 0xffffffff); -- cpw32_f(RxRingAddr + 4, (ring_dma >> 16) >> 16); -- -- ring_dma += sizeof(struct cp_desc) * CP_RX_RING_SIZE; -- cpw32_f(TxRingAddr, ring_dma & 0xffffffff); -- cpw32_f(TxRingAddr + 4, (ring_dma >> 16) >> 16); -- - cp_start_hw(cp); - cpw8(TxThresh, 0x06); /* XXX convert magic num to a constant */ - -@@ -1192,6 +1219,7 @@ static void cp_tx_timeout(struct net_dev +@@ -1192,6 +1230,7 @@ static void cp_tx_timeout(struct net_dev cp_clean_rings(cp); rc = cp_init_rings(cp); cp_start_hw(cp); diff --git a/target/linux/generic/patches-3.6/066-snd-soc-dmaengine-pcm.patch b/target/linux/generic/patches-3.6/066-snd-soc-dmaengine-pcm.patch index f29721815..3afff7138 100644 --- a/target/linux/generic/patches-3.6/066-snd-soc-dmaengine-pcm.patch +++ b/target/linux/generic/patches-3.6/066-snd-soc-dmaengine-pcm.patch @@ -13,13 +13,11 @@ Signed-off-by: Mark Brown sound/soc/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) -diff --git a/sound/soc/Makefile b/sound/soc/Makefile -index bcbf1d0..99f32f7 100644 --- a/sound/soc/Makefile +++ b/sound/soc/Makefile @@ -1,8 +1,9 @@ snd-soc-core-objs := soc-core.o soc-dapm.o soc-jack.o soc-cache.o soc-utils.o - snd-soc-core-objs += soc-pcm.o soc-compress.o soc-io.o + snd-soc-core-objs += soc-pcm.o soc-io.o -snd-soc-dmaengine-pcm-objs := soc-dmaengine-pcm.o -obj-$(CONFIG_SND_SOC_DMAENGINE_PCM) += snd-soc-dmaengine-pcm.o @@ -29,6 +27,3 @@ index bcbf1d0..99f32f7 100644 obj-$(CONFIG_SND_SOC) += snd-soc-core.o obj-$(CONFIG_SND_SOC) += codecs/ --- -1.7.10.4 - diff --git a/target/linux/generic/patches-3.6/067-input_keymap_module_license.patch b/target/linux/generic/patches-3.6/067-input_keymap_module_license.patch index 402304278..f95e06dca 100644 --- a/target/linux/generic/patches-3.6/067-input_keymap_module_license.patch +++ b/target/linux/generic/patches-3.6/067-input_keymap_module_license.patch @@ -16,8 +16,6 @@ Dmitry, can you try to push this to Linus before 3.7 final? Thank you drivers/input/matrix-keymap.c | 3 +++ 1 file changed, 3 insertions(+) -diff --git a/drivers/input/matrix-keymap.c b/drivers/input/matrix-keymap.c -index 443ad64b..d88d9be 100644 --- a/drivers/input/matrix-keymap.c +++ b/drivers/input/matrix-keymap.c @@ -23,6 +23,7 @@ @@ -28,12 +26,9 @@ index 443ad64b..d88d9be 100644 #include static bool matrix_keypad_map_key(struct input_dev *input_dev, -@@ -161,3 +162,5 @@ int matrix_keypad_build_keymap(const struct matrix_keymap_data *keymap_data, +@@ -161,3 +162,5 @@ int matrix_keypad_build_keymap(const str return 0; } EXPORT_SYMBOL(matrix_keypad_build_keymap); + +MODULE_LICENSE("GPL"); --- -1.7.10.4 - diff --git a/target/linux/lantiq/Makefile b/target/linux/lantiq/Makefile index f227048a3..1ab6dea1b 100644 --- a/target/linux/lantiq/Makefile +++ b/target/linux/lantiq/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=danube ar9 vr9 falcon svip_be LINUX_VERSION:=3.3.8 #SUBTARGETS=xway ase -#LINUX_VERSION:=3.6.9 +#LINUX_VERSION:=3.6.10 CFLAGS=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves diff --git a/target/linux/malta/Makefile b/target/linux/malta/Makefile index 01880398d..fdcf0e7e2 100644 --- a/target/linux/malta/Makefile +++ b/target/linux/malta/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=le be INITRAMFS_EXTRA_FILES:= MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 DEVICE_TYPE:=developerboard diff --git a/target/linux/ramips/Makefile b/target/linux/ramips/Makefile index e29d844ae..90b4577e5 100644 --- a/target/linux/ramips/Makefile +++ b/target/linux/ramips/Makefile @@ -13,7 +13,7 @@ SUBTARGETS:=rt288x rt305x rt3883 CFLAGS:=-Os -pipe -mips32r2 -mtune=mips32r2 -fno-caller-saves FEATURES:=squashfs -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 include $(INCLUDE_DIR)/target.mk DEFAULT_PACKAGES+=\ diff --git a/target/linux/sparc/Makefile b/target/linux/sparc/Makefile index e242367a5..d41b2bbbf 100644 --- a/target/linux/sparc/Makefile +++ b/target/linux/sparc/Makefile @@ -11,7 +11,7 @@ BOARD:=sparc BOARDNAME:=Sun UltraSPARC FEATURES+=fpu tgz jffs2 ext4 squashfs -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 MAINTAINER:=Imre Kaloz include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/uml/Makefile b/target/linux/uml/Makefile index 149a589b8..aca0d5f43 100644 --- a/target/linux/uml/Makefile +++ b/target/linux/uml/Makefile @@ -23,7 +23,7 @@ BOARDNAME:=User Mode Linux FEATURES:=ext4 audio MAINTAINER:=Florian Fainelli -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 include $(INCLUDE_DIR)/target.mk diff --git a/target/linux/x86/geos/target.mk b/target/linux/x86/geos/target.mk index d82901df7..4afb34a36 100644 --- a/target/linux/x86/geos/target.mk +++ b/target/linux/x86/geos/target.mk @@ -21,7 +21,7 @@ DEFAULT_PACKAGES += \ kmod-cpu-msr \ soloscli linux-atm br2684ctl ppp-mod-pppoa pppdump pppstats \ hwclock wpad flashrom tc -LINUX_VERSION:=3.6.9 +LINUX_VERSION:=3.6.10 CS5535_MASK:=0x0E000048 CFLAGS += -march=geode -Os -mmmx -m3dnow -fno-align-jumps -fno-align-functions \ -- cgit v1.2.3