summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | | * | MIPS: lantiq: fix early printkThomas Langer2012-05-152-9/+14
| | | | | | * | MIPS: lantiq: add ipi handlers to make vsmp workJohn Crispin2012-05-152-0/+65
| | | | | | * | MIPS: lantiq: enable oprofile support on lantiq targetsJohn Crispin2012-05-151-0/+6
| | | | | | * | MIPS: lantiq: clear all irqs properly on bootJohn Crispin2012-05-151-5/+6
| | | | | | * | MIPS: remove unused prototype kgdb_configJohn Crispin2012-05-151-4/+0
| | | | | | * | MIPS: add clkdev.hJohn Crispin2012-05-151-0/+25
| | | | | | * | MIPS: parse chosen node on bootJohn Crispin2012-05-151-0/+2
| | | | | | * | MIPS: Add helper function to allow platforms to point at a DTB.Ralf Baechle2012-05-152-0/+22
| | | | | | * | MIPS: Provide pci_address_to_pio.Ralf Baechle2012-05-151-0/+15
| | | | | | * | MIPS: pci: parse memory ranges from devicetreeJohn Crispin2012-05-152-0/+61
| | | | | | * | MIPS: make oprofile use cp0_perfcount_irq if it is setFelix Fietkau2012-05-152-1/+14
| | | | | * | | 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-153-2/+6
| | | | | * | | MIPS: ath79: add WMAC registration code for AR934XGabor Juhos2012-05-153-3/+32
| | | | | * | | 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-152-1/+9
| | | | | * | | MIPS: ath79: add IRQ handling code for AR934XGabor Juhos2012-05-153-3/+83
| | | | | * | | MIPS: ath79: rework IP2/IP3 interrupt handlingGabor Juhos2012-05-151-20/+72
| | | | | * | | MIPS: ath79: add GPIO support code for AR934XGabor Juhos2012-05-152-1/+47
| | | | | * | | MIPS: ath79: add clock initialization code for AR934XGabor Juhos2012-05-152-0/+134
| | | | | * | | MIPS: ath79: add SoC detection code for AR934XGabor Juhos2012-05-154-1/+49
| | | | | * | | 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-152-1/+8
| | | | | * | | MIPS: ath79: update copyright headers of PCI related filesGabor Juhos2012-05-154-3/+12
| | | | | * | | 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-154-0/+383
| | | | | * | | 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-153-5/+120
| | | | | * | | MIPS: ath79: fix a wrong IRQ numberGabor Juhos2012-05-152-3/+8
| | | | | * | | MIPS: ath79: add a workaround for a PCI controller bug in AR7240 SoCsGabor Juhos2012-05-151-1/+35
| | | | | * | | MIPS: ath79: fix broken ar724x_pci_{read,write} functionsGabor Juhos2012-05-151-26/+26
| | | | | * | | MIPS: ath79: remove superfluous alignment checks from pci-ar724x.cGabor Juhos2012-05-151-6/+0
| | | | | * | | MIPS: ath79: use io-accessor macros in pci-ar724x.cGabor Juhos2012-05-151-14/+24
| | | | | * | | MIPS: ath79: replace ath724x to ar724xGabor Juhos2012-05-155-43/+43
| | | | | * | | MIPS: ath79: rename pci-ath724x.c to make it reflect the real SoC nameGabor Juhos2012-05-152-1/+1
| | | | | * | | MIPS: ath79: add a common PCI registration functionGabor Juhos2012-05-154-2/+17
| | | | | * | | MIPS: ath79: make ath724x_pcibios_init visible for external codeGabor Juhos2012-05-152-1/+22
| | | | | * | | MIPS: ath79: rename pci-ath724x.hGabor Juhos2012-05-153-2/+2
| | | | | * | | MIPS: ath79: separate common PCI codeGabor Juhos2012-05-153-34/+47
| | | | | * | | MIPS: ath79: Use kmemdup rather than duplicating its implementationThomas Meyer2012-05-152-6/+2
| | | | | |/ /
| | | | * | | MIPS: Don't use module.h just to export symbols in asm/uasm.hPaul Gortmaker2012-05-151-1/+1
| | | | * | | MIPS: Delete bogus module.h usage in termios.hPaul Gortmaker2012-05-152-1/+2
| | | | * | | MIPS: Fix several implicit uses of export.h/module.hPaul Gortmaker2012-05-156-0/+6
| | | | |/ /
| | | * | | MIPS: Cavium: Remove smp_reserve_lock.Ralf Baechle2012-05-171-6/+0
| | | * | | MIPS: Move cache setup to setup_arch().David Daney2012-05-164-6/+10
| | | * | | MIPS: Use board_cache_error_setup for r4k cache error handler setup.David Daney2012-05-161-4/+10