kernel: refresh patches for 2.6.33.2, and drop md5sum for older 2.6.32 kernels
[openwrt/staging/chunkeey.git] / target / linux / ifxmips / patches-2.6.33 / 110-drivers.patch
1 --- a/drivers/serial/Kconfig
2 +++ b/drivers/serial/Kconfig
3 @@ -1383,6 +1383,14 @@ config SERIAL_OF_PLATFORM_NWPSERIAL_CONS
4 help
5 Support for Console on the NWP serial ports.
6
7 +config SERIAL_IFXMIPS
8 + bool "IFXMips serial driver"
9 + depends on IFXMIPS
10 + select SERIAL_CORE
11 + select SERIAL_CORE_CONSOLE
12 + help
13 + Driver for the ifxmipss built in ASC hardware
14 +
15 config SERIAL_QE
16 tristate "Freescale QUICC Engine serial port support"
17 depends on QUICC_ENGINE
18 --- a/drivers/serial/Makefile
19 +++ b/drivers/serial/Makefile
20 @@ -82,3 +82,4 @@ obj-$(CONFIG_KGDB_SERIAL_CONSOLE) += kgd
21 obj-$(CONFIG_SERIAL_QE) += ucc_uart.o
22 obj-$(CONFIG_SERIAL_TIMBERDALE) += timbuart.o
23 obj-$(CONFIG_SERIAL_GRLIB_GAISLER_APBUART) += apbuart.o
24 +obj-$(CONFIG_SERIAL_IFXMIPS) += ifxmips.o
25 --- a/drivers/net/Kconfig
26 +++ b/drivers/net/Kconfig
27 @@ -343,6 +343,12 @@ config MACB
28
29 source "drivers/net/arm/Kconfig"
30
31 +config IFXMIPS_MII0
32 + tristate "Infineon IFXMips eth0 driver"
33 + depends on IFXMIPS
34 + help
35 + Support for the MII0 inside the IFXMips SOC
36 +
37 config AX88796
38 tristate "ASIX AX88796 NE2000 clone support"
39 depends on ARM || MIPS || SUPERH
40 --- a/drivers/net/Makefile
41 +++ b/drivers/net/Makefile
42 @@ -247,6 +247,7 @@ pasemi_mac_driver-objs := pasemi_mac.o p
43 obj-$(CONFIG_MLX4_CORE) += mlx4/
44 obj-$(CONFIG_ENC28J60) += enc28j60.o
45 obj-$(CONFIG_ETHOC) += ethoc.o
46 +obj-$(CONFIG_IFXMIPS_MII0) += ifxmips.o
47
48 obj-$(CONFIG_XTENSA_XT2000_SONIC) += xtsonic.o
49
50 --- a/drivers/mtd/maps/Kconfig
51 +++ b/drivers/mtd/maps/Kconfig
52 @@ -257,6 +257,12 @@ config MTD_ALCHEMY
53 help
54 Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
55
56 +config MTD_IFXMIPS
57 + tristate "IFXMIPS MTD support"
58 + depends on IFXMIPS
59 + help
60 + Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards
61 +
62 config MTD_DILNETPC
63 tristate "CFI Flash device mapped on DIL/Net PC"
64 depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT && BROKEN
65 --- a/drivers/mtd/maps/Makefile
66 +++ b/drivers/mtd/maps/Makefile
67 @@ -61,3 +61,4 @@ obj-$(CONFIG_MTD_BFIN_ASYNC) += bfin-asy
68 obj-$(CONFIG_MTD_RBTX4939) += rbtx4939-flash.o
69 obj-$(CONFIG_MTD_VMU) += vmu-flash.o
70 obj-$(CONFIG_MTD_GPIO_ADDR) += gpio-addr-flash.o
71 +obj-$(CONFIG_MTD_IFXMIPS) += ifxmips.o
72 --- a/drivers/watchdog/Kconfig
73 +++ b/drivers/watchdog/Kconfig
74 @@ -840,6 +840,12 @@ config TXX9_WDT
75 help
76 Hardware driver for the built-in watchdog timer on TXx9 MIPS SoCs.
77
78 +config IFXMIPS_WDT
79 + bool "IFXMips watchdog"
80 + depends on IFXMIPS
81 + help
82 + Hardware driver for the IFXMIPS Watchdog Timer.
83 +
84 # PARISC Architecture
85
86 # POWERPC Architecture
87 --- a/drivers/watchdog/Makefile
88 +++ b/drivers/watchdog/Makefile
89 @@ -112,6 +112,7 @@ obj-$(CONFIG_PNX833X_WDT) += pnx833x_wdt
90 obj-$(CONFIG_SIBYTE_WDOG) += sb_wdog.o
91 obj-$(CONFIG_AR7_WDT) += ar7_wdt.o
92 obj-$(CONFIG_TXX9_WDT) += txx9wdt.o
93 +obj-$(CONFIG_IFXMIPS_WDT) += ifxmips.o
94
95 # PARISC Architecture
96
97 --- a/drivers/leds/Kconfig
98 +++ b/drivers/leds/Kconfig
99 @@ -269,6 +269,12 @@ config LEDS_ADP5520
100 To compile this driver as a module, choose M here: the module will
101 be called leds-adp5520.
102
103 +config LEDS_IFXMIPS
104 + tristate "LED Support for IFXMIPS LEDs"
105 + depends on LEDS_CLASS && IFXMIPS
106 + help
107 + This option enables support for the CM-X270 LEDs.
108 +
109 comment "LED Triggers"
110
111 config LEDS_TRIGGERS
112 --- a/drivers/leds/Makefile
113 +++ b/drivers/leds/Makefile
114 @@ -33,6 +33,7 @@ obj-$(CONFIG_LEDS_REGULATOR) += leds-re
115 obj-$(CONFIG_LEDS_INTEL_SS4200) += leds-ss4200.o
116 obj-$(CONFIG_LEDS_LT3593) += leds-lt3593.o
117 obj-$(CONFIG_LEDS_ADP5520) += leds-adp5520.o
118 +obj-$(CONFIG_LEDS_IFXMIPS) += leds-ifxmips.o
119
120 # LED SPI Drivers
121 obj-$(CONFIG_LEDS_DAC124S085) += leds-dac124s085.o