aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/sgi-ip32
AgeCommit message (Expand)AuthorFilesLines
2024-01-22MIPS: sgi-ip32: Fix missing prototypesThomas Bogendoerfer7-8/+27
2021-11-09MIPS: Allow modules to set board_be_handlerFlorian Fainelli1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-02-23arch: mips: update references to current linux-mips listLukas Bulwahn1-1/+1
2021-01-07MIPS: Remove empty prom_free_prom_memory functionsThomas Bogendoerfer1-5/+0
2020-10-16Merge tag 'mips_5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...Linus Torvalds2-3/+2
2020-10-12MIPS: replace add_memory_region with memblockThomas Bogendoerfer1-1/+2
2020-09-11dma-direct: rename and cleanup __phys_to_dmaChristoph Hellwig1-1/+1
2020-09-11dma-direct: remove __dma_to_physChristoph Hellwig1-1/+1
2020-08-26MIPS: SGI-IP32: No need to include mc14818*.hThomas Bogendoerfer1-2/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport1-1/+0
2020-05-13MIPS: Only include the platform file neededThomas Bogendoerfer1-1/+0
2020-03-05MIPS: Replace setup_irq() by request_irq()afzal mohammed1-12/+6
2019-10-16rtc: ds1685: add indirect access method and remove plat_read/plat_writeThomas Bogendoerfer1-1/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2018-06-24MIPS: IP32: use generic dma noncoherent opsChristoph Hellwig2-1/+38
2017-11-02mips: ip22/32: Convert timers to use timer_setup()Kees Cook1-11/+10
2017-03-08MIPS: Add missing include filesArnd Bergmann2-0/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2-0/+2
2017-02-14MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2017-01-25MIPS: Avoid old-style declarationArnd Bergmann1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2015-05-13MIPS: IP32: Fix build errors in reset code in DS1685 platform hook.Joshua Kinard1-2/+2
2015-04-17Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-5/+0
2015-04-17mips: ip32: add platform data hooks to use DS1685 driverJoshua Kinard2-99/+78
2015-04-01MIPS: IP32: ip32-platform is not a module.Ralf Baechle1-5/+0
2015-01-13MIPS: IP32: Use __noreturn instead of open coded attributes in declarations.Ralf Baechle1-3/+4
2013-02-01MIPS: Whitespace cleanup.Ralf Baechle1-4/+4
2012-03-28Disintegrate asm/system.h for MIPSDavid Howells2-2/+0
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-2/+0
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-16/+24
2011-03-25MIPS: IP32: Convert to new irq_chip functionsThomas Gleixner1-92/+42
2010-08-05MIPS: IP32: Migrate to new platform makefile style.Ralf Baechle2-2/+11
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-1/+0
2010-02-27MIPS: Cleanup switches with cases that can be mergedRoel Kluin1-8/+1
2009-12-17MIPS: Move several variables from .bss to .init.dataDmitri Vorobiev1-1/+1
2009-05-22MIPS: IP32: Remove unnecessary if not even harmful volatile keywords.Ralf Baechle1-3/+3
2009-05-22MIPS: IP32: Fix build error due to uninitialized variable.Ralf Baechle1-0/+1
2009-05-20MIPS: IP32: Fix hang on shutdown in power button interrupt handler.Andrew Randrianasulu1-1/+1
2009-05-14MIPS: IP32: Fix needlessly global symbols in arch/mips/sgi-ip32/ip32-irq.cDmitri Vorobiev1-2/+2
2009-05-14MIPS: IP32: ip32_be_handler symbol is needlessly defined globalDmitri Vorobiev1-1/+1
2009-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumaskLinus Torvalds1-2/+0
2009-03-30MIPS: Enable GENERIC_HARDIRQS_NO__DO_IRQ for all platformsRalf Baechle1-18/+45
2009-03-30MIPS: Stop using <asm-generic/int-l64.h>.Ralf Baechle1-1/+1
2009-03-30cpumask: remove references to struct irqaction's mask field.Rusty Russell1-2/+0
2008-10-15MIPS: IP32: Add platform device for CMOS RTC; remove dead codeThomas Bogendoerfer2-5/+16
2008-07-20[MIPS] IP32: Use common SGI button driverThomas Bogendoerfer1-12/+1
2008-07-15[MIPS] IP32: Add platform devices for audio and volume buttonThomas Bogendoerfer1-0/+36
2008-07-03[MIPS] IP32: Fix unexpected irq 71Thomas Bogendoerfer1-0/+5
2008-04-28[MIPS] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-07[MIPS] Fix IP32 breakageThomas Bogendoerfer2-12/+9
2007-11-26[MIPS] IP32: More interrupt renumbering fixes.Ralf Baechle1-10/+14
2007-11-02[MIPS] IP32: Fix address of 2nd serial interface.Ralf Baechle1-1/+1
2007-10-29[MIPS] IP32: Fixes after interrupt renumbering.Ralf Baechle1-51/+77
2007-10-18[MIPS] IP32: Retire use of plat_timer_setup.Ralf Baechle1-6/+0
2007-10-16[MIPS] IP32: Fix build by conversion to irq_cpu.c.Ralf Baechle2-90/+74
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle3-18/+18
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle1-1/+1
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle1-6/+6
2007-10-11[MIPS] cleanup struct irqaction initializersThomas Gleixner1-4/+12
2007-09-27[MIPS] IP32: Fix initialization of UART base addresses.Ralf Baechle1-2/+2
2007-07-31[MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle1-0/+2
2007-07-31[MIPS] IP32: Don't ignore request_irq's return value.Ralf Baechle1-1/+2
2007-07-10[MIPS] Put an end to <asm/serial.h>'s long and annyoing existenceRalf Baechle2-36/+52
2007-05-24meth driver renovationRalf Baechle2-1/+21
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 Nemoto1-5/+5
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto1-2/+1
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-113/+20
2006-10-19[MIPS] A few more pt_regs fixups.Ralf Baechle1-1/+1
2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle1-1/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2-29/+25
2006-10-02[PATCH] replace cad_pid by a struct pidCedric Le Goater1-1/+1
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle1-2/+2
2006-07-13[MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement.Thiemo Seufer1-4/+4
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-6/+6
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-1/+1
2006-06-26fix paniced->panicked typosLee Revell1-6/+6
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-1/+1
2006-06-06[MIPS] IP32: Fix warnings.Ralf Baechle1-2/+2
2006-04-27[MIPS] Use __ffs() instead of ffs() in ip32_irq0().Atsushi Nemoto1-3/+4
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle3-96/+25
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-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle1-1/+1
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds1-9/+4
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle1-1/+2
2006-02-05[SERIAL] uart_port flags member should use UPF_*Russell King1-9/+4
2005-11-17[MIPS] IP32: Fix sparse warnings.Arnaud Giersch1-2/+2
2005-11-17[MIPS] IP32: Export mace symbol.Arnaud Giersch1-0/+3
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-40/+35
2005-10-29O2 doesn't have _that_ much RAM.Thiemo Seufer1-2/+2
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 Baechle1-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds8-0/+1234