aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/philips (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-11[MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle1-16/+16
2007-10-11[MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle1-2/+2
2007-10-11[MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2-6/+4
2007-10-11[MIPS] ARC: Get rid of mips_machgroupRalf Baechle2-2/+0
2007-08-27[MIPS] Remove unused pnx8550 KconfigYoichi Yuasa1-1/+0
2007-07-31[MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle1-0/+2
2007-07-10[MIPS] PNX8550: Cleanup proc code.Robert P. J. Day1-13/+17
2007-07-10[MIPS] PNX: Fix modpost warnings.Ralf Baechle1-1/+1
2007-03-19[MIPS] Misc fixes for plat_irq_dispatch functionsThiemo Seufer1-4/+3
2007-03-13[MIPS] Viper2: Remove defective support.Ralf Baechle1-13/+1
2007-03-04[MIPS] Fix and cleanup the mess that a dozen prom_printf variants are.Ralf Baechle2-7/+4
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-6/+1
2007-02-06[MIPS] use name instead of typename for each irq_chipAtsushi Nemoto1-1/+1
2007-02-06[MIPS] prom_free_prom_memory cleanupAtsushi Nemoto1-2/+1
2007-01-10[MIPS] PNX8550: Fix system timer initializationAtsushi Nemoto1-0/+1
2007-01-08[MIPS] PNX8550: Fix system timer supportVitaly Wool1-7/+37
2006-12-09[PATCH] add STB810 support (Philips PNX8550-based)Vitaly Wool6-18/+135
2006-12-06[MIPS] Compile __do_IRQ() when really neededFranck Bui-Huu1-8/+0
2006-11-30[MIPS] use generic_handle_irq, handle_level_irq, handle_percpu_irqAtsushi Nemoto1-5/+7
2006-11-30[MIPS] IRQ cleanupsAtsushi Nemoto1-54/+12
2006-10-31[MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto1-2/+2
2006-10-08[MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle1-17/+15
2006-10-04[MIPS] PNX8550 fixupsVitaly Wool4-16/+12
2006-07-13[MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2-12/+1
2006-07-13[MIPS] Nuke redeclarations of board_time_init.Ralf Baechle1-1/+0
2006-07-13[MIPS] Nuke redeclarations of board_timer_setup.Ralf Baechle1-1/+1
2006-07-13[MIPS] Eleminate interrupt migration helper use.Ralf Baechle1-1/+1
2006-07-02[PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel2-2/+0
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipIngo Molnar1-5/+5
2006-06-19[MIPS] Cleanup memory managment initialization.Ralf Baechle1-1/+1
2006-06-19[MIPS] C99-ify struct resource initialization.Ralf Baechle2-12/+29
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle3-85/+17
2006-04-19[MIPS] PNX8550 build fix.Ralf Baechle1-0/+1
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle1-1/+2
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-4/+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-2/+2
2006-02-05[SERIAL] uart_port iotype member should use UPIO_*Russell King1-2/+2
2005-10-29Philips PNX8550 support: MIPS32-like core with 2 Trimedias on it.Pete Popov16-0/+1490