aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sni
AgeCommit message (Expand)AuthorFilesLines
2021-10-18MIPS: sni: Fix the buildGravatar Bart Van Assche 1-2/+2
2020-09-16MIPS: SNI: Fix spurious interruptsGravatar Thomas Bogendoerfer 1-2/+7
2020-09-03MIPS: SNI: Fix SCSI interruptGravatar Thomas Bogendoerfer 1-2/+2
2020-05-13MIPS: Only include the platform file neededGravatar Thomas Bogendoerfer 1-1/+0
2020-03-16MIPS: pass non-NULL dev_id on shared request_irq()Gravatar afzal mohammed 3-9/+9
2020-03-05MIPS: Replace setup_irq() by request_irq()Gravatar afzal mohammed 5-33/+22
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 210Gravatar Thomas Gleixner 1-2/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2018-05-14MIPS: sni: Remove the read_persistent_clock()Gravatar Baolin Wang 1-6/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 2-0/+2
2016-06-04char/genrtc: remove asm-generic/rtc.h from mipsGravatar Arnd Bergmann 1-1/+0
2016-05-28MIPS: Spelling fix lets -> let'sGravatar Ralf Baechle 1-1/+1
2015-12-22MIPS: Fix build error due to unused variables.Gravatar Ralf Baechle 1-1/+1
2015-11-27MIPS: Fix delay loops which may be removed by GCC.Gravatar Ralf Baechle 1-2/+4
2015-09-03MIPS: sni: Migrate to new 'set-state' interfaceGravatar Viresh Kumar 1-30/+19
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