summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker1-4/+0
2012-05-16mips: Fix KBUILD_CPPFLAGS definitionMichal Marek1-2/+2
2012-05-15MIPS: lantiq: cleanup reset codeJohn Crispin3-13/+48
2012-05-15MIPS: lantiq: add xway soc idsJohn Crispin6-102/+144
2012-05-15MIPS: lantiq: fix cmdline parsingThomas Langer1-2/+4
2012-05-15MIPS: lantiq: fix early printkThomas Langer2-9/+14
2012-05-15MIPS: lantiq: add ipi handlers to make vsmp workJohn Crispin2-0/+65
2012-05-15MIPS: lantiq: enable oprofile support on lantiq targetsJohn Crispin1-0/+6
2012-05-15MIPS: lantiq: clear all irqs properly on bootJohn Crispin1-5/+6
2012-05-15MIPS: remove unused prototype kgdb_configJohn Crispin1-4/+0
2012-05-15MIPS: add clkdev.hJohn Crispin1-0/+25
2012-05-15MIPS: parse chosen node on bootJohn Crispin1-0/+2
2012-05-15MIPS: Add helper function to allow platforms to point at a DTB.Ralf Baechle2-0/+22
2012-05-15MIPS: Provide pci_address_to_pio.Ralf Baechle1-0/+15
2012-05-15MIPS: pci: parse memory ranges from devicetreeJohn Crispin2-0/+61
2012-05-15MIPS: make oprofile use cp0_perfcount_irq if it is setFelix Fietkau2-1/+14
2012-05-15MIPS: ath79: add initial support for the Atheros DB120 boardGabor Juhos4-0/+148
2012-05-15MIPS: ath79: add PCI registration code for AR934XGabor Juhos2-1/+14
2012-05-15MIPS: ath79: add PCI_AR724X Kconfig symbolGabor Juhos3-2/+6
2012-05-15MIPS: ath79: add WMAC registration code for AR934XGabor Juhos3-3/+32
2012-05-15MIPS: ath79: register UART device for AR934X SoCsGabor Juhos1-1/+2
2012-05-15MIPS: ath79: add AR934X specific glue to ath79_device_reset_{clear,set}Gabor Juhos2-1/+9
2012-05-15MIPS: ath79: add IRQ handling code for AR934XGabor Juhos3-3/+83
2012-05-15MIPS: ath79: rework IP2/IP3 interrupt handlingGabor Juhos1-20/+72
2012-05-15MIPS: ath79: add GPIO support code for AR934XGabor Juhos2-1/+47
2012-05-15MIPS: ath79: add clock initialization code for AR934XGabor Juhos2-0/+134
2012-05-15MIPS: ath79: add SoC detection code for AR934XGabor Juhos4-1/+49
2012-05-15MIPS: ath79: sort case statements in ath79_detect_sys_typeGabor Juhos1-12/+12
2012-05-15MIPS: ath79: add early_printk support for AR934XGabor Juhos2-1/+8
2012-05-15MIPS: ath79: update copyright headers of PCI related filesGabor Juhos4-3/+12
2012-05-15MIPS: ath79: register PCI controller on the PB44 boardGabor Juhos1-0/+2
2012-05-15MIPS: ath79: remove ar724x_pci_add_data functionGabor Juhos3-21/+0
2012-05-15MIPS: ath79: allow to use SoC specific PCI IRQ mapsGabor Juhos2-4/+77
2012-05-15MIPS: ath79: add support for the PCI host controller of the AR71XX SoCsGabor Juhos4-0/+383
2012-05-15MIPS: ath79: allow to use board specific pci_plat_dev_init functionsGabor Juhos3-8/+23
2012-05-15MIPS: ath79: get rid of some ifdefs in mach-ubnt-xm.cGabor Juhos1-11/+12
2012-05-15MIPS: ath79: add PCI IRQ handling code for AR724X SoCsGabor Juhos3-5/+120
2012-05-15MIPS: ath79: fix a wrong IRQ numberGabor Juhos2-3/+8
2012-05-15MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCsGabor Juhos1-1/+35
2012-05-15MIPS: ath79: fix broken ar724x_pci_{read,write} functionsGabor Juhos1-26/+26
2012-05-15MIPS: ath79: remove superfluous alignment checks from pci-ar724x.cGabor Juhos1-6/+0
2012-05-15MIPS: ath79: use io-accessor macros in pci-ar724x.cGabor Juhos1-14/+24
2012-05-15MIPS: ath79: replace ath724x to ar724xGabor Juhos5-43/+43
2012-05-15MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC nameGabor Juhos2-1/+1
2012-05-15MIPS: ath79: add a common PCI registration functionGabor Juhos4-2/+17
2012-05-15MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos2-1/+22
2012-05-15MIPS: ath79: rename pci-ath724x.hGabor Juhos3-2/+2
2012-05-15MIPS: ath79: separate common PCI codeGabor Juhos3-34/+47
2012-05-15MIPS: ath79: Use kmemdup rather than duplicating its implementationThomas Meyer2-6/+2
2012-05-15MIPS: Don't use module.h just to export symbols in asm/uasm.hPaul Gortmaker1-1/+1