Florian Fainelli
d238ba2541
correct the MDIO base address and reset sequence for Titan ( #6573 )
...
SVN-Revision: 20037
2010-03-07 16:37:01 +00:00
Gabor Juhos
5e8c8818ed
ar71xx: add preliminary support for the RouterBOARD 750
...
SVN-Revision: 20029
2010-03-07 05:41:01 +00:00
Gabor Juhos
11af372116
ar71xx: make the rb4xx nand driver depends on AR71XX_MACH_RB4XX
...
SVN-Revision: 20028
2010-03-07 05:40:58 +00:00
Gabor Juhos
10ad4ea96c
ar71xx: rename mach-rb-4xx.c to mach-rb4xx.c, and change Kconfig symbol
...
SVN-Revision: 20027
2010-03-07 05:40:56 +00:00
Florian Fainelli
876105bf8b
let 802.1q tagged frames go in and out from cpmac ( #6730 )
...
SVN-Revision: 20023
2010-03-06 22:33:30 +00:00
Florian Fainelli
ac0b6ee559
fallback to "dumb switch" mode if no PHY was detected
...
This will enable the second Ethernet MAC in most cases, but will allow
previously non working devices to work.
SVN-Revision: 20022
2010-03-06 22:33:25 +00:00
Florian Fainelli
ffd352b2ba
fix cpmac panics with 2.6.32 ( #6764 )
...
SVN-Revision: 20021
2010-03-06 22:33:19 +00:00
Travis Kemen
20769a9ade
fix missing symbols for kernel 2.6.33, closes #6803 thanks Maddes
...
SVN-Revision: 20010
2010-03-05 23:10:54 +00:00
Travis Kemen
5a13cba68d
fix missing symbols for kernel 2.6.32, closes #6802 thanks Maddes
...
SVN-Revision: 20009
2010-03-05 22:35:24 +00:00
Travis Kemen
c73d267ccb
add missing symbol
...
SVN-Revision: 20008
2010-03-05 21:58:49 +00:00
Gabor Juhos
97c35a7dde
ar71xx: don't init PCI irqs on the AR7240 if the PCIe subsystem are in reset
...
SVN-Revision: 20007
2010-03-05 20:29:29 +00:00
Gabor Juhos
52f03512dc
ar71xx: fix sysupgrade on the WRT400N (thanks to chuljin)
...
* closes #6782
SVN-Revision: 20006
2010-03-05 20:29:27 +00:00
Gabor Juhos
7bda582cf7
ar71xx: fix status led detection on the RB4xx boards
...
SVN-Revision: 20005
2010-03-05 20:29:24 +00:00
Gabor Juhos
2702ae4e8f
ar71xx: ag71xx: move calling ag71xx_phy_stop out from spinlock
...
SVN-Revision: 20004
2010-03-05 20:29:22 +00:00
Gabor Juhos
a4bccded57
ar71xx: ag71xx: move link update function
...
SVN-Revision: 20003
2010-03-05 20:29:18 +00:00
Gabor Juhos
eacf9a7614
ar71xx: ag71xx: don't use dev->trans_start
...
SVN-Revision: 20002
2010-03-05 20:29:14 +00:00
Gabor Juhos
ba288eeb84
ar71xx: ag71xx: use dma_unmap_single to unmap frames
...
SVN-Revision: 20001
2010-03-05 20:29:10 +00:00
Lars-Peter Clausen
01ed21fc16
Add support for the n516
...
SVN-Revision: 19987
2010-03-05 04:21:41 +00:00
Lars-Peter Clausen
f1afccc2d9
Add subtarget for each device
...
SVN-Revision: 19986
2010-03-05 04:15:51 +00:00
Lars-Peter Clausen
185b919e5f
jz4740 pm: Fix gpio suspend/resume. Turn pll off while in suspend and gate clocks off which arn't handeld by their subsystems yet.
...
SVN-Revision: 19984
2010-03-05 02:56:25 +00:00
Lars-Peter Clausen
d9e32f1932
gpio.h: Add proper parenthesis to JZ_GPIO_PORTX macros
...
SVN-Revision: 19983
2010-03-05 02:53:23 +00:00
Lars-Peter Clausen
020df2b0dc
jz4740_fb: Add support for parallel displays, improve power consumption and some minor bugfixes
...
SVN-Revision: 19982
2010-03-05 02:48:55 +00:00
Florian Fainelli
da72558c32
fix watchdog driver unregistering, patch by Bernhard Loos
...
SVN-Revision: 19979
2010-03-04 20:48:43 +00:00
Lars-Peter Clausen
7c966b8a32
jz4740_udc: Implement suspend/resume
...
SVN-Revision: 19978
2010-03-04 20:20:54 +00:00
Florian Fainelli
86494323fe
rework reboot mechanism with the new watchdog fixes
...
The fixing of the watchdog driver makes it generate a NMI so the reboot_fixup
can no longer be called from NMI context, instead, override the machine_retart
callback with our southrbridge reboot mechanism. Patch by Bernhard Loos.
SVN-Revision: 19977
2010-03-04 08:28:20 +00:00
Florian Fainelli
fe348a7039
enable the required packages to use a gpio-based reset button
...
SVN-Revision: 19976
2010-03-04 08:28:10 +00:00
Florian Fainelli
29e75b52cf
remove now unused rdc321x_gpio.h file
...
SVN-Revision: 19975
2010-03-04 08:28:05 +00:00
Florian Fainelli
b3f11c8414
improve sitecom device support
...
Add support for the 3 GPIO LEDs, reset button and switch to the gpio-buttons
driver. Patch by Bernhard Loos.
SVN-Revision: 19974
2010-03-04 08:27:59 +00:00
Florian Fainelli
7ea3654537
select ARCH_REQUIRE_GPIOLIB which is required for our gpiolib driver
...
SVN-Revision: 19973
2010-03-04 08:27:51 +00:00
Florian Fainelli
c126808243
add a new southbridge driver which registers the gpio and watchdog platform devices
...
This also fixes the watchdog logic and abstracts the access to the RDC321x
southbridge PCI configuration register space. Based on a patch by Bernhard Loos.
SVN-Revision: 19972
2010-03-04 07:54:25 +00:00
Florian Fainelli
c6c8012c60
merge the two patches applying to the same file in a single patch
...
SVN-Revision: 19971
2010-03-04 07:54:20 +00:00
Hauke Mehrtens
d29c671202
brcm47xx: add CONFIG_CMDLINE again
...
Fix for r19955
this patch was suggested by tripolar
SVN-Revision: 19967
2010-03-03 20:32:41 +00:00
Gabor Juhos
c38f612532
ar71xx: restore command line on 2.6.33
...
SVN-Revision: 19966
2010-03-03 20:04:12 +00:00
Gabor Juhos
eaa44c61ba
ar71xx: sync 2.6.33 config
...
SVN-Revision: 19965
2010-03-03 20:04:08 +00:00
Matteo Croce
3ccd1aeab7
2.6.33 fixes for atheros and madwifi
...
SVN-Revision: 19963
2010-03-03 13:52:28 +00:00
Gabor Juhos
a41a501858
kernel: fix m25p80 patches for 2.6.33
...
SVN-Revision: 19961
2010-03-03 09:40:20 +00:00
Gabor Juhos
58ec1289d9
ar71xx: refresh 2.6.33 patches
...
SVN-Revision: 19960
2010-03-03 09:40:17 +00:00
Gabor Juhos
111ae3e04b
kernel: refresh 2.6.33 patches
...
SVN-Revision: 19959
2010-03-03 09:40:12 +00:00
Florian Fainelli
2c13d45b29
do not register devices in device_initcall level, this breaks the SSB SPROM registration
...
SVN-Revision: 19957
2010-03-02 21:49:37 +00:00
Hauke Mehrtens
f88371a696
kernel: add some missing config files and make compat-wireless build with kernel 2.6.33
...
Thanks tripolar for the missing config symbols
SVN-Revision: 19956
2010-03-02 21:26:36 +00:00
Hauke Mehrtens
141d53ad07
brcm47xx: add support for kernel 2.6.33
...
Thanks to acoul and tripolar
SVN-Revision: 19955
2010-03-02 21:16:18 +00:00
Gabor Juhos
0e4eaea770
ar71xx: ag71xx: use correct device pointer for dma_map_single
...
SVN-Revision: 19951
2010-03-02 13:36:18 +00:00
Gabor Juhos
84823e1477
ar71xx: ag71xx: don't use virt_to_phys
...
SVN-Revision: 19950
2010-03-02 13:36:15 +00:00
Gabor Juhos
4a987d6008
ar71xx: ag71xx: simplify register access functions
...
SVN-Revision: 19949
2010-03-02 13:36:12 +00:00
Gabor Juhos
e157281c5d
ar71xx: ag71xx: use NETDEV_TX_OK
...
SVN-Revision: 19948
2010-03-02 13:36:09 +00:00
Gabor Juhos
347c5bc7fc
ar71xx: use COMMAND_LINE_SIZE
...
SVN-Revision: 19947
2010-03-02 13:36:04 +00:00
Florian Fainelli
0cd5b9983f
remove mail headers from patches
...
SVN-Revision: 19935
2010-03-01 14:55:34 +00:00
Florian Fainelli
ba3f8604da
prevent UML build failure against decompress_lzo.c
...
SVN-Revision: 19934
2010-03-01 14:55:15 +00:00
Imre Kaloz
cf57e90014
drop support for the old style magicbox-cf driver
...
SVN-Revision: 19932
2010-03-01 08:04:14 +00:00
Gabor Juhos
e1bb4af48b
ar71xx: add default network configuration file for the TL-WR741ND board
...
SVN-Revision: 19930
2010-03-01 07:34:48 +00:00
Gabor Juhos
3f7d3dc939
ar71xx: add default network configuration file for the DIR-600 rev. A1 board
...
SVN-Revision: 19929
2010-03-01 07:34:46 +00:00
Gabor Juhos
b41c276df4
ar71xx: register DSA switch for the AP91 based boards
...
SVN-Revision: 19928
2010-03-01 07:34:43 +00:00
Gabor Juhos
6a702d127b
ar71xx: add DSA driver for the AR7240 built-in ethernet switch
...
SVN-Revision: 19927
2010-03-01 07:34:41 +00:00
Gabor Juhos
8e22134773
ar71xx: add QinQ tagging format for the DSA driver
...
SVN-Revision: 19926
2010-03-01 07:34:37 +00:00
Nicolas Thill
127b8ea8f9
kernel: add 2 config symbols preventing ppc40x & ppc44X from being configured with all modules enabled
...
SVN-Revision: 19924
2010-03-01 06:22:42 +00:00
Florian Fainelli
4f4066d3e0
add support for 2.6.33
...
SVN-Revision: 19921
2010-02-28 21:24:34 +00:00
Florian Fainelli
9fc22cd032
misc 2.6.33 compilation and config symbols fixes
...
SVN-Revision: 19920
2010-02-28 20:50:57 +00:00
Florian Fainelli
984ac762e4
add support for 2.6.32, dropped the SPI patch for now
...
SVN-Revision: 19919
2010-02-28 20:50:51 +00:00
Jo-Philipp Wich
eeb982177d
remove asterisk from default vlan ports in netconfig
...
SVN-Revision: 19910
2010-02-28 16:44:40 +00:00
Jo-Philipp Wich
96e4312e7e
switch: eliminate the asterisk from the switch port configuration and set it automatically on the first vlan, this aligns the broadcom vlan config with the swconfig format
...
SVN-Revision: 19909
2010-02-28 16:40:06 +00:00
Matteo Croce
a15d58f605
ar71xx: 2.6.33 patches
...
SVN-Revision: 19908
2010-02-28 16:33:15 +00:00
Matteo Croce
2cb1d98fc2
atheros: 2.6.33 patches
...
SVN-Revision: 19906
2010-02-28 15:30:07 +00:00
Matteo Croce
5ddd984cff
kernel: add 2.6.33 patches
...
SVN-Revision: 19905
2010-02-28 15:20:00 +00:00
Florian Fainelli
23b5d2b743
explicitely enable shared interrupt 2 for any core that did not a dedicated IRQ
...
Explicitely enable shared interrupt 2 for any core that didn't get a dedicated IRQ
anymore (fallthrough case) and for EXTIF cores to make gpio interrupts work.
Also remove a bogus comment.
Signed-off-by: Jochen Friedrich <jochen@scram.de>
SVN-Revision: 19895
2010-02-28 11:09:44 +00:00
Florian Fainelli
ada5848ba6
build images for RG100A (bcm6358-based boards) ( #6755 )
...
SVN-Revision: 19894
2010-02-28 11:09:39 +00:00
Florian Fainelli
29011fe516
add a MIPS Malta target to be used with qemu
...
SVN-Revision: 19893
2010-02-28 11:09:34 +00:00
Florian Fainelli
e34293297c
add missing libertas symbols
...
SVN-Revision: 19892
2010-02-28 11:09:28 +00:00
Hauke Mehrtens
d503a25c83
remove unneeded patch
...
SVN-Revision: 19891
2010-02-28 10:21:04 +00:00
Hauke Mehrtens
0c7b285613
kernel: update to kernel 2.6.32.9
...
SVN-Revision: 19890
2010-02-28 10:16:47 +00:00
Gabor Juhos
85119a7cff
adm5120: remove 2.6.31 related stuff
...
SVN-Revision: 19889
2010-02-28 09:41:02 +00:00
Gabor Juhos
f310851e7e
adm5120: switch to 2.6.32
...
SVN-Revision: 19888
2010-02-28 09:41:00 +00:00
Gabor Juhos
ff2e61fed8
kernel: yet another missing symbol for 2.6.32
...
SVN-Revision: 19883
2010-02-27 16:27:04 +00:00
Gabor Juhos
e96a82e37e
adm5120: fix build error in the USB driver on 2.6.32
...
SVN-Revision: 19882
2010-02-27 16:26:49 +00:00
Lars-Peter Clausen
87298f0de2
jz4740_nand: * Use NAND_ECC_HW_OOB_FIRST mode instead of a patched NAND_ECC_HW * Fix subpage writing * speed up reading
...
SVN-Revision: 19875
2010-02-26 18:09:12 +00:00
Travis Kemen
21b2e85b3f
add missing symbol
...
SVN-Revision: 19872
2010-02-26 16:38:48 +00:00
Travis Kemen
2eebf6e0bd
add support for the MN-700 platform, closes #2575
...
SVN-Revision: 19863
2010-02-26 01:34:39 +00:00
Gabor Juhos
a9e8645232
ar71xx: select vsc73x5 microcode in the AP83/PB44 profiles
...
SVN-Revision: 19842
2010-02-24 13:49:02 +00:00
Gabor Juhos
1d4c70d9a6
ar71xx: refresh ksz8041 patch
...
SVN-Revision: 19841
2010-02-24 13:39:23 +00:00
Gabor Juhos
a6be62a4f1
ar71xx: add default network configuration file for the TL-WR1043ND board
...
Thanks to Andrew Tarabaras.
SVN-Revision: 19840
2010-02-24 13:39:20 +00:00
Gabor Juhos
30a2da99a1
ar71xx: register RTL8366RB switch on the TL-WR1043NB board
...
Thanks to Andrew Tarabaras.
SVN-Revision: 19839
2010-02-24 13:39:18 +00:00
Gabor Juhos
7c7f662a3f
ar71xx: enable the RTL8366RB driver
...
Thanks to Andrew Tarabaras.
SVN-Revision: 19838
2010-02-24 13:39:14 +00:00
Gabor Juhos
f1509eaf8c
kernel: add driver for the RTL8366RB switch
...
Thanks to Andrew Tarabaras.
SVN-Revision: 19837
2010-02-24 13:39:02 +00:00
Gabor Juhos
f771c35033
ar71xx: fix pll value for the eth0 interface on the TL-WR1043ND board
...
Thanks to Andrew Tarabaras
SVN-Revision: 19835
2010-02-24 13:38:51 +00:00
Gabor Juhos
e251cd15c9
kernel: fix typos in the AR8216 header file
...
SVN-Revision: 19834
2010-02-24 13:38:48 +00:00
Gabor Juhos
3359e850a0
ar71xx: remove an accidentally committed patch
...
SVN-Revision: 19833
2010-02-24 13:38:44 +00:00
Gabor Juhos
1612fd447d
ar71xx: enable TX/RX flow control on the AR7240
...
SVN-Revision: 19832
2010-02-24 13:38:41 +00:00
Gabor Juhos
187d5546db
ar71xx: use the correct name for the status LED on the WRT400 board (thanks to chuljin, patch from #6734 )
...
SVN-Revision: 19831
2010-02-24 13:38:37 +00:00
Gabor Juhos
560f7173b2
ar71xx: update default network configuration file for the WNDR3700
...
Signed-off-by: Scott Dudley <spmsink@hotmail.com>
SVN-Revision: 19830
2010-02-24 13:38:31 +00:00
Florian Fainelli
b57690432c
add preliminary 2.6.32 support
...
SVN-Revision: 19826
2010-02-23 21:09:51 +00:00
Imre Kaloz
437f2bd5c1
add 2.6.32 support
...
SVN-Revision: 19823
2010-02-23 10:43:53 +00:00
Imre Kaloz
a593773232
move new files out from platform support patch
...
SVN-Revision: 19815
2010-02-22 13:54:47 +00:00
Imre Kaloz
7f1e72587d
refresh patch
...
SVN-Revision: 19814
2010-02-22 13:19:30 +00:00
Florian Fainelli
9067ed7609
add missing patch to arch/mips/kernel/traps.c to allow ar7 to setup its handler correctly ( #6722 )
...
SVN-Revision: 19812
2010-02-22 09:43:37 +00:00
Jo-Philipp Wich
243e190675
ppp: enable multilink support ( #4837 )
...
SVN-Revision: 19811
2010-02-22 02:26:32 +00:00
Travis Kemen
c795766793
fix missing symbol
...
SVN-Revision: 19809
2010-02-21 23:26:40 +00:00
Travis Kemen
8d4f5784d7
fix missing symbol
...
SVN-Revision: 19808
2010-02-21 22:56:01 +00:00
Hauke Mehrtens
ad11f6881a
ext4: add Support for large (2TB+) block devices and files
...
CONFIG_LBDAF is needed for mounting ext4 filesystems with huge_file enabled.
This is the default option.
This closes #6714 .
SVN-Revision: 19799
2010-02-21 20:14:24 +00:00
Travis Kemen
13845024f3
add missing symbol
...
SVN-Revision: 19798
2010-02-21 16:48:17 +00:00
Florian Fainelli
3ab3adb145
switch to 2.6.32, resync kernel config, enable gpio sysfs support
...
SVN-Revision: 19794
2010-02-21 14:28:05 +00:00
Florian Fainelli
12a2f9b7b8
fix gpio-leds registration for boards having less than 8 LEDs ( #6528 )
...
SVN-Revision: 19793
2010-02-21 14:27:17 +00:00
Florian Fainelli
87b2e6c25b
add missing kernel configuration and patches for 2.6.32
...
SVN-Revision: 19788
2010-02-21 12:47:43 +00:00
Lars-Peter Clausen
d6b0f9d093
Add per board struct describing the external clock setup.
...
SVN-Revision: 19783
2010-02-20 20:45:00 +00:00
Hauke Mehrtens
7524480b82
Fix build warnings
...
SVN-Revision: 19782
2010-02-20 19:31:34 +00:00
Hauke Mehrtens
046c32e6bf
refresh patches
...
SVN-Revision: 19781
2010-02-20 19:31:13 +00:00
Hauke Mehrtens
b52345c9ed
allow routed mode operation again
...
Fix part of bug #6709 .
SVN-Revision: 19779
2010-02-20 13:18:34 +00:00
Jo-Philipp Wich
3651c9804b
kernel: make NFSv4 optional and add kmods for it - patch by Peter Wagner <tripolar@gmx.at>
...
SVN-Revision: 19772
2010-02-20 05:17:39 +00:00
Jo-Philipp Wich
02a47e971e
change default kernel to 2.6.32.8, remove block2mtd patch until it is fixed
...
SVN-Revision: 19764
2010-02-20 03:22:17 +00:00
Hauke Mehrtens
a40daa8038
update kernel to version 2.4.37.9 and refresh patches
...
SVN-Revision: 19762
2010-02-19 21:30:10 +00:00
Jo-Philipp Wich
32a1e0c588
switch kernel compression from lzma to gzip and reorder symbols - fixes boot problems in VirtualBox
...
SVN-Revision: 19759
2010-02-19 18:25:23 +00:00
Florian Fainelli
8a1f7817d1
fix the receiving of packets with a 1500 mtu and vlan enabled ( #6698 )
...
SVN-Revision: 19753
2010-02-19 11:56:13 +00:00
Gabor Juhos
f68a1d0a63
ar71xx: fix mac addresses on the DIR-600 rev. A1 board
...
SVN-Revision: 19752
2010-02-19 11:52:42 +00:00
Gabor Juhos
f792c3647e
ar71xx: fix wireless mac address on the TL-WR741ND
...
SVN-Revision: 19751
2010-02-19 11:52:39 +00:00
Gabor Juhos
ccbfcba859
ar71xx: move AP91 specific ethernet initialization into a separate file
...
SVN-Revision: 19750
2010-02-19 11:52:36 +00:00
Gabor Juhos
f6e29416b5
ar71xx: create firmware images for the TL-WR941ND v4 board
...
SVN-Revision: 19749
2010-02-19 11:52:33 +00:00
Gabor Juhos
c5394fa7bb
ar71xx: sync kernel config
...
SVN-Revision: 19747
2010-02-19 11:52:28 +00:00
Gabor Juhos
47990f61fb
ar71xx: add uci configuration for the WAN LED on the WNDR3700
...
Based on a patch by Scott Dudley <spmsink@hotmail.com>
SVN-Revision: 19746
2010-02-19 11:52:25 +00:00
Gabor Juhos
da5cacba76
ar71xx: add missing GPIO LED for the WNDR3700 board
...
Signed-off-by: Scott Dudley <spmsink@hotmail.com>
SVN-Revision: 19744
2010-02-19 11:52:19 +00:00
Gabor Juhos
b00fe580ed
ar71xx: fix polarity of GPIO buttons on the WNDR3700 board
...
Signed-off-by: Scott Dudley <spmsink@hotmail.com>
SVN-Revision: 19743
2010-02-19 11:52:15 +00:00
Gabor Juhos
3c96b41d69
kernel: add a bunch of missing symbols to the 2.6.30 config
...
SVN-Revision: 19742
2010-02-19 10:24:03 +00:00
Gabor Juhos
63e9801c18
adm5120: sync kernel configs
...
SVN-Revision: 19741
2010-02-19 10:23:59 +00:00
Jo-Philipp Wich
15c4e22d31
netfilter: add support for raw table and NOTRACK target ( #5504 )
...
SVN-Revision: 19721
2010-02-19 01:36:47 +00:00
Felix Fietkau
8a7049730f
fix a compile error in block2mtd when compiled as module
...
SVN-Revision: 19709
2010-02-18 21:34:49 +00:00
Travis Kemen
b60c2aab01
add missing symbol
...
SVN-Revision: 19699
2010-02-18 03:42:36 +00:00
Imre Kaloz
c7d10f043f
upgrade to 2.6.32.8
...
SVN-Revision: 19694
2010-02-17 23:00:47 +00:00
Imre Kaloz
1219918537
refresh generic 2.6.32 patches
...
SVN-Revision: 19687
2010-02-17 11:11:53 +00:00
Travis Kemen
3c5ca326ec
Update to v2.2 fixed checksum byte calculation for other versions than 0x2019 fixed rare problem with padsize updated info to stock firmware 2.00.20 fixed typos
...
Signed off by: Matthias Buecher <mail@maddes.net>
SVN-Revision: 19683
2010-02-17 02:18:13 +00:00
Jo-Philipp Wich
9ce3d38331
- clean up menu.lst template - make grub usage of vt0 selectable in menuconfig - choose appropriate default baudrate for soekris devices - fix generation of grub menu for iso images
...
SVN-Revision: 19681
2010-02-17 00:59:41 +00:00
Imre Kaloz
0499a77159
include the board name in the generated dtb's filename
...
SVN-Revision: 19680
2010-02-16 23:51:18 +00:00
Felix Fietkau
feba7255a4
mpc83xx: clean up the mess caused by the reverted sorting patch
...
SVN-Revision: 19676
2010-02-16 21:34:55 +00:00
Imre Kaloz
37f7976b59
add some more config symbols to the generic 2.6.32 config
...
SVN-Revision: 19674
2010-02-16 21:33:47 +00:00
Imre Kaloz
4af507c9b0
upgrade to 2.6.32.8
...
SVN-Revision: 19673
2010-02-16 21:31:23 +00:00
Imre Kaloz
463dda6daf
upgrade to 2.6.32.8
...
SVN-Revision: 19672
2010-02-16 21:30:11 +00:00
Felix Fietkau
2f706d3d5b
mpc83xx: add a workaround for erratum eTSEC27 in earlier mpc8313 chip revs
...
SVN-Revision: 19670
2010-02-16 18:29:16 +00:00
Felix Fietkau
2b1e4dccaf
mpc83xx: add support for the vitesse 8601 phy
...
SVN-Revision: 19669
2010-02-16 18:29:12 +00:00
Felix Fietkau
982407554e
mpc83xx: add support for mpc8313 in 2.6.32
...
SVN-Revision: 19668
2010-02-16 18:29:08 +00:00
Imre Kaloz
ab60b8f963
...and probably claudio forgot to rename this directory, too :)
...
SVN-Revision: 19655
2010-02-16 08:08:54 +00:00
Imre Kaloz
6606efac31
I guess florian didn't want this file here ;)
...
SVN-Revision: 19654
2010-02-16 08:08:11 +00:00
Imre Kaloz
8fc2abee8d
change back kernel version to 2.6.32.8
...
SVN-Revision: 19653
2010-02-16 08:00:13 +00:00
Lars-Peter Clausen
900de42186
Add audio feature flag.
...
There are targets which neither have usb host nor pci support but do have audio
capabilities. Those targets should expliclitly specifiy that they support audio
through the new feature flag. The audio feature flag is also implicitly selected
by the usb and pci feature flags.
SVN-Revision: 19643
2010-02-15 20:03:18 +00:00
Jo-Philipp Wich
98e41f341e
add missing symbols to default config
...
SVN-Revision: 19631
2010-02-14 16:40:33 +00:00
Gabor Juhos
1d3ab0732f
kernel: yet another missing config symbol for 2.6.32
...
SVN-Revision: 19629
2010-02-14 12:50:09 +00:00
Lars-Peter Clausen
85d6f271e4
jz-mmc: Fix deadlock which could occur if the card was removed while a data transfer was active.
...
SVN-Revision: 19628
2010-02-13 23:08:26 +00:00
Jo-Philipp Wich
1875c08dda
revert accidentally committed changes in Xen config
...
SVN-Revision: 19627
2010-02-13 21:06:50 +00:00
Jo-Philipp Wich
501235fc51
merge 2.6.31 and 2.6.32 configs
...
SVN-Revision: 19626
2010-02-13 21:02:22 +00:00
Jo-Philipp Wich
81c56d1c52
move kernel config symbols from the Xen subtarget to the platform config
...
SVN-Revision: 19625
2010-02-13 20:15:05 +00:00
Lars-Peter Clausen
26c885dfc4
More missing debug config symbols for the generic 2.6.32 config
...
SVN-Revision: 19624
2010-02-13 14:56:52 +00:00
Travis Kemen
9afc4a1109
fix mistake, thanks xMff
...
SVN-Revision: 19620
2010-02-13 01:05:31 +00:00
Travis Kemen
2dc489505e
sync kernel config, closes #6675
...
SVN-Revision: 19619
2010-02-13 00:53:21 +00:00
Lars-Peter Clausen
5dcf0e571b
Add some missing debug symbols to the generic 2.6.32 config.
...
SVN-Revision: 19618
2010-02-13 00:45:34 +00:00
Jo-Philipp Wich
e268649a97
prepare kernel 2.6.32 support
...
SVN-Revision: 19617
2010-02-13 00:37:11 +00:00