aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
Commit message (Collapse)AuthorAgeFilesLines
* use platform data to setup the MAC_CFG register in the spi_vsc7385 driverGabor Juhos2009-07-111-0/+5
| | | | SVN-Revision: 16780
* add board setup code for the RB-450G/RB-433UAH boards * based on a patch ↵Gabor Juhos2009-07-093-2/+30
| | | | | | from http://forum.openwrt.org/viewtopic.php?pid=91127#p91127 SVN-Revision: 16754
* register a GPIO LEDs and buttons on the PB44 boardGabor Juhos2009-07-091-1/+55
| | | | SVN-Revision: 16748
* register a I2C GPIO expander on the PB44 boardGabor Juhos2009-07-091-0/+37
| | | | SVN-Revision: 16747
* add initial support for the TL-WR741ND boardGabor Juhos2009-07-075-0/+159
| | | | SVN-Revision: 16739
* add AR7240 specific fixes for the ag71xx driverGabor Juhos2009-07-073-0/+43
| | | | SVN-Revision: 16737
* make irq_chip definitions staticGabor Juhos2009-07-071-2/+2
| | | | SVN-Revision: 16736
* AR7240 requires different IRQ unmasking codeGabor Juhos2009-07-071-0/+19
| | | | SVN-Revision: 16734
* add missing break statementGabor Juhos2009-07-051-0/+1
| | | | SVN-Revision: 16701
* add missing includesGabor Juhos2009-07-051-0/+4
| | | | SVN-Revision: 16676
* add AR7240 specific PCI codeGabor Juhos2009-07-054-6/+244
| | | | SVN-Revision: 16674
* fix a typo in the PCI codeGabor Juhos2009-07-051-1/+1
| | | | SVN-Revision: 16673
* reorganize PCI codeGabor Juhos2009-07-055-62/+74
| | | | SVN-Revision: 16672
* fix AR7240 PCI IRQ supportGabor Juhos2009-07-042-1/+115
| | | | SVN-Revision: 16669
* fix ar71xx_device_{start,stop} functions on the AR7240 SoCGabor Juhos2009-07-012-0/+16
| | | | SVN-Revision: 16648
* initialize GPIO for the AR7240 SoCGabor Juhos2009-07-012-0/+6
| | | | SVN-Revision: 16647
* initialize IRQs for the AR7240 SoCGabor Juhos2009-07-011-0/+1
| | | | SVN-Revision: 16646
* add AR7240 specific frequency detectionGabor Juhos2009-07-012-0/+39
| | | | SVN-Revision: 16645
* add AR7240 specific definitionsGabor Juhos2009-07-012-36/+67
| | | | 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-273-31/+33
| | | | SVN-Revision: 16588
* add AR913x specific GPIO function bit definitionsGabor Juhos2009-06-272-9/+21
| | | | SVN-Revision: 16583
* setup mac address on the WNR2000Gabor Juhos2009-06-141-0/+3
| | | | SVN-Revision: 16450
* move definition of ar91xx_flash_platform_data into a separate header file ↵Gabor Juhos2009-06-113-12/+27
| | | | | | (closes #5321) SVN-Revision: 16417
* flush more register writingsGabor Juhos2009-06-111-0/+12
| | | | SVN-Revision: 16415
* flush AR71XX_RESET_PCI_INT_ENABLE register after writingGabor Juhos2009-06-071-0/+6
| | | | SVN-Revision: 16372
* setup mac address on the AP81 boardGabor Juhos2009-06-061-0/+3
| | | | SVN-Revision: 16366
* update flash locking codeGabor Juhos2009-06-064-12/+4
| | | | SVN-Revision: 16359
* handle PCI_CORE interrupt as wellGabor Juhos2009-06-061-2/+5
| | | | SVN-Revision: 16358
* change flash partition map of the AP83 boardGabor Juhos2009-06-061-8/+8
| | | | SVN-Revision: 16356
* add parallel flash driverGabor Juhos2009-06-062-2/+12
| | | | SVN-Revision: 16353
* fix a typoGabor Juhos2009-06-051-1/+1
| | | | SVN-Revision: 16348
* create a 'firmware' partition for MZK-W300NH boardGabor Juhos2009-06-051-0/+4
| | | | SVN-Revision: 16347
* improve MZK-W300NH support (thanks to Kazuki Shimada for the board)Gabor Juhos2009-06-041-2/+88
| | | | SVN-Revision: 16340
* pass ucode name to the VSC7385 driver on the AP83 boardGabor Juhos2009-06-041-0/+1
| | | | SVN-Revision: 16326
* add experimental support for the AP83-040 boardGabor Juhos2009-06-031-12/+91
| | | | SVN-Revision: 16316
* add flash locking codeGabor Juhos2009-06-032-1/+27
| | | | SVN-Revision: 16311
* register parallel flash device on the AP83 boardGabor Juhos2009-05-311-0/+63
| | | | SVN-Revision: 16232
* add support for board specific PLL settingsGabor Juhos2009-05-284-5/+114
| | | | SVN-Revision: 16133
* register SPI bus on the AP83 boardGabor Juhos2009-05-271-0/+24
| | | | SVN-Revision: 16115
* add preliminary support for the WRT160NLGabor Juhos2009-05-255-0/+92
| | | | SVN-Revision: 16068
* update board setup code of the RouterStation Pro (patch by Ubiquiti Networks)Gabor Juhos2009-05-251-0/+20
| | | | SVN-Revision: 16065
* fix typos in the PB42 support codeGabor Juhos2009-05-211-2/+2
| | | | SVN-Revision: 15963
* add experimental support for the Atheros PB44 boardGabor Juhos2009-05-205-0/+88
| | | | SVN-Revision: 15928
* reorder mtd partitions on the WRT400NGabor Juhos2009-05-131-4/+4
| | | | SVN-Revision: 15829
* create image for the WRT400N board (thanks to netprince)Gabor Juhos2009-05-131-0/+4
| | | | SVN-Revision: 15828
* remove extern directivesGabor Juhos2009-05-091-6/+6
| | | | SVN-Revision: 15735
* increase AR71XX_MEM_SIZE_MAX (thanks to Leo Galambos for reporting)Gabor Juhos2009-05-091-1/+1
| | | | SVN-Revision: 15734
* add experimental support for the Linksys WRT400N board (thanks to netprince)Gabor Juhos2009-04-265-0/+171
| | | | SVN-Revision: 15422