| Commit message (Expand) | Author | Age | Files | Lines |
* | ar71xx: add rtl8366s initvals for the DIR-825 board | Gabor Juhos | 2011-01-26 | 1 | -2/+8 |
* | ar71xx: add support for the WNDR3700v2 board | Gabor Juhos | 2011-01-26 | 2 | -7/+75 |
* | fix null pointer access in mach-dir-600-a1.c machine setup (#8671) | Jo-Philipp Wich | 2011-01-18 | 1 | -2/+2 |
* | ar71xx: fix wlan LED on the TL-WR741 board | Gabor Juhos | 2011-01-11 | 1 | -0/+2 |
* | ar71xx: fix wrong names of the WPS LED/button | Gabor Juhos | 2011-01-10 | 1 | -7/+7 |
* | ar71xx: use gpio_*_cansleep calls in the rb4xx NAND driver | Gabor Juhos | 2011-01-09 | 1 | -5/+8 |
* | ar71xx: use spinlock in ar71xx_device_{start,stop} | Gabor Juhos | 2011-01-08 | 1 | -18/+20 |
* | ar71xx: enable ar7240 switch support on the UBNT NanoStation M Fixes broadcas... | Felix Fietkau | 2010-12-19 | 1 | -0/+1 |
* | ar71xx: remove stray semicolons | Gabor Juhos | 2010-12-17 | 1 | -2/+2 |
* | ar71xx: fix WLAN LEDs on the DIR-825 board | Gabor Juhos | 2010-12-17 | 1 | -0/+3 |
* | ar71xx: add helper function to setup ath9k LED/GPIO on the AP94 based boards | Gabor Juhos | 2010-12-17 | 3 | -14/+36 |
* | ar71xx: UBNT Secondary MAC address duplicate fix | Gabor Juhos | 2010-12-17 | 1 | -2/+13 |
* | ar71xx: add wlan led for the TL-WR941ND | Gabor Juhos | 2010-12-15 | 1 | -0/+5 |
* | ar71xx: UBNT M-Series MAC address fix | Gabor Juhos | 2010-12-15 | 1 | -3/+4 |
* | ar71xx: init the LED pin for ath9k on the TL-MR3[24]20 boards | Gabor Juhos | 2010-12-14 | 1 | -3/+16 |
* | ar71xx: add helper function to setup LED pin and GPIO on the AP91 based boards | Gabor Juhos | 2010-12-14 | 2 | -0/+15 |
* | ar71xx: add missing files for the JA76PF board | Gabor Juhos | 2010-12-10 | 1 | -0/+96 |
* | ar71xx: add support for the jjPlus JA79PF | Gabor Juhos | 2010-12-10 | 3 | -0/+11 |
* | ar71xx: add support for the TP-LINK TL-MR3220 v1 board | Gabor Juhos | 2010-12-10 | 4 | -38/+42 |
* | ar71xx: work around a PCI controller bug which causes reads to the PCI_COMMAN... | Felix Fietkau | 2010-12-04 | 1 | -0/+10 |
* | ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbage | Gabor Juhos | 2010-11-19 | 1 | -1/+1 |
* | ar71xx: drivers/ar71xx_wdt: fix size argument passed to copy_to_user() | Gabor Juhos | 2010-11-12 | 1 | -1/+1 |
* | ar71xx: drivers/ag71xx: remove deprecated usage of IRQF_SAMPLE_RANDOM | Gabor Juhos | 2010-11-12 | 1 | -1/+1 |
* | ar71xx: use pr_* functions in drivers | Gabor Juhos | 2010-11-12 | 2 | -10/+4 |
* | ar71xx: drivers/rb4xx_nand: remove C++ comment usage | Gabor Juhos | 2010-11-12 | 1 | -1/+3 |
* | ar71xx: return statements does not need parenthesis | Gabor Juhos | 2010-11-12 | 3 | -8/+8 |
* | ar71xx: fix inline attribute location | Gabor Juhos | 2010-11-12 | 3 | -6/+6 |
* | ar71xx: wrap long lines | Gabor Juhos | 2010-11-12 | 10 | -19/+29 |
* | ar71xx: fix trailing statements location | Gabor Juhos | 2010-11-12 | 2 | -4/+8 |
* | ar71xx: fix whitespaces nits | Gabor Juhos | 2010-11-12 | 58 | -340/+340 |
* | Add support for Ubiquiti UniFi AP | Claudio Mignanti | 2010-11-06 | 2 | -0/+38 |
* | ar71xx: Set eth1 MAC address from EEPROM for WNDR3700 | Felix Fietkau | 2010-11-04 | 1 | -2/+7 |
* | ar71xx: fix the wndr3700 antenna group setting for the first wireless chip (t... | Felix Fietkau | 2010-11-04 | 1 | -1/+1 |
* | ar71xx: improve the wndr3700 quirks - move most of the code out of ath9k and ... | Felix Fietkau | 2010-11-03 | 4 | -12/+39 |
* | ar71xx: the ar7240 dsa driver is no longer used, remove it. | Felix Fietkau | 2010-10-21 | 2 | -863/+0 |
* | ar71xx: use the new ar7240 switch driver for tl-wa901nd as well | Felix Fietkau | 2010-10-21 | 2 | -14/+1 |
* | ar71xx: fix more section mismatches | Felix Fietkau | 2010-10-21 | 4 | -9/+9 |
* | ar71xx: improve 2.6.36 compatibility. also, instead of adding a forward port ... | Felix Fietkau | 2010-10-21 | 3 | -8/+8 |
* | remove remaining references to dev-ap91-eth.h, patch by Stijn Tintel | Jo-Philipp Wich | 2010-10-14 | 1 | -1/+0 |
* | ar71xx: remove dev-ap91-eth.c. switch its only user (RB-750) to the new switc... | Felix Fietkau | 2010-10-14 | 7 | -102/+15 |
* | ar71xx: use the new ar7240 switch driver on the DIR-600-A1 as well (fixes #7563) | Felix Fietkau | 2010-10-14 | 1 | -1/+18 |
* | ar71xx: increase rb4xx nand kernel partition size (patch by danimo) | Felix Fietkau | 2010-10-07 | 1 | -1/+1 |
* | ar71xx: initial support for jjPlus JWAP003 | Gabor Juhos | 2010-10-01 | 4 | -0/+91 |
* | AP96: Fix LAN/WAN setup | Felix Fietkau | 2010-09-28 | 1 | -4/+8 |
* | ar71xx: add support for the TL-MR3420 v1 board | Gabor Juhos | 2010-09-27 | 4 | -0/+160 |
* | ar71xx: AR724[12] requires different USB setup | Gabor Juhos | 2010-09-27 | 2 | -11/+27 |
* | ar71xx: use the MDIO interface of the 2nd MAC on the ar7241 | Gabor Juhos | 2010-09-27 | 1 | -0/+6 |
* | ar71xx: move ath9k specific PCI fixup into a separate file | Gabor Juhos | 2010-09-27 | 6 | -148/+140 |
* | ar71xx: use different address in ap91_pci_fixup for the AR724[012] SoCs | Gabor Juhos | 2010-09-27 | 1 | -1/+14 |
* | Add support for Atheros AP96 reference board | Felix Fietkau | 2010-09-27 | 4 | -0/+186 |