summaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-035-46/+29
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-035-0/+326
| | | | SVN-Revision: 18621
* ar71xx: change mii_bus nameGabor Juhos2009-12-031-1/+1
| | | | SVN-Revision: 18619
* ar71xx: override fifo_cfg[123] values on AR7240Gabor Juhos2009-11-305-6/+29
| | | | SVN-Revision: 18614
* ar71xx: mask out reserved bits from the dma tx status in the ethernet driverFelix Fietkau2009-11-291-6/+13
| | | | SVN-Revision: 18599
* ar71xx: add usb support for ubnt rocket mFelix Fietkau2009-11-294-3/+53
| | | | SVN-Revision: 18598
* ar71xx: fix mac address for 5GHz interface on WNDR3700Gabor Juhos2009-11-281-5/+9
| | | | SVN-Revision: 18586
* ar71xx: update ath9k_platform.hGabor Juhos2009-11-281-0/+1
| | | | SVN-Revision: 18585
* ar71xx: add PCI fixup for the WNDR3700 boardGabor Juhos2009-11-271-0/+77
| | | | SVN-Revision: 18565
* ar71xx: fix pll_1000 values for the WNDR3700Gabor Juhos2009-11-271-0/+2
| | | | SVN-Revision: 18564
* ar71xx: add AR724x GPIO_FUNC register bit definesGabor Juhos2009-11-271-0/+18
| | | | SVN-Revision: 18561
* ar71xx: fix AR724X_GPIO_COUNTGabor Juhos2009-11-271-1/+1
| | | | SVN-Revision: 18560
* ar71xx: add AR724x register definesGabor Juhos2009-11-271-0/+2
| | | | SVN-Revision: 18559
* ar71xx: use a separate board id for rocket mFelix Fietkau2009-11-183-5/+10
| | | | SVN-Revision: 18450
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportMatteo Croce2009-11-183-33/+55
| | | | SVN-Revision: 18447
* ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵Gabor Juhos2009-11-163-5/+96
| | | | | | WNDR3700 boards SVN-Revision: 18437
* ar71xx: register LEDs and buttons on the WNDR3700Gabor Juhos2009-11-161-1/+60
| | | | | | Thanks to aorlinks (https://forum.openwrt.org/viewtopic.php?pid=97415#p97415) SVN-Revision: 18435
* ar71xx: use __init for ar{71,91}xx_usb_setupGabor Juhos2009-11-161-2/+2
| | | | SVN-Revision: 18434
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-135-0/+140
| | | | | | | Based on patches by Marco Porsch from: https://forum.openwrt.org/viewtopic.php?id=22311 SVN-Revision: 18411
* ar71xx: use soc specific divider for mdio clockGabor Juhos2009-10-304-11/+23
| | | | SVN-Revision: 18225
* ar71xx: update mdio_reset codeGabor Juhos2009-10-301-2/+5
| | | | SVN-Revision: 18224
* ar71xx: Compex WPJ543 board is supported as wellGabor Juhos2009-10-202-2/+2
| | | | SVN-Revision: 18100
* ar71xx: fix PCI IRQ map of the WP543Gabor Juhos2009-10-201-2/+6
| | | | SVN-Revision: 18099
* ar71xx: reset the phy chip along with the ethernet mac on the WP543 boardGabor Juhos2009-10-191-0/+2
| | | | SVN-Revision: 18072
* ar71xx: reset the ethernet device before registrationGabor Juhos2009-10-191-0/+7
| | | | SVN-Revision: 18071
* ar71xx: initialize PCI controller on the Bullet MGabor Juhos2009-10-011-0/+11
| | | | SVN-Revision: 17812
* ar71xx: init ethernet mac address on the Bullet MGabor Juhos2009-10-011-0/+3
| | | | SVN-Revision: 17811
* ar71xx: register GPIO button on the Bullet MGabor Juhos2009-10-011-0/+16
| | | | SVN-Revision: 17809
* ar71xx: add PCI Host Controller fixup for ar724xGabor Juhos2009-10-011-0/+23
| | | | SVN-Revision: 17808
* ar71xx: use ar71xx_pci_fixup on ar71xx SoCs onlyGabor Juhos2009-10-011-0/+5
| | | | SVN-Revision: 17807
* ar71xx: fix a typo in the ar724x PCI codeGabor Juhos2009-10-011-1/+1
| | | | SVN-Revision: 17806
* ar71xx: flush mii register writesGabor Juhos2009-09-232-2/+8
| | | | SVN-Revision: 17695
* ar71xx: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-234-58/+23
| | | | SVN-Revision: 17693
* ar71xx: remove some extern directives in the ag71xx driverGabor Juhos2009-09-231-6/+6
| | | | SVN-Revision: 17692
* ar71xx: preliminary Ubiquiti Bullet M supportMatteo Croce2009-09-153-0/+50
| | | | SVN-Revision: 17586
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)Gabor Juhos2009-09-101-67/+114
| | | | SVN-Revision: 17566
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-083-0/+21
| | | | | | testing) SVN-Revision: 17543
* move early_printk stuff into a separate fileGabor Juhos2009-08-263-14/+31
| | | | SVN-Revision: 17403
* remove AR71XX_EARLY_SERIAL stuffGabor Juhos2009-08-254-33/+0
| | | | SVN-Revision: 17400
* WRT160NL: add default trigger for the power ledGabor Juhos2009-08-091-0/+1
| | | | SVN-Revision: 17203
* WRT160NL: more mtd parser cleanupGabor Juhos2009-08-091-68/+106
| | | | SVN-Revision: 17201
* WRT160NL: mtd parser cleanupGabor Juhos2009-08-081-17/+16
| | | | SVN-Revision: 17177
* move the trx parser out from the patchGabor Juhos2009-08-081-0/+149
| | | | SVN-Revision: 17176
* WRT160NL: register GPIO LEDs and buttonsGabor Juhos2009-08-071-1/+55
| | | | SVN-Revision: 17166
* update ar71xx_spi driverGabor Juhos2009-08-061-11/+54
| | | | SVN-Revision: 17143
* oops, add missing semicolonsGabor Juhos2009-08-061-2/+2
| | | | SVN-Revision: 17142
* get rid of some ifdefs in the IRQ codeGabor Juhos2009-08-061-8/+9
| | | | SVN-Revision: 17141
* fix MISC IRQ handling on the AR7240Gabor Juhos2009-08-021-14/+9
| | | | SVN-Revision: 17098
* add ethernet suppor for the WRT160NL (thanks to Christian Daniel)Gabor Juhos2009-07-311-1/+14
| | | | SVN-Revision: 17057
* ag71xx driver: rename ag71xx_debug module parameterGabor Juhos2009-07-131-4/+4
| | | | SVN-Revision: 16833