summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: fix ethernet LEDs on the DIR-600-A1 boardGabor Juhos2012-01-313-0/+73
| | | | SVN-Revision: 29975
* ar71xx: unify LED names on D-Link boardsGabor Juhos2012-01-3110-63/+61
| | | | SVN-Revision: 29974
* ar71xx: support for D-LINK DIR-615 rev. E4Gabor Juhos2012-01-3115-7/+428
| | | | | | | | | | | | | | | | | | | | 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-3114-7/+272
| | | | | | | | | | | | | | | | | | | 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
* ar71xx: compress kernel binaries in Image/Prepare stageGabor Juhos2012-01-311-2/+2
| | | | | | The lzma compressed kernel is used by one of the loaders. SVN-Revision: 29971
* ar71xx: use dynamically allocated partitions in wrt160nl_partGabor Juhos2012-01-312-5/+15
| | | | SVN-Revision: 29970
* add support for the Atheros AP113 reference boardFlorian Fainelli2012-01-2814-12/+316
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch SVN-Revision: 29935
* refresh 3.2 patchesFlorian Fainelli2012-01-2812-19/+20
| | | | SVN-Revision: 29934
* ar71xx: use 64k block size for WZR-HP-AG300HGabor Juhos2012-01-271-1/+1
| | | | SVN-Revision: 29917
* ar71xx: fix sysupgrade image building of atheros boards after r29899Gabor Juhos2012-01-271-10/+10
| | | | SVN-Revision: 29916
* ar71xx: create the temporary directory before building initramfs imagesGabor Juhos2012-01-261-1/+1
| | | | | | Thanks to Florian for reporting. SVN-Revision: 29915
* ar71xx: create a profile and build images for Compex WPE72Gabor Juhos2012-01-262-0/+17
| | | | | | | | | [juhosg: remove ath9k from the the profile package list, build WPE72 image with the Default profile as well] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 29914
* ar71xx: add support for Compex WPE72/WPE72NXGabor Juhos2012-01-2611-4/+230
| | | | | | | | | | | 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-255-4/+7
| | | | | | | | | | | | | | | | | | | | | 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-252-6/+6
| | | | | | | | | | 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: use the lzma loader on the Planex boardsGabor Juhos2012-01-241-3/+20
| | | | SVN-Revision: 29900
* ar71xx: rename Sysupgrade/{KR,RK} to Sysupgrade/{KR,RK}uImageGabor Juhos2012-01-241-12/+12
| | | | SVN-Revision: 29899
* ar71xx: fix the AP/Router LED definitons on MZK-W300NHGabor Juhos2012-01-242-16/+12
| | | | SVN-Revision: 29897
* ar71xx: preset WLAN LED config on MZK-W300NHGabor Juhos2012-01-241-0/+4
| | | | SVN-Revision: 29896
* ar71xx: remove hardcoded MTD layout from planex filesGabor Juhos2012-01-244-164/+4
| | | | SVN-Revision: 29895
* ar71xx: pass mtdlayout to Planex boards via command lineGabor Juhos2012-01-241-1/+2
| | | | SVN-Revision: 29894
* ar71xx: remove an unused header fileGabor Juhos2012-01-241-24/+0
| | | | SVN-Revision: 29893
* ar71xx: nuke fs_all variable in image/MakefileGabor Juhos2012-01-241-2/+0
| | | | SVN-Revision: 29880
* ar71xx: create interim kernel files in a separate dirGabor Juhos2012-01-241-66/+68
| | | | | | This reduces the size of the ImageBuilder tarball a lot. SVN-Revision: 29879
* ar71xx: prebuild all loaders in Image/Prepare stageGabor Juhos2012-01-241-2/+20
| | | | SVN-Revision: 29878
* ar71xx: 3.2: fix build errors if PCI is not enabledGabor Juhos2012-01-232-1/+19
| | | | SVN-Revision: 29870
* ar71xx: fix compiler warning if PCI is not enabledGabor Juhos2012-01-231-1/+1
| | | | SVN-Revision: 29869
* ar71xx: add initial support for 3.2Gabor Juhos2012-01-22200-0/+25484
| | | | | | | | | | | | | | | Tested on the following boards: ALFA AP96 TL-MR3220 v1 TL-WR1043ND v1 TL-WR2543ND v1 TL-WR703N v1 TL-WR741ND v1 TL-WR741ND v4 WNDR3700 v1 WZR-HP-G300NH SVN-Revision: 29868
* ar71xx: move arch specific files to files-2.6.39Gabor Juhos2012-01-22121-0/+0
| | | | SVN-Revision: 29867
* ar71xx: build ALFA AP96 images with default profile as wellGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29866
* ar71xx: wrt160nl_part: include module.h and fix compiler warningsGabor Juhos2012-01-221-3/+8
| | | | SVN-Revision: 29856
* ar71xx: tplinkpart: include module.hGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29855
* ar71xx: rename vsc7385 spi driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29853
* ar71xx: rename ap81 spi driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29852
* ar71xx: rename rb4xx spi driversGabor Juhos2012-01-225-3/+3
| | | | SVN-Revision: 29851
* ar71xx: rename the nxp_74hc153 driverGabor Juhos2012-01-222-1/+1
| | | | SVN-Revision: 29850
* ar71xx: change board id of the UniFi boardGabor Juhos2012-01-222-2/+2
| | | | SVN-Revision: 29849
* ar71xx: include linux/module.h in the micrel phy driverGabor Juhos2012-01-221-0/+1
| | | | SVN-Revision: 29848
* ar71xx: move irq_to_gpio and gpio_to_irq into gpio.cGabor Juhos2012-01-112-12/+14
| | | | SVN-Revision: 29713
* ar71xx: disable ath79 in order to get rid of Kconfig warningsGabor Juhos2012-01-111-0/+11
| | | | SVN-Revision: 29711
* ar71xx: pb44_spi: add shutdown handlerGabor Juhos2012-01-111-0/+10
| | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29710
* ar71xx: pb44_spi: call pb44_spi_{en,dis}able from probe/removeGabor Juhos2012-01-111-6/+4
| | | | SVN-Revision: 29709
* ar71xx: pb44_spi: introduce pb44_spi_{en,dis}able helpersGabor Juhos2012-01-111-8/+17
| | | | SVN-Revision: 29708
* ar71xx: ar71xx_spi: add shutdown handlerGabor Juhos2012-01-111-0/+10
| | | | | | This allows to access the flash from a kexec'd kernel. SVN-Revision: 29707
* ar71xx: ar71xx_spi: save and restore regs from probe/removeGabor Juhos2012-01-111-17/+7
| | | | SVN-Revision: 29706
* ar71xx: ar71xx_wdt: add shutdown handlerGabor Juhos2012-01-111-0/+6
| | | | SVN-Revision: 29705
* ar71xx: refresh patchesGabor Juhos2012-01-072-4/+4
| | | | SVN-Revision: 29683
* ar71xx: add a profile and build images for the TL-WR2543N/NDGabor Juhos2012-01-072-0/+17
| | | | SVN-Revision: 29682
* ar71xx: add initial support for the TL-WR2543N/ND boardGabor Juhos2012-01-0710-1/+164
| | | | | | The WLAN LEDs are not working yet. SVN-Revision: 29680
* ar71xx: allow to specify max read size for m25p80Gabor Juhos2012-01-071-0/+112
| | | | | | | | | | | | | | | Reading from the flash chip on the TL-WR2543ND seems buggy. If the SPI flash driver tries to read too much data in one SPI transfer, the flash chip returns bogus values. This can be caused by a buggy flash chip on my board, or it can be a bug in our SPI driver. Add a workaround to the m25p80 driver until I find out the root cause of the problem. The patch allows to specify the maximum numner of bytes which can be read safely withint one SPI transfer. SVN-Revision: 29679