aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/include
Commit message (Collapse)AuthorAgeFilesLines
...
* ar71xx: rewrite SPI drivers for the RB4xx boardsGabor Juhos2010-08-311-0/+48
| | | | | | | | | | * add a new SPI controller driver * add SPI driver for the CPLD chip * convert the NAND driver * enable the mikroSD slot * enable more LEDs SVN-Revision: 22863
* ar71xx: add a new driver for the ar7240 switch using swconfig. hooks ↵Felix Fietkau2010-08-161-0/+1
| | | | | | directly into the ethernet driver, as MAC resets also require switch reinitializations and the switch is part of the cpu core anyway switch only tl-wr741nd (and other devices using this board file, such as tl-wr841nd) over to using this by default, as other devices are still untested fixes #7563 SVN-Revision: 22675
* ar71xx: reset the mdio bus on ar7241/ar7242Felix Fietkau2010-03-281-0/+2
| | | | SVN-Revision: 20528
* ar71xx: add support for ar7241 and ar7242Felix Fietkau2010-03-261-4/+8
| | | | SVN-Revision: 20494
* ar71xx: fix pci link detection for ar724xFelix Fietkau2010-03-261-0/+1
| | | | SVN-Revision: 20493
* ar71xx: move ar724x_pci_* helpers to ar724x-pci.cGabor Juhos2010-03-181-30/+0
| | | | SVN-Revision: 20282
* ar71xx: merge AR71XX_IRQ_CPU_{PCI,WMAC} into AR71XX_IRQ_CPU_IP2Gabor Juhos2010-03-181-2/+1
| | | | SVN-Revision: 20279
* ar71xx: fix ar724x_pci_wr{,_nf} helpersGabor Juhos2010-03-181-0/+2
| | | | SVN-Revision: 20277
* ar71xx: add ar71xx_gpio_function_setupGabor Juhos2010-03-081-0/+1
| | | | SVN-Revision: 20053
* ar71xx: add LED driver for the RB750Gabor Juhos2010-03-081-0/+12
| | | | SVN-Revision: 20051
* ar71xx: add latch handling code for the RB750Gabor Juhos2010-03-081-0/+54
| | | | SVN-Revision: 20050
* ar71xx: move mach type definitions into a separate include fileGabor Juhos2009-12-261-39/+0
| | | | SVN-Revision: 18942
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-221-0/+1
| | | | SVN-Revision: 18893
* ar71xx: update AR7240 PCI codeGabor Juhos2009-12-201-0/+17
| | | | SVN-Revision: 18860
* ar71xx: separate DIR-615 rev. C1 support from the TEW-632 (based on the ↵Gabor Juhos2009-12-181-0/+1
| | | | | | patch from #6186) SVN-Revision: 18818
* ar71xx: add ar71xx_device_stopped functionGabor Juhos2009-12-111-0/+1
| | | | SVN-Revision: 18757
* ar71xx: TL-WR1043ND support cleanupGabor Juhos2009-12-081-1/+1
| | | | SVN-Revision: 18697
* ar71xx: preliminary support for the TL-WR1043NDGabor Juhos2009-12-081-0/+1
| | | | | | | | | | | | 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: add support for external mii_busGabor Juhos2009-12-081-0/+1
| | | | SVN-Revision: 18692
* ar71xx: DIR-825 support cleanupGabor Juhos2009-12-031-1/+1
| | | | SVN-Revision: 18622
* ar71xx: add support for the D-Link DIR-825 rev. B1 board (thanks to ValXdater)Gabor Juhos2009-12-031-0/+1
| | | | SVN-Revision: 18621
* ar71xx: override fifo_cfg[123] values on AR7240Gabor Juhos2009-11-301-0/+4
| | | | SVN-Revision: 18614
* ar71xx: add usb support for ubnt rocket mFelix Fietkau2009-11-291-0/+3
| | | | SVN-Revision: 18598
* 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-181-2/+3
| | | | SVN-Revision: 18450
* ar71xx: add Ubiquiti Rocket M and Nanostation M supportMatteo Croce2009-11-181-1/+2
| | | | SVN-Revision: 18447
* ar71xx: add preliminary support for the Netgear WNDR3700Gabor Juhos2009-11-131-0/+1
| | | | | | | 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-301-0/+1
| | | | SVN-Revision: 18225
* ar71xx: preliminary Ubiquiti Bullet M supportMatteo Croce2009-09-151-0/+1
| | | | SVN-Revision: 17586
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-081-0/+1
| | | | | | testing) SVN-Revision: 17543
* add board setup code for the RB-450G/RB-433UAH boards * based on a patch ↵Gabor Juhos2009-07-091-0/+2
| | | | | | from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127 SVN-Revision: 16754
* add initial support for the TL-WR741ND boardGabor Juhos2009-07-071-0/+1
| | | | SVN-Revision: 16739
* add AR7240 specific fixes for the ag71xx driverGabor Juhos2009-07-072-0/+4
| | | | SVN-Revision: 16737
* add AR7240 specific PCI codeGabor Juhos2009-07-052-2/+6
| | | | SVN-Revision: 16674
* reorganize PCI codeGabor Juhos2009-07-051-6/+13
| | | | SVN-Revision: 16672
* fix AR7240 PCI IRQ supportGabor Juhos2009-07-041-0/+35
| | | | SVN-Revision: 16669
* fix ar71xx_device_{start,stop} functions on the AR7240 SoCGabor Juhos2009-07-011-0/+2
| | | | SVN-Revision: 16648
* initialize GPIO for the AR7240 SoCGabor Juhos2009-07-011-0/+2
| | | | SVN-Revision: 16647
* add AR7240 specific frequency detectionGabor Juhos2009-07-011-0/+11
| | | | SVN-Revision: 16645
* add AR7240 specific definitionsGabor Juhos2009-07-011-10/+20
| | | | SVN-Revision: 16644
* increase NR_IRQSGabor Juhos2009-06-292-5/+5
| | | | SVN-Revision: 16623
* fix PCI_CORE irq numberGabor Juhos2009-06-291-1/+1
| | | | SVN-Revision: 16622
* use enum for the machine typeGabor Juhos2009-06-271-24/+26
| | | | SVN-Revision: 16588
* add AR913x specific GPIO function bit definitionsGabor Juhos2009-06-271-7/+19
| | | | SVN-Revision: 16583
* move definition of ar91xx_flash_platform_data into a separate header file ↵Gabor Juhos2009-06-112-11/+26
| | | | | | (closes #5321) SVN-Revision: 16417
* update flash locking codeGabor Juhos2009-06-062-1/+1
| | | | SVN-Revision: 16359
* add parallel flash driverGabor Juhos2009-06-061-0/+10
| | | | SVN-Revision: 16353
* add flash locking codeGabor Juhos2009-06-031-0/+4
| | | | SVN-Revision: 16311