aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sni
AgeCommit message (Expand)AuthorFilesLines
2013-09-18MIPS: Cleanup CP0 PRId and CP1 FPIR register access masksGravatar Maciej W. Rozycki 1-1/+2
2013-07-31serial: sccnxp: Using CLK API for getting UART clockGravatar Alexander Shiyan 1-1/+0
2013-06-25MIPS: SNI: pcit: Fix build error with CONFIG_PCI=n disabled.Gravatar Ralf Baechle 1-7/+9
2013-06-25MIPS: SNI: pcimt: Guard sni_controller with CONFIG_PCIGravatar Markos Chandras 1-0/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 8-117/+117
2013-02-01MIPS: Whitespace cleanup.Gravatar Ralf Baechle 8-117/+117
2013-01-15serial: sccnxp: Rename header file to match functionalityGravatar Alexander Shiyan 1-1/+1
2013-01-03MIPS: drivers: remove __dev* attributes.Gravatar Greg Kroah-Hartman 1-1/+1
2012-12-13MIPS: Kconfig: Rename several firmware related config symbols.Gravatar Ralf Baechle 1-4/+4
2012-10-11MIPS: SNI: Switch RM400 serial to SCCNXP driverGravatar Thomas Bogendoerfer 1-24/+3
2012-09-05serial: Add note about migration to driver SCCNXPGravatar Alexander Shiyan 1-0/+32
2012-05-29Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusGravatar Linus Torvalds 1-0/+1
2012-05-15MIPS: Fix several implicit uses of export.h/module.hGravatar Paul Gortmaker 1-0/+1
2012-04-08Merge branch 'master' into for-nextGravatar Jiri Kosina 1-1/+0
2012-04-05mips: Fix printk typos in arc/mipsGravatar Masanari Iida 1-1/+1
2012-03-28Disintegrate asm/system.h for MIPSGravatar David Howells 1-1/+0
2011-12-07MIPS: irq: Remove IRQF_DISABLEDGravatar Yong Zhang 2-2/+2
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADGravatar Wu Zhangjin 1-0/+1
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesGravatar Ralf Baechle 1-1/+1
2011-05-10MIPS: SNI: Fix GCC 4.6.0 build errorGravatar Ralf Baechle 1-2/+2
2011-03-29MIPS: Convert the irq functions to the new namesGravatar Thomas Gleixner 4-6/+6
2011-03-25MIPS: SNI: Convert to new irq_chip functionsGravatar Thomas Gleixner 4-74/+33
2010-10-07MIPS: Add missing #inclusions of <linux/irq.h>Gravatar David Howells 5-0/+5
2010-08-05MIPS: SNI: Migrate to new platform makefile style.Gravatar Ralf Baechle 2-2/+11
2010-02-27MIPS: SNI: Convert sni_rm200_i8259A_lock to raw spinlock.Gravatar Ralf Baechle 1-11/+11
2010-02-27MIPS: Make various locks static.Gravatar Ralf Baechle 1-1/+1
2010-02-10MIPS: SNI: Correct NULL testGravatar Julia Lawall 1-1/+1
2009-12-17MIPS: Move several variables from .bss to .init.dataGravatar Dmitri Vorobiev 1-1/+1
2009-12-17MIPS: Fixup last users of irq_chip->typename Gravatar Thomas Gleixner 4-4/+4
2009-11-02MIPS: Add IRQF_TIMER flag for timer interruptsGravatar Wu Zhangjin 1-1/+1
2009-08-15timekeeping: Increase granularity of read_persistent_clock()Gravatar Martin Schwidefsky 1-2/+3
2009-06-24MIPS: Build fix - include <linux/smp.h> into all smp_processor_id() users.Gravatar Ralf Baechle 1-0/+1
2009-06-15mips: remove driver_data direct access of struct deviceGravatar Greg Kroah-Hartman 1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskGravatar Linus Torvalds 1-1/+2
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsGravatar Ralf Baechle 4-5/+5
2009-03-30cpumask: remove references to struct irqaction's mask field.Gravatar Rusty Russell 1-1/+2
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Gravatar Rusty Russell 1-1/+1
2008-07-15[MIPS] Remove obsolete isa_slot_offsetGravatar Maciej W. Rozycki 1-1/+0
2008-01-29[MIPS] RM: Collected changesGravatar Thomas Bogendoerfer 8-270/+520
2008-01-29[MIPS] Cleanup pcspeaker platform device registration.Gravatar Ralf Baechle 1-0/+7
2007-11-15[MIPS] SNI: s/achknowledge/acknowledge/Gravatar Maciej W. Rozycki 1-1/+1
2007-11-02[MIPS] SNI: register a02r clockevent; don't use PIT timerGravatar Thomas Bogendoerfer 1-3/+2
2007-10-29[MIPS] SNI: Convert a20r timer to clockevent device.Gravatar Ralf Baechle 1-16/+64
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Gravatar Robert P. J. Day 1-1/+1
2007-10-19[MIPS] Kill duplicated setup_irq() for cp0 timerGravatar Atsushi Nemoto 1-18/+0
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Gravatar Ralf Baechle 2-2/+2
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 7-37/+37
2007-10-11[MIPS] i8253 PIT clocksource and clockevent driversGravatar Ralf Baechle 1-0/+3
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Gravatar Ralf Baechle 4-4/+7
2007-10-11[MIPS] Move ARC code into arch/mips/fw/arcGravatar Aurelien Jarno 1-1/+1