aboutsummaryrefslogtreecommitdiff
path: root/target/linux/ar71xx/files/arch
Commit message (Collapse)AuthorAge
...
* 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: don't use mac_base2 in the ag71xx driverGabor Juhos2009-09-23
| | | | SVN-Revision: 17693
* ar71xx: preliminary Ubiquiti Bullet M supportMatteo Croce2009-09-15
| | | | SVN-Revision: 17586
* ar71xx: rewrite prom code (based on a patch by Jeff Hansen)Gabor Juhos2009-09-10
| | | | SVN-Revision: 17566
* ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for ↵Gabor Juhos2009-09-08
| | | | | | testing) SVN-Revision: 17543
* move early_printk stuff into a separate fileGabor Juhos2009-08-26
| | | | SVN-Revision: 17403
* remove AR71XX_EARLY_SERIAL stuffGabor Juhos2009-08-25
| | | | SVN-Revision: 17400
* WRT160NL: add default trigger for the power ledGabor Juhos2009-08-09
| | | | SVN-Revision: 17203
* WRT160NL: register GPIO LEDs and buttonsGabor Juhos2009-08-07
| | | | SVN-Revision: 17166
* oops, add missing semicolonsGabor Juhos2009-08-06
| | | | SVN-Revision: 17142
* get rid of some ifdefs in the IRQ codeGabor Juhos2009-08-06
| | | | SVN-Revision: 17141
* fix MISC IRQ handling on the AR7240Gabor Juhos2009-08-02
| | | | SVN-Revision: 17098
* add ethernet suppor for the WRT160NL (thanks to Christian Daniel)Gabor Juhos2009-07-31
| | | | SVN-Revision: 17057
* increase size of the kernel partition on the TL-WR[789]41N boardsGabor Juhos2009-07-11
| | | | SVN-Revision: 16785
* increase size of the kernel partition on the TEW-632BR boardGabor Juhos2009-07-11
| | | | SVN-Revision: 16784
* register the VSC7395 device on the PB44 boardGabor Juhos2009-07-11
| | | | SVN-Revision: 16783
* use platform data to setup the MAC_CFG register in the spi_vsc7385 driverGabor Juhos2009-07-11
| | | | SVN-Revision: 16780
* add board setup code for the RB-450G/RB-433UAH boards * based on a patch ↵Gabor Juhos2009-07-09
| | | | | | 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-09
| | | | SVN-Revision: 16748
* register a I2C GPIO expander on the PB44 boardGabor Juhos2009-07-09
| | | | SVN-Revision: 16747
* add initial support for the TL-WR741ND boardGabor Juhos2009-07-07
| | | | SVN-Revision: 16739
* add AR7240 specific fixes for the ag71xx driverGabor Juhos2009-07-07
| | | | SVN-Revision: 16737
* make irq_chip definitions staticGabor Juhos2009-07-07
| | | | SVN-Revision: 16736
* AR7240 requires different IRQ unmasking codeGabor Juhos2009-07-07
| | | | SVN-Revision: 16734
* add missing break statementGabor Juhos2009-07-05
| | | | SVN-Revision: 16701
* add missing includesGabor Juhos2009-07-05
| | | | SVN-Revision: 16676
* add AR7240 specific PCI codeGabor Juhos2009-07-05
| | | | SVN-Revision: 16674
* fix a typo in the PCI codeGabor Juhos2009-07-05
| | | | SVN-Revision: 16673
* reorganize PCI codeGabor Juhos2009-07-05
| | | | SVN-Revision: 16672
* fix AR7240 PCI IRQ supportGabor Juhos2009-07-04
| | | | SVN-Revision: 16669
* fix ar71xx_device_{start,stop} functions on the AR7240 SoCGabor Juhos2009-07-01
| | | | SVN-Revision: 16648
* initialize GPIO for the AR7240 SoCGabor Juhos2009-07-01
| | | | SVN-Revision: 16647
* initialize IRQs for the AR7240 SoCGabor Juhos2009-07-01
| | | | SVN-Revision: 16646
* add AR7240 specific frequency detectionGabor Juhos2009-07-01
| | | | SVN-Revision: 16645
* add AR7240 specific definitionsGabor Juhos2009-07-01
| | | | SVN-Revision: 16644
* increase NR_IRQSGabor Juhos2009-06-29
| | | | SVN-Revision: 16623
* fix PCI_CORE irq numberGabor Juhos2009-06-29
| | | | SVN-Revision: 16622
* use enum for the machine typeGabor Juhos2009-06-27
| | | | SVN-Revision: 16588
* add AR913x specific GPIO function bit definitionsGabor Juhos2009-06-27
| | | | SVN-Revision: 16583
* setup mac address on the WNR2000Gabor Juhos2009-06-14
| | | | SVN-Revision: 16450
* move definition of ar91xx_flash_platform_data into a separate header file ↵Gabor Juhos2009-06-11
| | | | | | (closes #5321) SVN-Revision: 16417
* flush more register writingsGabor Juhos2009-06-11
| | | | SVN-Revision: 16415
* flush AR71XX_RESET_PCI_INT_ENABLE register after writingGabor Juhos2009-06-07
| | | | SVN-Revision: 16372