| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-01-29 | 3 | -224/+60 |
|\ |
|
| * | [MIPS] TXx9 watchdog support for rbhma3100,rbhma4200,rbhma4500 | Atsushi Nemoto | 2008-01-29 | 1 | -0/+55 |
| * | [MIPS] cleanup tx39/tx49 setup code | Atsushi Nemoto | 2008-01-29 | 3 | -224/+5 |
* | | Remove references to "make dep" | Adrian Bunk | 2008-01-28 | 1 | -4/+0 |
|/ |
|
* | [MIPS] txx9tmr clockevent/clocksource driver | Atsushi Nemoto | 2007-10-29 | 1 | -8/+9 |
* | [MIPS] Kill duplicated setup_irq() for cp0 timer | Atsushi Nemoto | 2007-10-19 | 2 | -26/+0 |
* | rtc: make rtc-ds1742 driver hotplug-aware | Atsushi Nemoto | 2007-10-16 | 1 | -1/+1 |
* | [MIPS] checkfiles: Fix "need space after that ','" errors. | Ralf Baechle | 2007-10-11 | 2 | -3/+3 |
* | [MIPS] Deforest the function pointer jungle in the time code. | Ralf Baechle | 2007-10-11 | 1 | -8/+1 |
* | [MIPS] ARC: Get rid of mips_machgroup | Ralf Baechle | 2007-10-11 | 1 | -2/+0 |
* | [MIPS] tx4927: Cleanup unused macros and non-standard IO accessors. | Atsushi Nemoto | 2007-10-11 | 5 | -41/+36 |
* | [MIPS] cleanup struct irqaction initializers | Thomas Gleixner | 2007-10-11 | 1 | -4/+6 |
* | [MIPS] Use -Werror on TX39/TX49 boards | Atsushi Nemoto | 2007-08-27 | 2 | -0/+4 |
* | [MIPS] Cleanup TX39/TX49 irq code | Atsushi Nemoto | 2007-08-27 | 3 | -556/+21 |
* | [MIPS] rbtx4927: Fix some gcc warnings and a section mismatch. | Atsushi Nemoto | 2007-07-31 | 2 | -56/+6 |
* | [MIPS] rbtx4927: Fix -Werror-implicit-function-declaration build error. | Atsushi Nemoto | 2007-07-31 | 1 | -0/+3 |
* | [MIPS] Make resources for ds1742 "static __initdata" | Atsushi Nemoto | 2007-07-24 | 1 | -1/+1 |
* | [MIPS] Kill CONFIG_TX4927BUG_WORKAROUND | Atsushi Nemoto | 2007-07-13 | 1 | -19/+0 |
* | ne: MIPS: Use platform_driver for ne on RBTX49XX | Atsushi Nemoto | 2007-05-08 | 1 | -0/+19 |
* | [MIPS] Misc fixes for plat_irq_dispatch functions | Thiemo Seufer | 2007-03-19 | 1 | -1/+1 |
* | [MIPS] No need to write c0_compare in plat_timer_setup | Atsushi Nemoto | 2007-03-04 | 1 | -10/+0 |
* | [MIPS] Convert to RTC-class ds1742 driver | Atsushi Nemoto | 2007-03-04 | 2 | -64/+15 |
* | [MIPS] Kill redundant EXTRA_AFLAGS | Atsushi Nemoto | 2007-02-26 | 1 | -2/+0 |
* | [MIPS] RBTX49x7: declare prom_getcmdline() | Sergei Shtylyov | 2007-02-10 | 1 | -0/+2 |
* | [MIPS] use name instead of typename for each irq_chip | Atsushi Nemoto | 2007-02-06 | 2 | -8/+8 |
* | [MIPS] prom_free_prom_memory cleanup | Atsushi Nemoto | 2007-02-06 | 1 | -2/+1 |
* | [MIPS] Add GENERIC_HARDIRQS_NO__DO_IRQ for i8259 users | Atsushi Nemoto | 2006-12-09 | 1 | -25/+2 |
* | [MIPS] Compile __do_IRQ() when really needed | Franck Bui-Huu | 2006-12-06 | 2 | -47/+0 |
* | [MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irq | Atsushi Nemoto | 2006-11-30 | 2 | -3/+6 |
* | [MIPS] IRQ cleanups | Atsushi Nemoto | 2006-11-30 | 2 | -322/+23 |
* | [MIPS] Add missing file for support of backplane on TX4927 based board | Manish Lachwani | 2006-10-31 | 1 | -0/+172 |
* | [MIPS] TX4927: Remove indent error message that somehow ended in the code. | Ralf Baechle | 2006-10-31 | 1 | -2/+0 |
* | [MIPS] Fix build errors related to wbflush.h on tx4927/tx4938. | Atsushi Nemoto | 2006-10-09 | 2 | -10/+1 |
* | [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions. | Ralf Baechle | 2006-10-09 | 2 | -2/+0 |
* | [MIPS] Complete fixes after removal of pt_regs argument to int handlers. | Ralf Baechle | 2006-10-08 | 2 | -10/+10 |
* | [MIPS] Replace board_timer_setup function pointer by plat_timer_setup. | Ralf Baechle | 2006-07-13 | 1 | -3/+1 |
* | [MIPS] Eleminate interrupt migration helper use. | Ralf Baechle | 2006-07-13 | 2 | -4/+4 |
* | [PATCH] irq-flags: MIPS: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -1/+1 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 4 | -4/+0 |
* | [PATCH] genirq: rename desc->handler to desc->chip | Ingo Molnar | 2006-06-29 | 2 | -9/+9 |
* | [MIPS] Cleanup memory managment initialization. | Ralf Baechle | 2006-06-19 | 1 | -1/+1 |
* | [MIPS] Rewrite all the assembler interrupt handlers to C. | Ralf Baechle | 2006-04-19 | 3 | -112/+24 |
* | [MIPS] Rewrite spurious_interrupt from assembler to C. | Ralf Baechle | 2006-04-19 | 1 | -1/+2 |
* | [PATCH] mips: fixed collision of rtc function name | Yoichi Yuasa | 2006-03-27 | 1 | -2/+2 |
* | [MIPS] War on whitespace: cleanup initial spaces followed by tabs. | Ralf Baechle | 2006-03-21 | 1 | -2/+2 |
* | [MIPS] TX49x7: Fix reporting of the CPU name and PCI clock | Sergei Shtylylov | 2006-02-07 | 2 | -49/+97 |
* | [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again. | Ralf Baechle | 2006-02-07 | 1 | -1/+3 |
* | Sliceup Kconfig; it's grown too large. | Ralf Baechle | 2005-10-29 | 1 | -0/+3 |
* | Conversion to plat_setup() for TX4927 also. | Ralf Baechle | 2005-10-29 | 1 | -1/+1 |
* | Use new txx9 serial driver. | Ralf Baechle | 2005-10-29 | 1 | -0/+23 |