summaryrefslogtreecommitdiffstats
path: root/arch/mips/mips-boards/malta
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] malta_int.c: make 4 variables staticDmitri Vorobiev2008-04-281-4/+4
* [MIPS] make standard_io_resources[] staticDmitri Vorobiev2008-04-281-2/+2
* [MIPS] Add support for MIPS CMP platform.Ralf Baechle2008-04-283-0/+353
* [MIPS] Malta: remaining bits of the board support code cleanupDmitri Vorobiev2008-01-291-38/+42
* [MIPS] Malta: make the helper function staticDmitri Vorobiev2008-01-291-1/+1
* [MIPS] Malta: fix braces at single statement blocksDmitri Vorobiev2008-01-292-3/+3
* [MIPS] Malta, Atlas: move an extern function declaration to the header fileDmitri Vorobiev2008-01-291-4/+0Star
* [MIPS] Malta: Use C89 style for commentsDmitri Vorobiev2008-01-291-2/+2
* [MIPS] Malta: else should follow close brace in malta_int.cDmitri Vorobiev2008-01-291-4/+2Star
* [MIPS] Malta: remove a superfluous commentDmitri Vorobiev2008-01-291-1/+0Star
* [MIPS] Malta: include <linux/cpu.h> instead of <asm/cpu.h>Dmitri Vorobiev2008-01-292-4/+4
* [MIPS] Malta, Atlas, Sead: remove an extern from .c filesDmitri Vorobiev2008-01-291-2/+0Star
* [MIPS] Malta: fix oversized lines in malta_int.cDmitri Vorobiev2008-01-291-6/+16
* [MIPS] Malta: remove a dead function declarationDmitri Vorobiev2008-01-291-1/+0Star
* [MIPS] Malta: use tabs not spacesDmitri Vorobiev2008-01-292-33/+33
* [MIPS] Malta: set up the screen info in a separate functionDmitri Vorobiev2008-01-291-17/+22
* [MIPS] Malta: check the PCI clock frequency in a separate functionDmitri Vorobiev2008-01-291-18/+25
* [MIPS] Malta: use the KERN_ facility level in printk()Dmitri Vorobiev2008-01-291-13/+14
* [MIPS] Malta: use Linux kernel style for structure initializationDmitri Vorobiev2008-01-291-14/+42
* [MIPS] SMP: Call platform methods via ops structure.Ralf Baechle2008-01-291-26/+40
* [MIPS] Malta: Fix reading the PCI clock frequency on big-endianDmitri Vorobiev2008-01-221-1/+1
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-122-2/+2
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-122-22/+22
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-121-4/+0Star
* [MIPS] IRQ Affinity Support for SMTC on Malta PlatformKevin D. Kissell2007-10-121-0/+50
* [MIPS] Malta: Fix off by one bug in interrupt handler.Ralf Baechle2007-09-141-1/+1
* [MIPS] Malta: Include <linux/irq.h for cp0_compare_irq / cp0_perfcount_irq.Ralf Baechle2007-08-271-0/+1
* [MIPS] SMP: Scatter __cpuinit over the code as needed.Ralf Baechle2007-08-271-3/+3
* [MIPS] SMTC: Fix secondary VPE interrupt mask initialization.Ralf Baechle2007-08-271-4/+5
* [MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle2007-07-311-0/+2
* [MIPS] Fix modpost warning.Ralf Baechle2007-07-311-1/+1
* [MIPS] SMTC: Safety net for i8259A interrupts.Kevin D. Kissell2007-07-311-0/+12
* [MIPS] Put an end to <asm/serial.h>'s long and annyoing existenceRalf Baechle2007-07-102-1/+67
* [MIPS] Don't drag a platform specific header into generic arch code.Ralf Baechle2007-06-201-7/+7
* [MIPS] Malta: Fix for SOCitSC based MaltasChris Dearman2007-06-142-30/+16Star
* [MIPS] Atlas, Malta, SEAD: Remove scroll from interrupt handler.Ralf Baechle2007-06-061-0/+6
* [MIPS] MT: Reenable EIC support and add support for SOCit SC.Chris Dearman2007-05-111-8/+13
* [MIPS] Malta: Delete unused prototype of mips_timer_interrupt.Ralf Baechle2007-04-271-2/+0Star
* [MIPS] MIPS Tech: Get rid of volatile in core code.Ralf Baechle2007-04-272-3/+3
* [MIPS] SMTC: De-obscure Malta hooks.Ralf Baechle2007-03-072-27/+6Star
* [MIPS] Use ARRAY_SIZE macro when appropriateAhmed S. Darwish2007-02-061-2/+3
* [MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto2007-02-061-1/+1
* [PATCH] Malta: Fix build if CONFIG_MTD is diabled.Jan Altenberg2007-01-301-1/+2
* [MIPS] Malta: Add missing MTD file.Ralf Baechle2007-01-081-0/+63
* [MIPS] Malta: Resurrect MTD support for onboard flash.Ralf Baechle2006-12-122-40/+1Star
* [MIPS] Fix Bonito bootup message.Ralf Baechle2006-11-281-1/+1
* [MIPS] Malta: Fix uninitialized regs pointer.Ralf Baechle2006-10-191-1/+2
* [MIPS] Malta: Fix build for non-MIPS32/64 configuration.Ralf Baechle2006-10-101-6/+6
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-081-11/+15
* [MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2006-07-131-2/+0Star