aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/sgi-ip32
AgeCommit message (Expand)AuthorFilesLines
2008-10-15MIPS: IP32: Add platform device for CMOS RTC; remove dead codeGravatar Thomas Bogendoerfer 2-5/+16
2008-07-20[MIPS] IP32: Use common SGI button driverGravatar Thomas Bogendoerfer 1-12/+1
2008-07-15[MIPS] IP32: Add platform devices for audio and volume buttonGravatar Thomas Bogendoerfer 1-0/+36
2008-07-03[MIPS] IP32: Fix unexpected irq 71Gravatar Thomas Bogendoerfer 1-0/+5
2008-04-28[MIPS] replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-1/+1
2008-01-07[MIPS] Fix IP32 breakageGravatar Thomas Bogendoerfer 2-12/+9
2007-11-26[MIPS] IP32: More interrupt renumbering fixes.Gravatar Ralf Baechle 1-10/+14
2007-11-02[MIPS] IP32: Fix address of 2nd serial interface.Gravatar Ralf Baechle 1-1/+1
2007-10-29[MIPS] IP32: Fixes after interrupt renumbering.Gravatar Ralf Baechle 1-51/+77
2007-10-18[MIPS] IP32: Retire use of plat_timer_setup.Gravatar Ralf Baechle 1-6/+0
2007-10-16[MIPS] IP32: Fix build by conversion to irq_cpu.c.Gravatar Ralf Baechle 2-90/+74
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Gravatar Ralf Baechle 3-18/+18
2007-10-11[MIPS] Implement clockevents for R4000-style cp0 count/compare interruptGravatar Ralf Baechle 1-1/+1
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Gravatar Ralf Baechle 1-6/+6
2007-10-11[MIPS] cleanup struct irqaction initializersGravatar Thomas Gleixner 1-4/+12
2007-09-27[MIPS] IP32: Fix initialization of UART base addresses.Gravatar Ralf Baechle 1-2/+2
2007-07-31[MIPS] Use -Werror on subdirectories which build cleanly.Gravatar Ralf Baechle 1-0/+2
2007-07-31[MIPS] IP32: Don't ignore request_irq's return value.Gravatar Ralf Baechle 1-1/+2
2007-07-10[MIPS] Put an end to <asm/serial.h>'s long and annyoing existenceGravatar Ralf Baechle 2-36/+52
2007-05-24meth driver renovationGravatar Ralf Baechle 2-1/+21
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsGravatar Thiemo Seufer 1-1/+1
2007-02-26[MIPS] Kill redundant EXTRA_AFLAGSGravatar Atsushi Nemoto 1-2/+0
2007-02-06[MIPS] use name instead of typename for each irq_chipGravatar Atsushi Nemoto 1-5/+5
2007-02-06[MIPS] prom_free_prom_memory cleanupGravatar Atsushi Nemoto 1-2/+1
2006-11-30[MIPS] IRQ cleanupsGravatar Atsushi Nemoto 1-113/+20
2006-10-19[MIPS] A few more pt_regs fixups.Gravatar Ralf Baechle 1-1/+1
2006-10-09[MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Gravatar Ralf Baechle 1-1/+0
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Gravatar Ralf Baechle 2-29/+25
2006-10-02[PATCH] replace cad_pid by a struct pidGravatar Cedric Le Goater 1-1/+1
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Gravatar Ralf Baechle 1-2/+2
2006-07-13[MIPS] IP32: Fix wreckage caused by recent SA_* constant replacement.Gravatar Thiemo Seufer 1-4/+4
2006-07-13[MIPS] Eleminate interrupt migration helper use.Gravatar Ralf Baechle 1-6/+6
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsGravatar Thomas Gleixner 1-6/+6
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 1-1/+1
2006-06-26fix paniced->panicked typosGravatar Lee Revell 1-6/+6
2006-06-19[MIPS] Cleanup memory managment initialization.Gravatar Ralf Baechle 1-1/+1
2006-06-06[MIPS] IP32: Fix warnings.Gravatar Ralf Baechle 1-2/+2
2006-04-27[MIPS] Use __ffs() instead of ffs() in ip32_irq0().Gravatar Atsushi Nemoto 1-3/+4
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Gravatar Ralf Baechle 3-96/+25
2006-03-27[PATCH] mips: fixed collision of rtc function nameGravatar Yoichi Yuasa 1-2/+2
2006-03-27[PATCH] Notifier chain update: API changesGravatar Alan Stern 1-1/+1
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Gravatar Ralf Baechle 1-1/+1
2006-02-08Merge master.kernel.org:/home/rmk/linux-2.6-serialGravatar Linus Torvalds 1-9/+4
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Gravatar Ralf Baechle 1-1/+2
2006-02-05[SERIAL] uart_port flags member should use UPF_*Gravatar Russell King 1-9/+4
2005-11-17[MIPS] IP32: Fix sparse warnings.Gravatar Arnaud Giersch 1-2/+2
2005-11-17[MIPS] IP32: Export mace symbol.Gravatar Arnaud Giersch 1-0/+3
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedGravatar Ralf Baechle 1-40/+35
2005-10-29O2 doesn't have _that_ much RAM.Gravatar Thiemo Seufer 1-2/+2