summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* add a driver for rtl8306 switchesnbd2009-08-145-0/+1041
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17248 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: change the linking order of the ag71xx module so that the driver can ↵nbd2009-08-142-12/+12
| | | | | | take advantage of phy fixups git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17247 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [lib80211] fix buildhauke2009-08-133-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17246 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] switch to 2.6.30juhosg2009-08-131-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17244 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add missing patch which fakes a cardbus controller on top of PCI, ↵florian2009-08-122-0/+332
| | | | | | thanks SGDA git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17234 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix typo, INT_MASK is writable, INT_STATUS is notflorian2009-08-111-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17229 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] more bcm63xx definition fixes, thanks AndyIflorian2009-08-115-10/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17227 3c298f89-4303-0410-b956-a3cf2f4a3e73
* arm: when linking the kernel, move the section discards after the other ↵nbd2009-08-091-0/+37
| | | | | | sections to fix discarding unused symbol exports git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17204 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: add default trigger for the power ledjuhosg2009-08-091-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17203 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] enable sysupgrade on the WRT160Nljuhosg2009-08-091-1/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17202 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: more mtd parser cleanupjuhosg2009-08-091-68/+106
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17201 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert some accidentally committed test/debug changes from the module symbol ↵nbd2009-08-092-24/+24
| | | | | | export patch - should fix #5655 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] add support for the Pirelli AG226G board (#5337)florian2009-08-092-0/+25
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17190 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] remove useless hard reset in the SPI controller driverflorian2009-08-091-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17189 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix assignment instead of comparison in the mtd driver (#5649)florian2009-08-091-7/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17188 3c298f89-4303-0410-b956-a3cf2f4a3e73
* backport fixed module exports patch to 2.6.28nbd2009-08-091-0/+154
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17187 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the kernel symbol export patch for arm/powerpcnbd2009-08-091-9/+88
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17186 3c298f89-4303-0410-b956-a3cf2f4a3e73
* revert the module exports patch on 2.6.28 until it is fixednbd2009-08-081-117/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17185 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] switch to 2.6.30.4florian2009-08-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17184 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] refresh patches and fix build failure on wm8753-reg_cache.patch ↵florian2009-08-084-12/+8
| | | | | | (#5641) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17182 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add an optional config option for stripping all unnecessary symbol exports ↵nbd2009-08-082-0/+234
| | | | | | from the kernel image git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: enable mtd parser on 2.6.30juhosg2009-08-082-0/+45
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17178 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: mtd parser cleanupjuhosg2009-08-081-17/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17177 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] move the trx parser out from the patchjuhosg2009-08-083-174/+166
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17176 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] merge upstream fixes for bcm63xx_enetflorian2009-08-081-0/+439
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17175 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] WRT160NL: register GPIO LEDs and buttonsjuhosg2009-08-071-1/+55
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17166 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] bcm6345 fixes from AndyIflorian2009-08-064-10/+28
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17153 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] create firmware image for the WRT160NL board (thanks to Gerry Rozema)juhosg2009-08-061-0/+37
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17151 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add try partition parser for the WRT160NL board (thanks to ↵juhosg2009-08-062-0/+195
| | | | | | Christian Daniel and Gerry Rozema) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] fix off-by-one maximum timeout in the wathchdog default counter ↵florian2009-08-062-4/+2
| | | | | | for bcm6345, thanks AndyI git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17149 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [brcm63xx] disable watchdog for bcm6345 until it gets fixedflorian2009-08-061-1/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17148 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] make 64-bits MIPS kernel compile again on arch/mips/kernel/module.cflorian2009-08-061-24/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17147 3c298f89-4303-0410-b956-a3cf2f4a3e73
* atheros: rename CONFIG_ATHEROS to CONFIG_ATHEROS_AR231Xnbd2009-08-065-11/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17145 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] update ar71xx_spi driverjuhosg2009-08-061-11/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17143 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] oops, add missing semicolonsjuhosg2009-08-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] get rid of some ifdefs in the IRQ codejuhosg2009-08-061-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17141 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [rdc] add experimental support for 2.6.30florian2009-08-057-0/+494
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] gta02: Workaround hardware bug on rev 5 and earlierlars2009-08-051-0/+54
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [kernel] add missing configuration symbol CONFIG_CRYPTO_SALSA20_586 in ↵florian2009-08-051-0/+1
| | | | | | 2.6.27 config git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17128 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] mach-gta02: select extra gpio for glamo.lars2009-08-051-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17127 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] Fix typo.lars2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17126 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] register watchdog only if enabled in hardware (#2378)florian2009-08-042-0/+60
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] init mac address on the WRT160NL board (thanks to Gerry Rozema for ↵juhosg2009-08-041-5/+11
| | | | | | testing) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17124 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [s3c24xx] The gta02 vibrator driver is not meant to be build as module.lars2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17123 3c298f89-4303-0410-b956-a3cf2f4a3e73
* set atheros default kernel version to 2.6.30.4nbd2009-08-041-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix mvswitch/ar8216 tx path hooking for 2.6.30nbd2009-08-042-0/+1118
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17121 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add fixed PHY patches from 2.6.27, refresh patchesflorian2009-08-035-34/+172
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17110 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar7] add back the fixed PHY patches from #3124, until we move this to ↵florian2009-08-032-0/+139
| | | | | | platform_data git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* brcm-2.4 is the only non-2.6 target, it's pointless to note the ↵kaloz2009-08-031-1/+1
| | | | | | kernelversion in other targets' Target-Name git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17102 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] init mac address on the TEW-632BRP boards (closes #5403)juhosg2009-08-031-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17100 3c298f89-4303-0410-b956-a3cf2f4a3e73