Commit Graph

6842 Commits (3ea3dc20c6a4e7f092127eff7a083fe3d6b4e18b)

Author SHA1 Message Date
Florian Fainelli 7592e73bac Merge branch 'adm8668'
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23900 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 18:54:20 +00:00
Michael Büsch 6ded51adf1 n810: omapfb and keyboard fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23898 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 16:51:27 +00:00
Florian Fainelli c842c93647 [ep93xx] fix touchscreen driver build failure
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23895 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-06 14:56:58 +00:00
Florian Fainelli adbf014580 [ep93xx] add missing symbol spotted by buildbot.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23891 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 18:46:43 +00:00
Alexandros C. Couloumbis dc2d7fca20 target/linux: fix a wrong 2.6.37 patch (thank you acinonyx)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23889 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 17:41:13 +00:00
Michael Büsch 07439331cb omap24xx: Add linux 2.6.37 config/patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23888 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 16:59:39 +00:00
Michael Büsch bcda6a5b8a linux 2.6.37: Disable DEBUG_ICEDCC
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23887 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 16:57:51 +00:00
Michael Büsch fb7c25d1b4 n810 profile: add maemo-kexec
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23886 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 14:35:33 +00:00
Imre Kaloz d44d58fd93 [orion]: the same DEFAULT_PACKAGES should be selected in the generic Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23885 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 07:33:43 +00:00
Imre Kaloz 9206660d6b [orion]: only build squashfs images by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23884 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-05 07:30:55 +00:00
Alexandros C. Couloumbis 5d1ac2fb37 target/linux/orion: create subtargets (closes #8154)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23883 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 22:10:11 +00:00
Alexandros C. Couloumbis adc2249d9b target/linux: extend r23881 for 2.6.37 too.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23882 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 21:47:29 +00:00
Alexandros C. Couloumbis b389967a4c target/linux: add missing symbols (closes #8147)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23881 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 21:42:07 +00:00
Felix Fietkau ab2b65fe3d ar71xx: Configure WNDR3700 switch LED colors properly (#8103)
For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on
the four LAN port switch LEDs. The LEDs will be lit to indicate a link
and will blink to indicate activity. This matches the stock firmware
and the description printed on the label on the unit's underside.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23879 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:55:16 +00:00
Felix Fietkau 10709def6d Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on submitter's request
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23878 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:53:18 +00:00
Felix Fietkau fa6072d377 ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)
Make the WiFi LEDs blink for activity on the WNDR3700, matching the
stock firmware and user expectations. The green 2.4GHz and blue 5GHz
LEDs will illuminate with the radio on, and will blink to indicate
transmission and reception.

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23877 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:48:22 +00:00
Felix Fietkau 90ba44f084 ar71xx: Set eth1 MAC address from EEPROM for WNDR3700
The WNDR3700's art/caldata partition contains three MAC addresses at
offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1,
respectively. The existing code configures eth1's MAC address by adding
1 to eth0's instead of using the value stored in the EEPROM. This patch
causes the stored value to be used directly. (On my WNDR3700s, the three
stored addresses are all sequential anyway.)

Signed-off-by: Mark Mentovai <mark@moxienet.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23876 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:46:07 +00:00
Felix Fietkau 64d6dd0f2c ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (thx, Mark Mentovai)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23875 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 18:39:49 +00:00
Imre Kaloz 8700f34b1d [avr32]: upgrade to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23867 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:18:45 +00:00
Florian Fainelli 88b6609907 [kernel] fix mvswitch PHY polling setting (#8133)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23862 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 14:09:20 +00:00
Imre Kaloz 921371b9fc these belong to the generic config..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23853 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 11:09:08 +00:00
Imre Kaloz a497060e39 update kernels to 2.6.32.25 and 2.6.35.8
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23851 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 09:01:08 +00:00
Imre Kaloz 0d2d616938 add missing 2.6.36 symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23850 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-04 08:49:11 +00:00
Lars-Peter Clausen b87e524914 [kernel] Add even more missing symbols to the 2.6.36 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23842 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 21:01:01 +00:00
John Crispin 5f37a84ad5 [ifxmips]
* adds patch to 2.6.35 series to make dsl work


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23839 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:10:56 +00:00
John Crispin b8a8caa3d7 [ifxmips]:
* bump kernel to 2.6.35.8
* merge arcadyn mach files
* fixes ar9
* adds hack for tapi drivers



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23836 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 19:02:27 +00:00
Alexandros C. Couloumbis 76cfba7b8c target/linux: add preliminary 2.6.37 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23828 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 16:13:33 +00:00
Felix Fietkau 03d213eff1 ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23822 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-03 14:55:53 +00:00
Imre Kaloz 96487f41dd more 2.6.36 config symbols..
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23778 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:28:34 +00:00
Imre Kaloz fd2481ced1 [ppc4xx]: add additional config symbols
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23777 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:22:45 +00:00
Imre Kaloz 91567f75e2 [ixp4xx]: refresh 2.6.36 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23776 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:21:31 +00:00
Imre Kaloz ce8e14c8f7 [ixp4xx]: update the gpiolib patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23775 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:20:58 +00:00
Imre Kaloz da6d6d54e9 [ixp4xx]: remove unneeded patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23774 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:17:05 +00:00
Imre Kaloz 4c543cfd89 [ixp4xx]: support only 2.6.32 and 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23773 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 12:01:56 +00:00
Imre Kaloz abb1a5781f [generic/arm]: add a patch to export dma_set_coherent_mask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23772 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 11:52:22 +00:00
Imre Kaloz 28ad83c089 this is not a platform specific patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23771 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 11:50:56 +00:00
Imre Kaloz eda1d19503 add some additional 2.6.36 symbol
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23770 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-02 11:49:32 +00:00
Michael Büsch 8f2b17f392 n810-gui profile: Add xkeyboard-config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23767 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 21:46:28 +00:00
Florian Fainelli 6f26fcdf94 [ep93xx] switch to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23762 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 13:09:47 +00:00
Florian Fainelli 2a1599d452 [ep93xx] set the mac address using the chip-unique serial number
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23761 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 13:09:41 +00:00
Florian Fainelli a7aad4b271 [ep93xx] add support for 2.6.36 kernel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23760 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 13:09:34 +00:00
Florian Fainelli 9470403c87 [ep93xx] resync kernel config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23759 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-11-01 13:09:26 +00:00
Florian Fainelli 1964050e32 [ar7] initialize clocks earlier for lpj to be correct (#7548)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23746 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 21:45:49 +00:00
Florian Fainelli f559fde6a6 [ar7] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23745 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 21:45:30 +00:00
Florian Fainelli 6506a80495 [ar7] vlynq: try remote clock first, then external (#7324)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23737 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 13:10:55 +00:00
Florian Fainelli 9069f702b3 [ar7] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23736 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 13:10:49 +00:00
Florian Fainelli 57aa0caf28 [kernel] refresh 2.6.32 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23735 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-31 13:10:35 +00:00
Florian Fainelli 03d312bbb3 [package] add kmod-leds-net5501
Signed-off-by: Philip Prindeville <philipp_subx@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23729 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:59 +00:00
Florian Fainelli 6ffd3bd02c [x86] resync config-default, enable gpio support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23727 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 22:35:50 +00:00
Alexandros C. Couloumbis a19c2ddb12 linux/generic: fix "rm: can't remove 'xyz': Directory not empty" symbolic link and directory issues on RouterBoard family devices.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23718 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-30 10:00:34 +00:00
Lars-Peter Clausen b81d0f2488 [kirkwood] Fix patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23702 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-29 06:59:46 +00:00
Hamish Guthrie a78ed6322e [omap35xx] Update u-boot command-line parameters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23691 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:54:52 +00:00
Hamish Guthrie bf058a1b97 [omap35xx] Bumper gumstix kernel version to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23690 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:53:14 +00:00
Hamish Guthrie 2701bec564 [kernel] Add 2.6.36 config for gumstix board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23688 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:47:48 +00:00
Hamish Guthrie 6dae580e0e [kernel] Add missing symbols to 2.6.36 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23687 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-28 08:37:00 +00:00
Lars-Peter Clausen 2d35f3f02e [kirkwood] Adds leds and gpio keys support for Iomega iConnect.
Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com>



git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23682 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 21:22:07 +00:00
Lars-Peter Clausen 69b86d8245 [xburst] Change kernel version to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23671 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 14:12:27 +00:00
Lars-Peter Clausen b26fd37a25 [xburst] ADC and battery fixes
* Fix concurrent battery readings
 * Add missing kfree in battery driver remove
 * Fix disabling of a ADC component


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23670 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 14:11:36 +00:00
Lars-Peter Clausen 2aad6e7beb [kernel] Add missing symbol to 2.6.36 config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23669 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 14:04:04 +00:00
Imre Kaloz e51bb491fb mark targets maintained by me
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23668 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 13:46:00 +00:00
Florian Fainelli 27c9658984 [brcm63xx] register uart driver on livebox (#8013)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23653 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 10:02:13 +00:00
Florian Fainelli b024c3f927 [brcm63xx] refresh 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23652 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 10:02:08 +00:00
Florian Fainelli 5c35e79409 [kernel] refresh 2.6.35 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23651 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-27 10:02:03 +00:00
Alexandros C. Couloumbis 240bc2d788 linux/mpc83xx: add preliminary 2.6.36 kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23633 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-25 17:59:14 +00:00
Claudio Mignanti 307bfbe677 [brcm63xx] Fix nxp_74hc164 driver compile error (builbot)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23623 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:41 +00:00
Claudio Mignanti 0642214afc [kernel] Add some symbols from buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:35 +00:00
Claudio Mignanti 667c28f66e [at91] Don't compile u-boot by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23621 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-24 16:10:30 +00:00
Florian Fainelli 313b48a4ec [x86] add required symbols to allow building of 2.6.35.7
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23594 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 18:56:19 +00:00
Florian Fainelli 731db60c8c [kernel] fix lzo decompressor build failure on 2.6.35
The patch fixes the build failure in Linux 2.6.35.7.
Other versions may have the same issue, but I haven't test it.

Signed-off-by: Ramax Lo <ramaxlo@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23593 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 18:56:14 +00:00
Mirko Vogt dde811f11a [target s3c24xx] create subtarget "om gta02" in preparation for further s3c24xx-based boards - thanks to Ramax Lo
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23592 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-23 15:57:24 +00:00
Felix Fietkau 72cfec3f6e ar71xx: remove some unnecessary patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23581 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-22 01:31:47 +00:00
Felix Fietkau d6c7e43a0d move a few more 2.6.36 config options from ar71xx to generic
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23580 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:52 +00:00
Felix Fietkau 6a0e4d7c1f remove 2.6.36 config options which no longer exist
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23579 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:44 +00:00
Felix Fietkau 5e87f86def refresh generic kernel configs using kconfig.pl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23578 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:37 +00:00
Felix Fietkau 9286ca91af ar71xx: the ar7240 dsa driver is no longer used, remove it.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23577 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:28 +00:00
Felix Fietkau bcfcff1c16 ar71xx: use the new ar7240 switch driver for tl-wa901nd as well
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23576 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:22 +00:00
Felix Fietkau 6da874b3a8 ar71xx: fix more section mismatches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23575 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:16 +00:00
Felix Fietkau c5cabb4673 ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port patch to the 2.6.36 patches, add a backport patch to 2.6.32
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23574 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:11 +00:00
Felix Fietkau 48c1d5e50c rt8366*: use __devinit instead of __init for the probe function to fix a section mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23573 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:42:05 +00:00
Felix Fietkau bcc27fb388 ar71xx: refresh kernel config for 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23572 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:57 +00:00
Felix Fietkau 33dc8f35fe ar71xx: remove unused kernel versions, 2.6.36 should be the next target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23571 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:52 +00:00
Felix Fietkau 26bca4c854 add missing kernel config symbols for 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23570 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 18:41:46 +00:00
Alexandros C. Couloumbis 92f2a3f13e linux/generic: refresh 2.6.36 patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23560 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-21 08:23:11 +00:00
Michael Büsch 841b0baf14 omap24xx: Update to 2.6.36
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23557 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 23:13:00 +00:00
Alexandros C. Couloumbis a0a87a1754 target/linux: adm5120/2.6.36 patches, fix a missing 0 (thank you florian)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23548 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 13:47:59 +00:00
Alexandros C. Couloumbis 0f8a205a94 target/linux: refresh previous patch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23545 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 11:32:42 +00:00
Alexandros C. Couloumbis 7d12ca88db linux/generic: sync to todays yaffs tree
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23544 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-20 11:27:31 +00:00
Florian Fainelli cea547a185 Revert "[brcm47xx] Add support for cores with slow WDT clock (bcm5354)"
This reverts commit 7467fdab387f451082c15d17ce9ae4d91d74b6ca.

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23533 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-19 07:07:10 +00:00
Florian Fainelli 4701c8448b [brcm63xx] fix platform_devices registration
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23517 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18 19:49:54 +00:00
Florian Fainelli 3cf8112104 [brcm47xx] Add support for cores with slow WDT clock (bcm5354)
Signed-off-by: Aleksandar Radovanovic <biblbroks@sezampro.rs>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23516 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-18 19:49:48 +00:00
Florian Fainelli 6591e5b4dd [brcm63xx] add bcm96338W2 e7t board (D-Link 2640U/BRU/C, #7558)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23508 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 17:45:50 +00:00
Michael Büsch 6e7a796b70 omap24xx: Remove 2.6.35 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23507 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 16:52:53 +00:00
Florian Fainelli f46ab7dcae [brcm63xx] remove 2.6.32 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23505 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 16:32:35 +00:00
Florian Fainelli f320f07d40 [brcm63xx] fix SPI driver, move register out of driver code
Signed-off-by: Tanguy Bouzéloc <tanguy.bouzeloc@efixo.com

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23504 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:09:30 +00:00
Florian Fainelli a52f0a386a [brcm63xx] restore kernel oldconfig
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23503 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:09:24 +00:00
Florian Fainelli bfa00c8c0b [brcm63xx] refresh patches
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23502 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:09:04 +00:00
Florian Fainelli 5eb60cbbf7 [brcm63xx] refresh nb4 support. Register 74x164 device
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23501 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:08:57 +00:00
Florian Fainelli 43a07c2197 [brcm63xx] add spi devices board info int bcm63xx_boards
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23500 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:08:51 +00:00
Florian Fainelli 193172120b [brcm63xx] add 74x164 SPI chip support
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23499 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:08:45 +00:00
Florian Fainelli 7475affd50 [kernel] backport SPI master with no RXTX support (from 2.6.36)
Signed-off-by: Miguel Gaio <miguel.gaio@efixo.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-10-17 14:08:39 +00:00