From 0f80ce2088410d9ccb5f3c8070210af67c787ae0 Mon Sep 17 00:00:00 2001 From: juhosg Date: Thu, 6 Nov 2008 20:55:33 +0000 Subject: [kernel] refresh 2.6.26 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13135 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ifxmips/patches/100-board.patch | 10 +++++----- target/linux/ifxmips/patches/110-drivers.patch | 26 ++++++++++++------------- target/linux/ifxmips/patches/160-cfi-swap.patch | 2 +- target/linux/ifxmips/patches/170-dma_hack.patch | 2 +- 4 files changed, 20 insertions(+), 20 deletions(-) (limited to 'target/linux/ifxmips/patches') diff --git a/target/linux/ifxmips/patches/100-board.patch b/target/linux/ifxmips/patches/100-board.patch index db43c90b2..e33a470fd 100644 --- a/target/linux/ifxmips/patches/100-board.patch +++ b/target/linux/ifxmips/patches/100-board.patch @@ -1,6 +1,6 @@ --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig -@@ -78,6 +78,21 @@ +@@ -78,6 +78,21 @@ config MIPS_COBALT select SYS_SUPPORTS_LITTLE_ENDIAN select GENERIC_HARDIRQS_NO__DO_IRQ @@ -22,7 +22,7 @@ config MACH_DECSTATION bool "DECstations" select BOOT_ELF32 -@@ -697,6 +712,7 @@ +@@ -697,6 +712,7 @@ source "arch/mips/sibyte/Kconfig" source "arch/mips/tx4927/Kconfig" source "arch/mips/tx4938/Kconfig" source "arch/mips/vr41xx/Kconfig" @@ -32,7 +32,7 @@ --- a/arch/mips/Makefile +++ b/arch/mips/Makefile -@@ -283,6 +283,13 @@ +@@ -283,6 +283,13 @@ cflags-$(CONFIG_MIPS_COBALT) += -Iinclud load-$(CONFIG_MIPS_COBALT) += 0xffffffff80080000 # @@ -63,7 +63,7 @@ extern char *system_type; --- a/arch/mips/kernel/traps.c +++ b/arch/mips/kernel/traps.c -@@ -1464,6 +1464,7 @@ +@@ -1464,6 +1464,7 @@ void __cpuinit per_cpu_trap_init(void) */ if (cpu_has_mips_r2) { cp0_compare_irq = (read_c0_intctl() >> 29) & 7; @@ -73,7 +73,7 @@ cp0_perfcount_irq = -1; --- a/arch/mips/pci/Makefile +++ b/arch/mips/pci/Makefile -@@ -48,3 +48,4 @@ +@@ -48,3 +48,4 @@ obj-$(CONFIG_TOSHIBA_RBTX4938) += fixup- obj-$(CONFIG_VICTOR_MPC30X) += fixup-mpc30x.o obj-$(CONFIG_ZAO_CAPCELLA) += fixup-capcella.o obj-$(CONFIG_WR_PPMC) += fixup-wrppmc.o diff --git a/target/linux/ifxmips/patches/110-drivers.patch b/target/linux/ifxmips/patches/110-drivers.patch index a25c57003..931978fd9 100644 --- a/target/linux/ifxmips/patches/110-drivers.patch +++ b/target/linux/ifxmips/patches/110-drivers.patch @@ -1,6 +1,6 @@ --- a/drivers/char/Makefile +++ b/drivers/char/Makefile -@@ -114,6 +114,10 @@ +@@ -114,6 +114,10 @@ obj-$(CONFIG_PS3_FLASH) += ps3flash.o obj-$(CONFIG_JS_RTC) += js-rtc.o js-rtc-y = rtc.o @@ -13,14 +13,14 @@ --- a/drivers/mtd/maps/Makefile +++ b/drivers/mtd/maps/Makefile -@@ -67,3 +67,4 @@ +@@ -67,3 +67,4 @@ obj-$(CONFIG_MTD_PLATRAM) += plat-ram.o obj-$(CONFIG_MTD_OMAP_NOR) += omap_nor.o obj-$(CONFIG_MTD_MTX1) += mtx-1_flash.o obj-$(CONFIG_MTD_INTEL_VR_NOR) += intel_vr_nor.o +obj-$(CONFIG_MTD_IFXMIPS) += ifxmips.o --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig -@@ -351,6 +351,12 @@ +@@ -351,6 +351,12 @@ config MACB source "drivers/net/arm/Kconfig" @@ -35,7 +35,7 @@ depends on ARM || MIPS || SUPERH --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig -@@ -1334,6 +1334,14 @@ +@@ -1334,6 +1334,14 @@ config SERIAL_OF_PLATFORM Currently, only 8250 compatible ports are supported, but others can easily be added. @@ -52,14 +52,14 @@ depends on QUICC_ENGINE --- a/drivers/serial/Makefile +++ b/drivers/serial/Makefile -@@ -68,3 +68,4 @@ +@@ -68,3 +68,4 @@ obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_s obj-$(CONFIG_SERIAL_KS8695) += serial_ks8695.o obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgdboc.o obj-$(CONFIG_SERIAL_QE) += ucc_uart.o +obj-$(CONFIG_SERIAL_IFXMIPS) += ifxmips_asc.o --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile -@@ -97,6 +97,7 @@ +@@ -97,6 +97,7 @@ obj-$(CONFIG_WDT_RM9K_GPI) += rm9k_wdt.o obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o obj-$(CONFIG_AR7_WDT) += ar7_wdt.o obj-$(CONFIG_TXX9_WDT) += txx9wdt.o @@ -69,7 +69,7 @@ --- a/drivers/net/Makefile +++ b/drivers/net/Makefile -@@ -256,4 +256,4 @@ +@@ -256,4 +256,4 @@ obj-$(CONFIG_NETXEN_NIC) += netxen/ obj-$(CONFIG_NIU) += niu.o obj-$(CONFIG_VIRTIO_NET) += virtio_net.o obj-$(CONFIG_SFC) += sfc/ @@ -77,7 +77,7 @@ +obj-$(CONFIG_IFXMIPS_MII0) += ifxmips_mii0.o --- a/drivers/crypto/Kconfig +++ b/drivers/crypto/Kconfig -@@ -9,6 +9,9 @@ +@@ -9,6 +9,9 @@ menuconfig CRYPTO_HW If you say N, all options in this submenu will be skipped and disabled. if CRYPTO_HW @@ -89,14 +89,14 @@ tristate "Support for VIA PadLock ACE" --- a/drivers/crypto/Makefile +++ b/drivers/crypto/Makefile -@@ -4,3 +4,4 @@ +@@ -4,3 +4,4 @@ obj-$(CONFIG_CRYPTO_DEV_GEODE) += geode- obj-$(CONFIG_CRYPTO_DEV_HIFN_795X) += hifn_795x.o obj-$(CONFIG_CRYPTO_DEV_TALITOS) += talitos.o obj-$(CONFIG_CRYPTO_DEV_IXP4XX) += ixp4xx_crypto.o +obj-$(CONFIG_CRYPTO_DEV_IFXMIPS) += ifxdeu-aes.o ifxdeu-des.o ifxdeu-dma.o ifxdeu-generic.o ifxdeu-md5.o ifxdeu-sha1.o --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig -@@ -305,3 +305,10 @@ +@@ -305,3 +305,10 @@ config SUPERH_ON_CHIP_R8A66597 help This driver enables support for the on-chip R8A66597 in the SH7366 and SH7723 processors. @@ -109,7 +109,7 @@ + Danube USB Host Controller --- a/drivers/leds/Kconfig +++ b/drivers/leds/Kconfig -@@ -153,6 +153,12 @@ +@@ -153,6 +153,12 @@ config LEDS_CLEVO_MAIL To compile this driver as a module, choose M here: the module will be called leds-clevo-mail. @@ -124,7 +124,7 @@ config LEDS_TRIGGERS --- a/drivers/leds/Makefile +++ b/drivers/leds/Makefile -@@ -22,6 +22,7 @@ +@@ -22,6 +22,7 @@ obj-$(CONFIG_LEDS_CM_X270) obj-$(CONFIG_LEDS_CLEVO_MAIL) += leds-clevo-mail.o obj-$(CONFIG_LEDS_HP6XX) += leds-hp6xx.o obj-$(CONFIG_LEDS_FSG) += leds-fsg.o @@ -134,7 +134,7 @@ obj-$(CONFIG_LEDS_TRIGGER_TIMER) += ledtrig-timer.o --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig -@@ -683,6 +683,12 @@ +@@ -683,6 +683,12 @@ config TXX9_WDT help Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs. diff --git a/target/linux/ifxmips/patches/160-cfi-swap.patch b/target/linux/ifxmips/patches/160-cfi-swap.patch index 7649ec1ff..5c98c3552 100644 --- a/target/linux/ifxmips/patches/160-cfi-swap.patch +++ b/target/linux/ifxmips/patches/160-cfi-swap.patch @@ -1,6 +1,6 @@ --- a/drivers/mtd/chips/cfi_cmdset_0002.c +++ b/drivers/mtd/chips/cfi_cmdset_0002.c -@@ -1041,7 +1041,9 @@ +@@ -1041,7 +1041,9 @@ static int __xipram do_write_oneword(str int retry_cnt = 0; adr += chip->start; diff --git a/target/linux/ifxmips/patches/170-dma_hack.patch b/target/linux/ifxmips/patches/170-dma_hack.patch index 38c58bb5c..6175c3e8f 100644 --- a/target/linux/ifxmips/patches/170-dma_hack.patch +++ b/target/linux/ifxmips/patches/170-dma_hack.patch @@ -1,6 +1,6 @@ --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c -@@ -50,6 +50,8 @@ +@@ -50,6 +50,8 @@ void (*_dma_cache_wback)(unsigned long s void (*_dma_cache_inv)(unsigned long start, unsigned long size); EXPORT_SYMBOL(_dma_cache_wback_inv); -- cgit v1.2.3