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