summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.2
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: zero partition parser data in m25p80juhosg2012-02-101-0/+10
| | | | | | Ths fixes parsing of RedBoot partitions. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add dummy DQL helper functions for 3.2juhosg2012-02-101-0/+36
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30416 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: disable DDR flush for ethernet on AR934x, it is no longer necessarynbd2012-02-101-0/+49
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: allow to build ag71xx w/o PCI support enabledjuhosg2012-02-101-0/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30407 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge 3.2 fixesjuhosg2012-02-109-554/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30406 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: refresh 3.2 patchesjuhosg2012-02-101-4/+4
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30402 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: 3.2: remove stray semicolons from the PCI fixup patchjuhosg2012-02-091-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30400 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: fix ar934x usb reset handling on 3.2nbd2012-02-091-0/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30399 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: 3.2: get rid of an unused variable in ath79_spi.cjuhosg2012-02-083-15/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30391 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: 3.2: fix AHB clock name in rb4xx_spijuhosg2012-02-081-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30390 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for the TRENDNet TEW-673GRU boardjuhosg2012-02-081-0/+40
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30376 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: merge DIR-600 A1 and DIR-615 E4 supportjuhosg2012-01-311-14/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29976 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: support for D-LINK DIR-615 rev. E4juhosg2012-01-311-7/+19
| | | | | | | | | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29973 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for TP-Link TL-MR11Ujuhosg2012-01-311-7/+19
| | | | | | | | | | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29972 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: use dynamically allocated partitions in wrt160nl_partjuhosg2012-01-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29970 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] add support for the Atheros AP113 reference boardflorian2012-01-281-10/+22
| | | | | | | | | This reference board is equipped with: - AR7242 SoC - AR9580 on-board Wi-Fi - AR8316 switch git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29935 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [ar71xx] refresh 3.2 patchesflorian2012-01-2812-19/+20
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29934 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add support for Compex WPE72/WPE72NXjuhosg2012-01-261-3/+15
| | | | | | | | | | | 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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29912 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: 3.2: fix build errors if PCI is not enabledjuhosg2012-01-231-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29870 3c298f89-4303-0410-b956-a3cf2f4a3e73
* ar71xx: add initial support for 3.2juhosg2012-01-22127-0/+12423
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 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29868 3c298f89-4303-0410-b956-a3cf2f4a3e73