aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files-2.6.39/arch/mips
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: nuke 2.6.39 supportGabor Juhos2012-02-10108-16146/+0
| | | | SVN-Revision: 30404
* ar71xx: add support for the TRENDNet TEW-673GRU boardGabor Juhos2012-02-084-1/+232
| | | | SVN-Revision: 30376
* ar71xx: add usb on the pb92 boardFelix Fietkau2012-02-031-0/+2
| | | | SVN-Revision: 30007
* ar71xx: fix ethernet LEDs on the WHR-{G301N,HP-G300N,HP-GN} boardsGabor Juhos2012-01-311-8/+39
| | | | SVN-Revision: 29978
* ar71xx: merge DIR-600 A1 and DIR-615 E4 supportGabor Juhos2012-01-314-195/+12
| | | | SVN-Revision: 29976
* ar71xx: fix ethernet LEDs on the DIR-600-A1 boardGabor Juhos2012-01-311-0/+35
| | | | SVN-Revision: 29975
* ar71xx: unify LED names on D-Link boardsGabor Juhos2012-01-314-25/+25
| | | | SVN-Revision: 29974
* ar71xx: support for D-LINK DIR-615 rev. E4Gabor Juhos2012-01-314-0/+194
| | | | | | | | | | | | | | | | | | | | This patch adds support for D-LINK DIR-615 E4 board. It's mostly based on the existing support for DIR-600 A1, with some changes in the leds configuration. It's an updated version of the patch that reliably works on my hw for about a year (it was built from trunk on Jan 2011). When I decided to update the firmware and checked for the current support for that device, I also found previously posted patches by Alexey Loukianov that mentioned some stability issues. I'm not sure where could be the difference, the patches are very similar except the wmac led pin number - I was using 1, and those patches used 17. [juhosg: add 3.2 support] Signed-off-by: Vadim Girlin <vadimgirlin@gmail.com> SVN-Revision: 29973
* ar71xx: add support for TP-Link TL-MR11UGabor Juhos2012-01-314-0/+118
| | | | | | | | | | | | | | | | | | | Adds support for TL-MR11U, a portable router with very similar hardware to the TL-WR703N and TL-MR3020, but with an onboard 2000mAh battery. Tested, working: All interfaces (Ethernet, 802.11n, USB) WPS & Reset switches (Power appears to be a hardware slider) Ethernet, Wifi, 3G LEDs (Power & charging LEDs hardware controlled) Sysupgrade [juhosg: fix indentations to use TABs instead of spaces, fix 3.2 patch breakage] Signed-off-by: Simon Taylor <simon.taylor.uk@gmail.com> SVN-Revision: 29972
* add support for the Atheros AP113 reference boardFlorian Fainelli2012-01-284-0/+140
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935
* ar71xx: add support for Compex WPE72/WPE72NXGabor Juhos2012-01-265-0/+112
| | | | | | | | | | | This patch adds support for Compex WPE72 bare board and Compex WPE72NX Indoor Access Point. [juhosg: add support to 3.2 as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29912
* ar71xx: TL-MR3020: fix board detection, fix missing mandatory package and ↵Gabor Juhos2012-01-251-1/+1
| | | | | | | | | | | | | | | | | | | | | modify LED behaviour This patch fixes the board detection of the TL-MR3020. The LED behaviour has also been modified: * The WPS LED is the diag LED now. * A netdev trigger for the LAN LED has been added. The profile of the TL-MR3020 has been updated because the needed package "kmod-ledtrig-usbdev" was missing which resulted in a non-working usbdev trigger for the 3G/USB LED. [juhosg: the board name changes has been removed, and the kernel files has been changed instead.] Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29905
* ar71xx: TL-MR3020: fix GPIO polarity for button and switchGabor Juhos2012-01-251-3/+3
| | | | | | | | | | This patch fixes the GPIO polarity for the button and the sliding switch. The buttons are not active low. "Pressed" and "Released" events are wrong without the patch. Signed-off-by: Christian Cier-Zniewski <c.cier@gmx.de> SVN-Revision: 29904
* ar71xx: fix the AP/Router LED definitons on MZK-W300NHGabor Juhos2012-01-241-8/+6
| | | | SVN-Revision: 29897
* ar71xx: remove hardcoded MTD layout from planex filesGabor Juhos2012-01-242-86/+2
| | | | SVN-Revision: 29895
* ar71xx: fix compiler warning if PCI is not enabledGabor Juhos2012-01-231-1/+1
| | | | SVN-Revision: 29869
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-22104-0/+15552
SVN-Revision: 29867