aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip22
AgeCommit message (Expand)AuthorFilesLines
2024-02-20mips: sgi-ip22: make gio_bus_type constRicardo B. Marliere1-2/+2
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-2/+2
2022-07-05mips: sgi-ip22: Drop redundant check from .remove()Uwe Kleine-König1-1/+1
2022-05-04mips: ip22: Reword PANICED to PANICKED and remove useless headerGuilherme G. Piccoli1-6/+5
2022-03-30mips: sgi-ip22: add a check for the return of kzalloc()Xiaoke Wang1-0/+2
2021-12-14MIPS: SGI-IP22: Remove unnecessary check of GCC optionTiezhu Yang1-5/+0
2021-11-09MIPS: Allow modules to set board_be_handlerFlorian Fainelli2-2/+2
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-2/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed2-42/+17
2020-01-13MIPS: ip22-gio: Make gio_match_device() staticGeert Uytterhoeven1-3/+3
2019-10-09MIPS: SGI-IP22/28: Use PROM for memory detectionThomas Bogendoerfer1-54/+20
2019-08-23MIPS: ip22: Drop addr_is_ramJiaxun Yang1-18/+2
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman2-2/+2
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-13MIPS: SGI-IP22: provide missing dma_mask/coherent_dma_maskThomas Bogendoerfer1-0/+13
2018-08-31MIPS: Remove no-op/identity castsPaul Burton1-1/+1
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-14/+12
2017-11-02mips: ip22/32: Convert timers to use timer_setup()Kees Cook1-14/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman9-0/+9
2017-06-09mips: sgi-ip22: ecard: use dev_groups and not dev_attrs for bus_typeGreg Kroah-Hartman1-6/+10
2017-03-08MIPS: Add missing include filesArnd Bergmann1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-2/+2
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker5-5/+4
2017-01-25MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-08rtc: ds1286: move header to linux/rtcAlexandre Belloni1-1/+1
2015-02-20MIPS: ip22-gio: Remove legacy suspend/resume supportLars-Peter Clausen1-24/+0
2014-11-24MIPS: Remove useless parenthesesRalf Baechle2-7/+5
2014-07-30MIPS: IP22: Add missing put_device callLevente Kurusa1-1/+9
2014-06-04MIPS: IP22/IP28: Improve GIO supportThomas Bogendoerfer2-15/+34
2014-03-04mips: Use the core irq stats functionThomas Gleixner2-2/+2
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle8-76/+76
2012-12-13MIPS: IP22/IP28: Fix build of EISA code.Ralf Baechle1-5/+3
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells3-3/+0
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-5/+5
2011-12-07MIPS: GIO bus support for SGI IP22/28Thomas Bogendoerfer4-27/+434
2011-09-21MIPS: Mark cascade and low level interrupts IRQF_NO_THREADWu Zhangjin1-5/+5
2011-06-09i8253: Create linux/i8253.h and use it in all 8253 related filesRalf Baechle1-1/+1
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-4/+4
2011-05-10MIPS: IP22: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-05-10MIPS: IP22: Fix GCC 4.6.0 build errorRalf Baechle1-2/+2
2011-04-26Merge branch 'master' into for-nextJiri Kosina1-35/+27
2011-04-06update David Miller's old email addressJustin P. Mattock4-4/+4
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+1
2011-03-25MIPS: IP22/IP28: Convert to new irq_chip functionsThomas Gleixner1-34/+26
2010-08-05MIPS: IP22, IP28: Migrate to new platform makefile style.Ralf Baechle2-2/+34
2010-04-30MIPS: die() does not call die notifier chainYury Polyanskiy2-2/+2
2009-12-17MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev2-3/+3
2009-12-17MIPS: Tracing: Add IRQENTRY_EXIT section for MIPSWu Zhangjin2-2/+4
2009-09-17MIPS: IP22, IP28: Build with -WerrorRalf Baechle1-1/+1
2009-05-20MIPS: IP22: Fix hang in power button interrupt handlerRalf Baechle1-1/+1
2009-01-15irq: update all arches for new irq_desc, fixMike Travis2-2/+2
2008-10-27MIPS: IP22: ip22-int.c header file weeding.Ralf Baechle1-9/+0
2008-10-27MIPS: IP22: Small cleanupsDmitri Vorobiev1-4/+4
2008-10-15MIPS: IP22/28: Switch over to RTC class driverThomas Bogendoerfer3-65/+15
2008-09-08[MIPS] IP22: Fix detection of second HPC3 on Challenge SThomas Bogendoerfer1-1/+1
2008-07-30[MIPS] kgdb: Remove existing implementationJason Wessel1-25/+0
2008-07-20[MIPS] mips/sgi-ip22/ip28-berr.c: fix the buildAdrian Bunk1-2/+2
2008-07-20[MIPS] IP22: Use common SGI button driverThomas Bogendoerfer1-2/+1
2008-07-15[MIPS] IP22: Add platform device for Indy volume buttonsThomas Bogendoerfer2-49/+13
2008-07-15[MIPS] IP22/28: Add platform devices for HAL2Thomas Bogendoerfer1-0/+7
2008-07-15[MIPS] IP28: switch to "normal" mode after PROM no longer neededThomas Bogendoerfer1-0/+26
2008-07-15[MIPS] Use kernel-supplied ARRAY_SIZE() macro.Robert P. J. Day1-2/+2
2008-01-29[MIPS] IP28 supportThomas Bogendoerfer3-3/+511
2007-11-29IP22ZILOG: fix lockup and sysrqThomas Bogendoerfer1-19/+0
2007-11-26[MIPS] IP22: Fix broken eeprom access by using __raw_readl/__raw_writelThomas Bogendoerfer1-19/+21
2007-11-26[MIPS] IP22: Fix broken EISA interrupt setup by switching to generic i8259Thomas Bogendoerfer1-132/+2
2007-10-17[MIPS] IP22: Fix hang due to messing with timer interrupt handlerThomas Bogendoerfer1-9/+0
2007-10-16[MIPS] IP22: Enable -Werror.Ralf Baechle1-0/+2
2007-10-16[MIPS] IP22: Complain if requesting the front panel irq failed.Ralf Baechle1-1/+8
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2-2/+2
2007-10-11[MIPS] i8253 PIT clocksource and clockevent driversRalf Baechle1-0/+4
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-1/+1
2007-10-11[MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2-13/+2
2007-10-11[MIPS] Switch from to_tm to rtc_time_to_tmRalf Baechle1-3/+3
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2-14/+3
2007-09-11[MIPS] IP22: fix wrong argument orderThomas Bogendoerfer1-2/+2
2007-09-11[MIPS] IP22: Fix wrong check for second HPCThomas Bogendoerfer1-2/+2
2007-08-27[MIPS] IP22: Export sgi_gfxaddr for use by the Newport console driver.Ralf Baechle1-0/+1
2007-08-27[MIPS] IP22: Fix modpost warning.Ralf Baechle1-1/+1
2007-07-10[MIPS] Transform old-style macros to newer "__noreturn"Robert P. J. Day1-3/+3
2007-05-11Convert SGI IP22 and specific drivers to platform_device.Ralf Baechle2-1/+178
2007-04-27[MIPS] IP22: Get rid of volatile in IP22 core code.Ralf Baechle2-19/+19
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer1-1/+1
2007-02-26[MIPS] Kill redundant EXTRA_AFLAGSAtsushi Nemoto1-2/+0
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2-6/+6
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto1-2/+1
2007-02-06[MIPS] Define MIPS_CPU_IRQ_BASE in generic headerAtsushi Nemoto1-3/+2
2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu1-28/+0
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto1-1/+1
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto2-117/+25
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle4-24/+23
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells2-2/+4
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater1-1/+2
2006-07-13[MIPS] IP22 Fix brown paper bag in RTC code.Julien BLACHE1-1/+1
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle1-3/+2
2006-07-13[MIPS] Remove redeclarations of setup_irq().Ralf Baechle1-2/+1
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle2-7/+7
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-5/+5
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel3-3/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2-3/+3
2006-06-26fix paniced->panicked typosLee Revell1-1/+1
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-1/+1
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle3-125/+54
2006-03-27[PATCH] mips: fixed collision of rtc function nameYoichi Yuasa1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-1/+1
2006-02-07[MIPS] IP22: Fix serial console detectionRalf Baechle1-2/+8
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle1-2/+3
2006-02-07[MIPS] Get rid of unnecessary prototypes. Fixes and optimizations for HZ > 100.Ralf Baechle1-27/+25
2005-11-07Use rtc_lock to protect RTC operationsAtsushi Nemoto1-0/+6
2005-10-29IP22 EISA support update.Thiemo Seufer1-81/+67
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle1-5/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle6-14/+14
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds11-0/+1956