summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: remove duplicated AP121 Kconfig entryGabor Juhos2012-04-201-19/+7
| | | | SVN-Revision: 31382
* ar71xx: nuke 3.2 supportGabor Juhos2012-04-19134-12668/+0
| | | | SVN-Revision: 31360
* ar71xx: switch to 3.3.2Gabor Juhos2012-04-191-1/+1
| | | | SVN-Revision: 31359
* ar71xx: sync 3.3 configGabor Juhos2012-04-191-1/+0
| | | | SVN-Revision: 31358
* ar71xx: merge/reorganize 3.3 patchesGabor Juhos2012-04-196-101/+38
| | | | SVN-Revision: 31357
* ar71xx: use ap91_pci_init for RB751{,G}Gabor Juhos2012-04-193-32/+20
| | | | SVN-Revision: 31356
* ar71xx: move USB device registration directly into rb751{,g}_setupGabor Juhos2012-04-191-5/+5
| | | | SVN-Revision: 31355
* ar71xx: add ap9x_pci_get_wmac_data helperGabor Juhos2012-04-192-0/+19
| | | | SVN-Revision: 31354
* ar71xx: add sanity checks to decode_rleGabor Juhos2012-04-191-2/+7
| | | | | | Also use -EINVAL instead of -1. SVN-Revision: 31353
* kernel: also update the targets to use 3.2.15Jonas Gorski2012-04-171-1/+1
| | | | | | Thanks Gabor for spotting it. SVN-Revision: 31337
* kernel: update linux 3.3 to 3.3.2Jonas Gorski2012-04-171-1/+1
| | | | SVN-Revision: 31336
* kernel: update linux 3.2 to 3.2.14Jonas Gorski2012-04-091-1/+1
| | | | SVN-Revision: 31222
* ar71xx: image: build initramfs images for the WHR boardsGabor Juhos2012-04-061-0/+4
| | | | SVN-Revision: 31209
* ar71xx: initial support for Mikrotik RB751G-2HnD and RB751U-2HnDGabor Juhos2012-04-065-0/+142
| | | | | | | | | | | | | | | | | Great collaboration on these two fantastic routers on the openwrt forum: https://forum.openwrt.org/viewtopic.php?id=32320 Above all kudos to aryufan. Well done and thank you everyone else who contributed. To-Do: LED for wlan is not yet activated To-Do: TxPower over 20dBm (RB751U) or 22dBm (RB751G) are not accepted by the router Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> [juhosg: fix line wrapped patch, fix checkpatch errors, add missing kernel patches] SVN-Revision: 31208
* ar71xx: add rb750 to diag.shGabor Juhos2012-04-061-0/+3
| | | | | | | | Support status led in diag.sh for RB750 Patch from: Evangelos Arkalis <arkalis.e@gmail.com> SVN-Revision: 31207
* kernel: update linux 3.2 to 3.2.13 and refresh patchesJonas Gorski2012-04-012-2/+2
| | | | | | Also remove a duplicate patch from lantiq (already in generic). SVN-Revision: 31158
* 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
* linux: refresh patches against 3.3Gabor Juhos2012-03-201-1/+1
| | | | SVN-Revision: 31047
* ar71xx: fix IRQ number for the AR7240 OHCI controllerGabor Juhos2012-03-204-2/+24
| | | | SVN-Revision: 31044
* kernel: update linux 3.2 to 3.2.12Gabor Juhos2012-03-191-1/+1
| | | | 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
* 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
* ar71xx: remove static MTD maps from AP121/DB120 boardsGabor Juhos2012-03-194-262/+22
| | | | SVN-Revision: 31016
* targets: replace madwifi in profiles with ath5k, madwifi is unmaintainedFelix Fietkau2012-03-191-4/+4
| | | | SVN-Revision: 31015
* ar71xx: use AR8327 on the DB120 boardGabor Juhos2012-03-183-49/+108
| | | | SVN-Revision: 31012
* ar71xx: add profile and generate image for the JA76PF2 boardGabor Juhos2012-03-162-0/+17
| | | | SVN-Revision: 30958
* ar71xx: add support for the jjPlus JA76PF2 boardGabor Juhos2012-03-167-5/+108
| | | | SVN-Revision: 30957
* ar71xx: change LED name prefix on the jjplus boardsGabor Juhos2012-03-162-4/+4
| | | | SVN-Revision: 30956
* ar71xx: move micrel PHY driver to the generic linux targetGabor Juhos2012-03-153-131/+0
| | | | SVN-Revision: 30946
* ar71xx: ag71xx: fix ARP frame reception on AR934x switch portsGabor Juhos2012-03-131-11/+35
| | | | SVN-Revision: 30926