aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files
Commit message (Collapse)AuthorAge
...
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the ↵Gabor Juhos2009-12-18
| | | | | | patch from #6186) SVN-Revision: 18818
* ar71xx: add common m25p80 deviceGabor Juhos2009-12-18
| | | | SVN-Revision: 18817
* Revert "ar71xx: move phy_connect call to ag71xx_open" (r18691) It's causing ↵Felix Fietkau2009-12-15
| | | | | | issues with switch drivers that register with swconfig and makes fixing those unnecessarily complicated. Fixes rtl8306 switch support on the WRT160NL. SVN-Revision: 18789
* ar71xx: add driver for the USB LED on the WNDR3700Gabor Juhos2009-12-11
| | | | SVN-Revision: 18758
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-11
| | | | SVN-Revision: 18757
* ar71xx: fix NULL pointer dereference in the ethernet driverGabor Juhos2009-12-11
| | | | SVN-Revision: 18755
* ar71xx: merge DSA switch patchGabor Juhos2009-12-11
| | | | SVN-Revision: 18752
* ar71xx: merge ag71xx specific patchesGabor Juhos2009-12-11
| | | | SVN-Revision: 18751
* ar71xx: move mdio_bus reset codeGabor Juhos2009-12-11
| | | | SVN-Revision: 18749
* ar71xx: register rtl8366-smi device on the DIR-825 B1 boardGabor Juhos2009-12-09
| | | | SVN-Revision: 18710
* rtl8306: manage the wan port as a separate phy device with proper link ↵Felix Fietkau2009-12-09
| | | | | | status reading and autonegotiation - the genphy driver does not handle it properly SVN-Revision: 18709
* ar71xx: make the rtl8306 switch attach to eth0 instead of eth1 on the ↵Felix Fietkau2009-12-08
| | | | | | wrt160nl, fixes wan port detection (#6309) SVN-Revision: 18699
* ar71xx: TL-WR1043ND support cleanupGabor Juhos2009-12-08
| | | | SVN-Revision: 18697
* ar71xx: preliminary support for the TL-WR1043NDGabor Juhos2009-12-08
| | | | | | | | | | | | Adds board support for the TP-Link TL-WR1043ND Based on the Atheros AP81 platform. Presently the RTL8366RB switch support is missing due to no driver. The ethernet works with 5 ports@1Gbit but is missing vlan support. Hope Ive done this right, First time submiting a patch. Signed-off-by: Andrew Tarabaras <andrew@advancedtechnologies.com.au> SVN-Revision: 18696
* ar71xx: register rtl8366_smi device on the WNDR3700Gabor Juhos2009-12-08
| | | | SVN-Revision: 18695
* ar71xx: add mdio bus driver for the rtl8366 switchGabor Juhos2009-12-08
| | | | SVN-Revision: 18694
* ar71xx: add support for external mii_busGabor Juhos2009-12-08
| | | | SVN-Revision: 18692
* ar71xx: move phy_connect call to ag71xx_openGabor Juhos2009-12-08
| | | | SVN-Revision: 18691
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-03
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-03
| | | | SVN-Revision: 18621
* ar71xx: change mii_bus nameGabor Juhos2009-12-03
| | | | SVN-Revision: 18619
* ar71xx: override fifo_cfg[123] values on AR7240Gabor Juhos2009-11-30
| | | | SVN-Revision: 18614
* ar71xx: mask out reserved bits from the dma tx status in the ethernet driverFelix Fietkau2009-11-29
| | | | SVN-Revision: 18599
* ar71xx: add usb support for ubnt rocket mFelix Fietkau2009-11-29
| | | | SVN-Revision: 18598
* ar71xx: fix mac address for 5GHz interface on WNDR3700Gabor Juhos2009-11-28
| | | | SVN-Revision: 18586
* ar71xx: update ath9k_platform.hGabor Juhos2009-11-28
| | | | SVN-Revision: 18585
* ar71xx: add PCI fixup for the WNDR3700 boardGabor Juhos2009-11-27
| | | | SVN-Revision: 18565
* ar71xx: fix pll_1000 values for the WNDR3700Gabor Juhos2009-11-27
| | | | SVN-Revision: 18564
* ar71xx: add AR724x GPIO_FUNC register bit definesGabor Juhos2009-11-27
| | | | SVN-Revision: 18561
* ar71xx: fix AR724X_GPIO_COUNTGabor Juhos2009-11-27
| | | | SVN-Revision: 18560
* ar71xx: add AR724x register definesGabor Juhos2009-11-27
| | | | SVN-Revision: 18559
* ar71xx: use a separate board id for rocket mFelix Fietkau2009-11-18
| | | | SVN-Revision: 18450
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportMatteo Croce2009-11-18
| | | | SVN-Revision: 18447
* ar71xx: setup platform data for ath9k on the TL-WR741ND, Bullet M and on the ↵Gabor Juhos2009-11-16
| | | | | | WNDR3700 boards SVN-Revision: 18437
* ar71xx: register LEDs and buttons on the WNDR3700Gabor Juhos2009-11-16
| | | | | | 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-16
| | | | SVN-Revision: 18434
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-13
| | | | | | | 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-30
| | | | SVN-Revision: 18225
* ar71xx: update mdio_reset codeGabor Juhos2009-10-30
| | | | SVN-Revision: 18224
* ar71xx: Compex WPJ543 board is supported as wellGabor Juhos2009-10-20
| | | | SVN-Revision: 18100
* ar71xx: fix PCI IRQ map of the WP543Gabor Juhos2009-10-20
| | | | SVN-Revision: 18099
* ar71xx: reset the phy chip along with the ethernet mac on the WP543 boardGabor Juhos2009-10-19
| | | | SVN-Revision: 18072
* ar71xx: reset the ethernet device before registrationGabor Juhos2009-10-19
| | | | SVN-Revision: 18071
* ar71xx: initialize PCI controller on the Bullet MGabor Juhos2009-10-01
| | | | SVN-Revision: 17812
* ar71xx: init ethernet mac address on the Bullet MGabor Juhos2009-10-01
| | | | SVN-Revision: 17811
* ar71xx: register GPIO button on the Bullet MGabor Juhos2009-10-01
| | | | SVN-Revision: 17809
* ar71xx: add PCI Host Controller fixup for ar724xGabor Juhos2009-10-01
| | | | SVN-Revision: 17808
* ar71xx: use ar71xx_pci_fixup on ar71xx SoCs onlyGabor Juhos2009-10-01
| | | | SVN-Revision: 17807
* ar71xx: fix a typo in the ar724x PCI codeGabor Juhos2009-10-01
| | | | SVN-Revision: 17806
* ar71xx: flush mii register writesGabor Juhos2009-09-23
| | | | SVN-Revision: 17695