summaryrefslogtreecommitdiffstats
path: root/arch/mips/ath79
Commit message (Expand)AuthorAgeFilesLines
* MIPS: ath79: add initial support for the Atheros DB120 boardGabor Juhos2012-05-154-0/+148
* MIPS: ath79: add PCI registration code for AR934XGabor Juhos2012-05-152-1/+14
* MIPS: ath79: add PCI_AR724X Kconfig symbolGabor Juhos2012-05-151-0/+4
* MIPS: ath79: add WMAC registration code for AR934XGabor Juhos2012-05-152-3/+29
* MIPS: ath79: register UART device for AR934X SoCsGabor Juhos2012-05-151-1/+2
* MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set}Gabor Juhos2012-05-151-1/+8
* MIPS: ath79: add IRQ handling code for AR934XGabor Juhos2012-05-151-2/+53
* MIPS: ath79: rework IP2/IP3 interrupt handlingGabor Juhos2012-05-151-20/+72
* MIPS: ath79: add GPIO support code for AR934XGabor Juhos2012-05-151-1/+46
* MIPS: ath79: add clock initialization code for AR934XGabor Juhos2012-05-151-0/+81
* MIPS: ath79: add SoC detection code for AR934XGabor Juhos2012-05-152-1/+24
* MIPS: ath79: sort case statements in ath79_detect_sys_typeGabor Juhos2012-05-151-12/+12
* MIPS: ath79: add early_printk support for AR934XGabor Juhos2012-05-151-0/+3
* MIPS: ath79: update copyright headers of PCI related filesGabor Juhos2012-05-152-1/+7
* MIPS: ath79: register PCI controller on the PB44 boardGabor Juhos2012-05-151-0/+2
* MIPS: ath79: remove ar724x_pci_add_data functionGabor Juhos2012-05-153-21/+0
* MIPS: ath79: allow to use SoC specific PCI IRQ mapsGabor Juhos2012-05-152-4/+77
* MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGabor Juhos2012-05-151-0/+1
* MIPS: ath79: allow to use board specific pci_plat_dev_init functionsGabor Juhos2012-05-153-8/+23
* MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.cGabor Juhos2012-05-151-11/+12
* MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos2012-05-151-1/+2
* MIPS: ath79: fix a wrong IRQ numberGabor Juhos2012-05-151-2/+3
* MIPS: ath79: replace ath724x to ar724xGabor Juhos2012-05-153-10/+10
* MIPS: ath79: add a common PCI registration functionGabor Juhos2012-05-153-0/+17
* MIPS: ath79: rename pci-ath724x.hGabor Juhos2012-05-153-2/+23
* MIPS: ath79: separate common PCI codeGabor Juhos2012-05-152-0/+47
* MIPS: ath79: Use kmemdup rather than duplicating its implementationThomas Meyer2012-05-152-6/+2
* MIPS: ath79: fix AR933X WMAC reset codeGabor Juhos2012-04-271-1/+1
* USB: use generic platform driver on ath79Hauke Mehrtens2012-03-151-6/+25
* MIPS: ATH79: Avoid a kernel bug on AR913XGabor Juhos2012-02-201-1/+1
*-. Merge branches 'next/ar7', 'next/ath79', 'next/bcm63xx', 'next/bmips', 'next/...Ralf Baechle2012-01-1119-86/+784
|\ \
| | * MIPS: ath79: Rename dev-ar913x-wmac.c to dev-wmac.cGabor Juhos2011-12-072-1/+1
| | * MIPS: ath79: Rename dev-ar913x-wmac.h to dev-wmac.hGabor Juhos2011-12-074-3/+3
| | * MIPS: ath79: Register the wireless MAC device on the AP121 boardGabor Juhos2011-12-071-0/+4
| | * MIPS: ath79: Rename ATH79_DEV_AR913X_WMAC option to ATH79_DEV_WMACGabor Juhos2011-12-072-6/+7
| | * MIPS: ath79: Add AR933x specific WMAC setup codeGabor Juhos2011-12-072-4/+43
| | * MIPS: ath79: Separate AR913x SoC specific WMAC setup codeGabor Juhos2011-12-071-7/+17
| | * MIPS: ath79: Remove 'ar913x' from common variable and function namesGabor Juhos2011-12-073-15/+15
| | * MIPS: ath79: Store the SoC revision in a global variableGabor Juhos2011-12-072-0/+3
| | * Initial support for the Ubiquiti Networks XM board (rev 1.0).Rene Bolldorf2011-12-074-0/+132
| | * MIPS: ath79: Add initial support for the Atheros AP121 reference boardGabor Juhos2011-12-074-0/+101
| | * MIPS: ath79: register UART device for the AR933X SoCsGabor Juhos2011-12-071-2/+36
| | * MIPS: ath79: add AR933X specific USB platform device registrationGabor Juhos2011-12-072-0/+20
| | * MIPS: ath79: Add config symbol for the AR933X SoCsGabor Juhos2011-12-071-0/+3
| | * MIPS: ath79: add AR933X specific GPIO initializationGabor Juhos2011-12-071-0/+2
| | * MIPS: ath79: Add AR933X specific IRQ initializationGabor Juhos2011-12-071-1/+4
| | * MIPS: ath79: Add AR933X specific glue for ath79_device_reset_{set,clear}Gabor Juhos2011-12-071-0/+4
| | * MIPS: ath79: add AR933X specific clock initGabor Juhos2011-12-071-0/+55
| | * MIPS: ath79: Add early printk support for the AR933X SoCsGabor Juhos2011-12-071-9/+67
| | * MIPS: ath79: add revision id for the AR933X SoCsGabor Juhos2011-12-071-0/+12