summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* Revert commit 31091 - "[target/xburst] remove set but unused variable which ↵Mirko Vogt2012-03-281-13/+0
| | | | | | | | leads into compiling errors with GCC >= 4.6.0" 'set-but-unused-variable'-issues are dealt with in a generic way now SVN-Revision: 31124
* deal with 'set-but-unused-variables' in a more generic wayMirko Vogt2012-03-281-44/+12
| | | | SVN-Revision: 31123
* brcm47xx: BCMA - Consolidate/reduce code in bcma_device_nameHauke Mehrtens2012-03-281-25/+10
| | | | | | | | Eliminate unneeded procedure by incorporating code into bcma_device_name Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31120
* brcm47xx: BCMA - Always map 4 bytesHauke Mehrtens2012-03-281-0/+29
| | | | | | | | | | This probably doesn't matter, but reads/writes are always 4 bytes, so always map 4 bytes. Changes since v1: Moved changes to new patch file (234-bcma-always-map-4-bytes.patch). Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31119
* ar71xx: boost SPI flash read performanceGabor Juhos2012-03-2711-1/+504
| | | | | | | | | | | | | | | | mtd_speedtest results: page read speed old new delta DB120 929 KiB/s 2597 KiB/s +179.55% TL-WR1043ND v1 754 KiB/s 2166 KiB/s +187.27% TL-WR703N v1 745 KiB/s 2176 KiB/s +192.08% TL-MR3220 v1 752 KiB/s 2154 KiB/s +186.44% TL-WR2543ND v1 564 KiB/s 2130 KiB/s +277.66% TL-WR741ND v2 525 KiB/s 1767 KiB/s +236.57% ALFA-AP96 702 KiB/s 1977 KiB/s +181.62% WNDR3700 697 KiB/s 1965 KiB/s +181.92% SVN-Revision: 31118
* ar71xx: improve SPI flash read/write performanceGabor Juhos2012-03-2718-324/+514
| | | | | | | | | | | | | | | | | | | | | | | | | | | | mtd_speedtest results: page write speed old new delta DB120 209 KiB/s 226 KiB/s +8.13% TL-WR1043ND v1 122 KiB/s 148 KiB/s +21.31% TL-WR703N v1 153 KiB/s 194 KiB/s +26.80% TL-MR3220 v1 130 KiB/s 156 KiB/s +20.00% TL-WR2543ND v1 158 KiB/s 202 KiB/s +27.85% TL-WR741ND v2 122 KiB/s 152 KiB/s +24.59% ALFA AP96 229 KiB/s 260 KiB/s +13.54% WNDR3700 202 KiB/s 223 KiB/s +10.40% page read speed old new delta DB120 691 KiB/s 929 KiB/s +34.44% TL-WR1043ND v1 372 KiB/s 754 KiB/s +102.69% TL-WR703N v1 375 KiB/s 745 KiB/s +98.67% TL-MR3220 v1 372 KiB/s 752 KiB/s +102.15% TL-WR2543ND v1 307 KiB/s 564 KiB/s +83.71% TL-WR741ND v2 315 KiB/s 525 KiB/s +66.67% ALFA AP96 515 KiB/s 702 KiB/s +36.31% WNDR3700 515 KiB/s 697 KiB/s +35.34% SVN-Revision: 31117
* ar71xx: image: build initramfs images for more boardsGabor Juhos2012-03-271-0/+16
| | | | SVN-Revision: 31116
* ar71xx: image: add MkuImage{Gzip,Lzma}/initramfs helpersGabor Juhos2012-03-271-4/+12
| | | | SVN-Revision: 31115
* ar71xx: image: pass mtdlayout variables by valueGabor Juhos2012-03-271-16/+16
| | | | SVN-Revision: 31114
* ar71xx: image: use MkuImageGzip in Image/Build/AthGzip/initramfsGabor Juhos2012-03-271-1/+1
| | | | SVN-Revision: 31113
* ar71xx: remove the built-in MTD map of the AP96 boardGabor Juhos2012-03-272-35/+2
| | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31112
* ar71xx: remove the built-in MTD map of the PB92 boardGabor Juhos2012-03-272-36/+3
| | | | | | Pass the mtd_layout via the kernel command line instead SVN-Revision: 31111
* ar71xx: remove the built-in MTD map of the Zcomax devicesGabor Juhos2012-03-272-52/+4
| | | | | | Pass the mtd_layout via the kernel command line instead. SVN-Revision: 31110
* ar71xx: reclaim the 'user_property' partition on WHR-* boardsGabor Juhos2012-03-271-2/+2
| | | | SVN-Revision: 31109
* ar71xx: remove the built-in MTD maps of several boardsGabor Juhos2012-03-278-324/+8
| | | | | | | | | | | | | | | | | | | We are passing the MTD layout via the kernel command line, so it makes no sense to duplicate it in mach-* files. The patch removes the built-in MTD maps of the following boards: * AP113 * ALFA N2/N5 * DIR-600 * DIR-615 * DIR-825 * TEW-6{3,5}2BRP * TEW-673GRU * WHR-G301N * WHR-HP-GN * WHR-HP-G300N SVN-Revision: 31108
* ar71xx: use modules for LED triggersGabor Juhos2012-03-274-0/+9
| | | | SVN-Revision: 31107
* ar71xx: disable CONFIG_{I2C,SPI}_GPIOGabor Juhos2012-03-272-5/+2
| | | | SVN-Revision: 31104
* ar71xx: sync 3.3 configGabor Juhos2012-03-271-0/+1
| | | | SVN-Revision: 31103
* ar71xx: fix button polarity on TL-WR703N and TL-WR741N v4Gabor Juhos2012-03-272-3/+3
| | | | SVN-Revision: 31102
* ramips: rt305x: build image for the DIR-615 rev D boardsGabor Juhos2012-03-273-0/+5
| | | | | | Patch from #10105. SVN-Revision: 31101
* ramips: rt305x: add add support for the Asus WL-330N boardGabor Juhos2012-03-2712-2/+116
| | | | | | | | | [juhosg: reorder several lines in order to keep things sorted alphabetically] Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31100
* ppp: Fix high softirq utilization with pppoaFlorian Fainelli2012-03-272-0/+164
| | | | | | | | | Users of the Geos platform are reporting high CPU utilization. This seems to be rooted in a problem with the TX queue restart in PPP. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31096
* add missing INET_UDP_DIAG symbolFlorian Fainelli2012-03-271-0/+1
| | | | SVN-Revision: 31095
* geos: add 'tc' and kmod-sched for bondingFlorian Fainelli2012-03-271-2/+2
| | | | | | | | The Geos2 includes 2 ADSL+ interfaces, and as such it needs to have the TEQL scheduler for bonding. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 31094
* brcm47xx: update sprom patches like they are in the mainline kernelHauke Mehrtens2012-03-2715-240/+87
| | | | SVN-Revision: 31093
* remove set but unused variable which leads into compiling errors with GCC >= ↵Mirko Vogt2012-03-271-0/+13
| | | | | | 4.6.0 SVN-Revision: 31091
* brcm47xx: update usb driver to the version send for mainline kernel integartionHauke Mehrtens2012-03-278-267/+215
| | | | SVN-Revision: 31089
* ath9k: make endian check optionalFelix Fietkau2012-03-272-0/+2
| | | | | | | Turns out it triggers on some AR71xx devices where no swapping should be done. Enable endian check for the lantiq target. SVN-Revision: 31084
* cleanup atheros wifi handlingJohn Crispin2012-03-254-4/+139
| | | | | | | Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31064
* cleanup image makefileJohn Crispin2012-03-251-174/+44
| | | | SVN-Revision: 31063
* update /etc/uci-defaults/*John Crispin2012-03-252-101/+53
| | | | SVN-Revision: 31062
* update profilesJohn Crispin2012-03-252-6/+17
| | | | SVN-Revision: 31061
* bump kernel to 3.2.12John Crispin2012-03-25135-2275/+30640
| | | | SVN-Revision: 31060
* fixes breakage introduced in 776722ce36ac95877efb7fd771dde2f6ffc96433John Crispin2012-03-221-2/+2
| | | | SVN-Revision: 31054
* Disable keyboard for x86 default config - revoke patch 30966Jens Muecke2012-03-211-3/+0
| | | | | | This was already fixed by commit 30309 and is part of generic x86 target. SVN-Revision: 31052
* linux: refresh patches against 3.3Gabor Juhos2012-03-205-8/+8
| | | | SVN-Revision: 31047
* linux/3.{2,3}: yet another missing NET_VENDOR symbolGabor Juhos2012-03-202-0/+2
| | | | SVN-Revision: 31045
* ar71xx: fix IRQ number for the AR7240 OHCI controllerGabor Juhos2012-03-204-2/+24
| | | | SVN-Revision: 31044
* base-files: gracefully handle empty variables in preinit (#11155)Jo-Philipp Wich2012-03-191-6/+6
| | | | SVN-Revision: 31030
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-1916-20/+20
| | | | SVN-Revision: 31028
* ar71xx: disable unused file system drivers in the nand subtargetGabor Juhos2012-03-191-0/+5
| | | | SVN-Revision: 31027
* ar71xx: sync kernel configsGabor Juhos2012-03-192-7/+8
| | | | SVN-Revision: 31026
* ar71xx: add initial support for RB750GLGabor Juhos2012-03-196-0/+180
| | | | SVN-Revision: 31025
* ar71xx: make rb750_latch_change 'static void'Gabor Juhos2012-03-192-15/+3
| | | | SVN-Revision: 31024
* ar71xx: add latch_change field to rb750_led_platform_dataGabor Juhos2012-03-193-7/+9
| | | | SVN-Revision: 31023
* ar71xx: add platform data for the RB750 NAND driverGabor Juhos2012-03-193-26/+55
| | | | SVN-Revision: 31022
* upgrade to 3.2, disable ppp by default until we figure out why ppp_generic ↵Imre Kaloz2012-03-192-2/+15
| | | | | | breaks bootup SVN-Revision: 31020
* add missing Kconfig symbolsImre Kaloz2012-03-192-1/+4
| | | | SVN-Revision: 31019
* ar71xx: use a different pll value on DB120Gabor Juhos2012-03-192-2/+4
| | | | SVN-Revision: 31018
* ar71xx: add AR934x specific interface speed setup for ge0Gabor Juhos2012-03-193-12/+33
| | | | SVN-Revision: 31017