summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: select u-boot for the NBG460N in the Default/Minimal profiles as wellGabor Juhos2010-12-102-2/+5
| | | | SVN-Revision: 24421
* ar71xx: add nbg460n image generationGabor Juhos2010-12-107-2/+84
| | | | | | | | This adds image generation for NBG460N/550N/550NH boards. Signed-off-by: Michael Kurz <michi.kurz@googlemail.com> SVN-Revision: 24419
* ar71xx: work around a PCI controller bug which causes reads to the ↵Felix Fietkau2010-12-041-0/+10
| | | | | | PCI_COMMAND register to return bogus values - properly fixes ath9k module reload issues SVN-Revision: 24236
* tune rtl8366s default config, make vlan 1 cpu port tagged and use eth0.1 for ↵Jo-Philipp Wich2010-12-023-6/+6
| | | | | | the lan interface - this brings the configuration more in line with other switch setups SVN-Revision: 24215
* ar71xx: refresh patchesGabor Juhos2010-12-0116-36/+36
| | | | SVN-Revision: 24210
* add a new image for the TEW-652BRP which can be used with the bootloader ↵Jo-Philipp Wich2010-11-301-0/+1
| | | | | | recovery option SVN-Revision: 24196
* update to the latest stable kernelsImre Kaloz2010-11-241-1/+1
| | | | SVN-Revision: 24136
* ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbageGabor Juhos2010-11-191-1/+1
| | | | | | | | | r22700 contained a copy-and-paste error that set eth0's MAC address twice and never set eth1's. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 24036
* ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user()Gabor Juhos2010-11-121-1/+1
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23983
* ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOMGabor Juhos2010-11-121-1/+1
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23982
* ar71xx: use pr_* functions in driversGabor Juhos2010-11-122-10/+4
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23981
* ar71xx: drivers/rb4xx_nand: remove C++ comment usageGabor Juhos2010-11-121-1/+3
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23980
* ar71xx: return statements does not need parenthesisGabor Juhos2010-11-123-8/+8
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23979
* ar71xx: fix inline attribute locationGabor Juhos2010-11-123-6/+6
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23978
* ar71xx: wrap long linesGabor Juhos2010-11-1210-19/+29
| | | | | | | | (build errors has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23977
* ar71xx: fix trailing statements locationGabor Juhos2010-11-122-4/+8
| | | | | | Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23976
* ar71xx: fix whitespaces nitsGabor Juhos2010-11-1258-340/+340
| | | | | | | | (build error has been fixed - juhosg) Signed-off-by: Arnaud Lacombe <lacombar@gmail.com> SVN-Revision: 23975
* linux/ar71xx: add preliminary 2.6.37 kernel supportAlexandros C. Couloumbis2010-11-1035-0/+1126
| | | | SVN-Revision: 23944
* Add support for Ubiquiti UniFi APClaudio Mignanti2010-11-063-0/+43
| | | | SVN-Revision: 23904
* ar71xx: Configure WNDR3700 switch LED colors properly (#8103)Felix Fietkau2010-11-041-10/+8
| | | | | | | | | | | For WNDR3700, use green for 1Gb/s and amber for 100Mb/s and 10Mb/s on the four LAN port switch LEDs. The LEDs will be lit to indicate a link and will blink to indicate activity. This matches the stock firmware and the description printed on the label on the unit's underside. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23879
* Revert "ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)" on ↵Felix Fietkau2010-11-041-15/+3
| | | | | | submitter's request SVN-Revision: 23878
* ar71xx: WNDR3700 WiFi LEDs should blink for activity (#7984)Felix Fietkau2010-11-041-3/+15
| | | | | | | | | | | Make the WiFi LEDs blink for activity on the WNDR3700, matching the stock firmware and user expectations. The green 2.4GHz and blue 5GHz LEDs will illuminate with the radio on, and will blink to indicate transmission and reception. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23877
* ar71xx: Set eth1 MAC address from EEPROM for WNDR3700Felix Fietkau2010-11-041-2/+7
| | | | | | | | | | | | | The WNDR3700's art/caldata partition contains three MAC addresses at offsets 0, 6, and 12, used for eth0/wlan0 (shared), eth1, and wlan1, respectively. The existing code configures eth1's MAC address by adding 1 to eth0's instead of using the value stored in the EEPROM. This patch causes the stored value to be used directly. (On my WNDR3700s, the three stored addresses are all sequential anyway.) Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 23876
* ar71xx: fix the wndr3700 antenna group setting for the first wireless chip ↵Felix Fietkau2010-11-041-1/+1
| | | | | | (thx, Mark Mentovai) SVN-Revision: 23875
* update kernels to 2.6.32.25 and 2.6.35.8Imre Kaloz2010-11-041-1/+1
| | | | SVN-Revision: 23851
* ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ↵Felix Fietkau2010-11-034-12/+39
| | | | | | instead allow the platform device to specify gpio overrides - fixes 5ghz signal strength issues SVN-Revision: 23822
* ar71xx: remove some unnecessary patchesFelix Fietkau2010-10-222-47/+0
| | | | SVN-Revision: 23581
* move a few more 2.6.36 config options from ar71xx to genericFelix Fietkau2010-10-211-59/+0
| | | | SVN-Revision: 23580
* ar71xx: the ar7240 dsa driver is no longer used, remove it.Felix Fietkau2010-10-218-1081/+0
| | | | SVN-Revision: 23577
* ar71xx: use the new ar7240 switch driver for tl-wa901nd as wellFelix Fietkau2010-10-212-14/+1
| | | | SVN-Revision: 23576
* ar71xx: fix more section mismatchesFelix Fietkau2010-10-214-9/+9
| | | | SVN-Revision: 23575
* ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ↵Felix Fietkau2010-10-215-19/+88
| | | | | | patch to the 2.6.36 patches, add a backport patch to 2.6.32 SVN-Revision: 23574
* ar71xx: refresh kernel config for 2.6.36Felix Fietkau2010-10-211-28/+5
| | | | SVN-Revision: 23572
* ar71xx: remove unused kernel versions, 2.6.36 should be the next targetFelix Fietkau2010-10-21107-3885/+0
| | | | SVN-Revision: 23571
* remove remaining references to dev-ap91-eth.h, patch by Stijn TintelJo-Philipp Wich2010-10-146-6/+0
| | | | SVN-Revision: 23451
* ar71xx: remove dev-ap91-eth.c. switch its only user (RB-750) to the new ↵Felix Fietkau2010-10-148-107/+24
| | | | | | switch driver SVN-Revision: 23439
* ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563)Felix Fietkau2010-10-142-6/+27
| | | | SVN-Revision: 23432
* linux/ar71xx: workaround an rb4xx hard-lock until we get a proper fix.Alexandros C. Couloumbis2010-10-081-0/+11
| | | | SVN-Revision: 23327
* linux/ar71xx: (2.6.36) add a missed patchAlexandros C. Couloumbis2010-10-081-0/+11
| | | | SVN-Revision: 23319
* linux/ar71xx: add preliminary 2.6.36 kernel support (refresh patches)Alexandros C. Couloumbis2010-10-0837-0/+1354
| | | | SVN-Revision: 23317
* ar71xx: increase rb4xx nand kernel partition size (patch by danimo)Felix Fietkau2010-10-071-1/+1
| | | | SVN-Revision: 23293
* upgrade kernel versions to the latest stable onesImre Kaloz2010-10-041-1/+1
| | | | SVN-Revision: 23219
* ar71xx: initial support for jjPlus JWAP003Gabor Juhos2010-10-0112-0/+136
| | | | | | | | | Patch-by: Cezary Jackiewicz <cezary@eko.one.pl> (the GPIODEV code has been removed, the sysfs interface can be used to control the GPIO lines instead - juhosg) SVN-Revision: 23165
* AP96: Fix LAN/WAN setupFelix Fietkau2010-09-281-4/+8
| | | | | | | | | LAN (eth0) is behind a switch and the fixed speed/duplex was supposed to be for it, not WAN (eth1). Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> SVN-Revision: 23147
* ar71xx: build firmware image for the TL-MR3420 v1 boardGabor Juhos2010-09-272-0/+16
| | | | SVN-Revision: 23138
* ar71xx: add support for the TL-MR3420 v1 boardGabor Juhos2010-09-2711-1/+171
| | | | SVN-Revision: 23136
* ar71xx: AR724[12] requires different USB setupGabor Juhos2010-09-272-11/+27
| | | | SVN-Revision: 23135
* ar71xx: build firmware image for the TL-WR841N v7Gabor Juhos2010-09-272-0/+16
| | | | SVN-Revision: 23134
* ar71xx: use the MDIO interface of the 2nd MAC on the ar7241Gabor Juhos2010-09-271-0/+6
| | | | SVN-Revision: 23132
* ar71xx: move ath9k specific PCI fixup into a separate fileGabor Juhos2010-09-2710-148/+144
| | | | SVN-Revision: 23131