| Commit message (Expand) | Author | Age | Files | Lines |
* | ar71xx: register GPIO button on the Bullet M | juhosg | 2009-10-01 | 1 | -0/+16 |
* | ar71xx: add PCI Host Controller fixup for ar724x | juhosg | 2009-10-01 | 1 | -0/+23 |
* | ar71xx: use ar71xx_pci_fixup on ar71xx SoCs only | juhosg | 2009-10-01 | 1 | -0/+5 |
* | ar71xx: fix a typo in the ar724x PCI code | juhosg | 2009-10-01 | 1 | -1/+1 |
* | ar71xx: flush mii register writes | juhosg | 2009-09-23 | 2 | -2/+8 |
* | ar71xx: don't use mac_base2 in the ag71xx driver | juhosg | 2009-09-23 | 4 | -58/+23 |
* | ar71xx: remove some extern directives in the ag71xx driver | juhosg | 2009-09-23 | 1 | -6/+6 |
* | ar71xx: preliminary Ubiquiti Bullet M support | matteo | 2009-09-15 | 3 | -0/+50 |
* | ar71xx: rewrite prom code (based on a patch by Jeff Hansen) | juhosg | 2009-09-10 | 1 | -67/+114 |
* | ar71xx: add preliminary support for the RB-411U (thanks to Feher Zoltan for t... | juhosg | 2009-09-08 | 3 | -0/+21 |
* | [ar71xx] move early_printk stuff into a separate file | juhosg | 2009-08-26 | 3 | -14/+31 |
* | [ar71xx] remove AR71XX_EARLY_SERIAL stuff | juhosg | 2009-08-25 | 4 | -33/+0 |
* | [ar71xx] WRT160NL: add default trigger for the power led | juhosg | 2009-08-09 | 1 | -0/+1 |
* | [ar71xx] WRT160NL: more mtd parser cleanup | juhosg | 2009-08-09 | 1 | -68/+106 |
* | [ar71xx] WRT160NL: mtd parser cleanup | juhosg | 2009-08-08 | 1 | -17/+16 |
* | [ar71xx] move the trx parser out from the patch | juhosg | 2009-08-08 | 1 | -0/+149 |
* | [ar71xx] WRT160NL: register GPIO LEDs and buttons | juhosg | 2009-08-07 | 1 | -1/+55 |
* | [ar71xx] update ar71xx_spi driver | juhosg | 2009-08-06 | 1 | -11/+54 |
* | [ar71xx] oops, add missing semicolons | juhosg | 2009-08-06 | 1 | -2/+2 |
* | [ar71xx] get rid of some ifdefs in the IRQ code | juhosg | 2009-08-06 | 1 | -8/+9 |
* | [ar71xx] fix MISC IRQ handling on the AR7240 | juhosg | 2009-08-02 | 1 | -14/+9 |
* | [ar71xx] add ethernet suppor for the WRT160NL (thanks to Christian Daniel) | juhosg | 2009-07-31 | 1 | -1/+14 |
* | [ar71xx] ag71xx driver: rename ag71xx_debug module parameter | juhosg | 2009-07-13 | 1 | -4/+4 |
* | [ar71xx] ag71xx driver: fix a typo | juhosg | 2009-07-13 | 1 | -1/+1 |
* | [ar71xx] ag71xx driver: align descriptors on cache_line boundary | juhosg | 2009-07-13 | 2 | -11/+25 |
* | [ar71xx] ag71xx driver: store descriptor pointers in ag71xx_buf | juhosg | 2009-07-13 | 2 | -23/+31 |
* | [ar71xx] ag71xx driver: descriptors always aligned on 4 byte boundary | juhosg | 2009-07-12 | 1 | -1/+1 |
* | [ar71xx] ag71xx driver: don't flush ddr on tx path | juhosg | 2009-07-12 | 1 | -6/+0 |
* | [ar71xx] increase size of the kernel partition on the TL-WR[789]41N boards | juhosg | 2009-07-11 | 2 | -6/+6 |
* | [ar71xx] increase size of the kernel partition on the TEW-632BR board | juhosg | 2009-07-11 | 1 | -3/+3 |
* | [ar71xx] register the VSC7395 device on the PB44 board | juhosg | 2009-07-11 | 1 | -13/+65 |
* | [ar71xx] add SPI controller driver for the PB44 board | juhosg | 2009-07-11 | 1 | -0/+299 |
* | [ar71xx] use platform data to setup the MAC_CFG register in the spi_vsc7385 d... | juhosg | 2009-07-11 | 3 | -7/+24 |
* | [ar71xx] add definitions for some magic values in the spi_vsc7385 driver | juhosg | 2009-07-11 | 1 | -3/+12 |
* | [ar71xx] fix a bug in the SPI driver (closes #5485) | juhosg | 2009-07-10 | 1 | -2/+2 |
* | [ar71xx] add board setup code for the RB-450G/RB-433UAH boards | juhosg | 2009-07-09 | 3 | -2/+30 |
* | [ar71xx] register a GPIO LEDs and buttons on the PB44 board | juhosg | 2009-07-09 | 1 | -1/+55 |
* | [ar71xx] register a I2C GPIO expander on the PB44 board | juhosg | 2009-07-09 | 1 | -0/+37 |
* | [ar71xx] add initial support for the TL-WR741ND board | juhosg | 2009-07-07 | 5 | -0/+159 |
* | [ar71xx] add AR7240 specific fixes for the ag71xx driver | juhosg | 2009-07-07 | 5 | -1/+57 |
* | [ar71xx] make irq_chip definitions static | juhosg | 2009-07-07 | 1 | -2/+2 |
* | [ar71xx] AR7240 requires different IRQ unmasking code | juhosg | 2009-07-07 | 1 | -0/+19 |
* | [ar71xx] add missing break statement | juhosg | 2009-07-05 | 1 | -0/+1 |
* | [ar71xx] add missing includes | juhosg | 2009-07-05 | 1 | -0/+4 |
* | [ar71xx] add AR7240 specific PCI code | juhosg | 2009-07-05 | 4 | -6/+244 |
* | [ar71xx] fix a typo in the PCI code | juhosg | 2009-07-05 | 1 | -1/+1 |
* | [ar71xx] reorganize PCI code | juhosg | 2009-07-05 | 5 | -62/+74 |
* | [ar71xx] fix AR7240 PCI IRQ support | juhosg | 2009-07-04 | 2 | -1/+115 |
* | [ar71xx] fix a bitmask in the ag71xx driver | juhosg | 2009-07-02 | 1 | -1/+1 |
* | [ar71xx] fix ar71xx_device_{start,stop} functions on the AR7240 SoC | juhosg | 2009-07-01 | 2 | -0/+16 |