aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/loongson (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-01MIPS: Loongson 2: Sort out clock managment.Ralf Baechle3-1/+147
2011-12-07MIPS: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-10-31mips: fix implicit smp.h usage in various files.Paul Gortmaker1-0/+1
2011-09-21MIPS: Loongson: Mark cascade interrupts IRQF_NO_THREADWu Zhangjin2-1/+3
2011-07-25MIPS: Remove pointless return statement from empty void functions.Ralf Baechle1-2/+0
2011-05-19Merge branch 'timers-clocksource-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-4/+1
2011-05-14Merge branch 'consolidate-clksrc-i8253' of master.kernel.org:~rmk/linux-2.6-arm into timers/clocksourceThomas Gleixner4-17/+15
2011-05-10MIPS: Loongson: Fix GCC 2.6.0 build error.Ralf Baechle1-2/+3
2011-03-29MIPS: Convert the irq functions to the new namesThomas Gleixner1-1/+2
2011-03-25MIPS: Loongson: Convert to new irq_chip functionsThomas Gleixner1-9/+7
2011-03-14MIPS: Fix always CONFIG_LOONGSON_UART_BASE=yYoichi Yuasa1-1/+4
2011-03-14MIPS: Loongson: Fix potentially wrong string handlingStefan Weil1-1/+2
2011-03-14MIPS: Loongson: Remove ad-hoc cmdline defaultRobert Millan1-5/+0
2011-02-21mips: convert to clocksource_register_hz/khzJohn Stultz1-4/+1
2010-12-22Merge branch 'master' into for-nextJiri Kosina1-2/+2
2010-12-16MIPS: Loongson: Add return value check for strict_strtoul()Wu Zhangjin1-2/+2
2010-11-16suspend: constify platform_suspend_opsLionel Debroux1-1/+1
2010-10-29MIPS: Kconfig cleanupThomas Gleixner1-2/+0
2010-08-05MIPS: Loongson: Remove unused macro LOONGSON_PERFCNT_IRQWu Zhangjin1-1/+0
2010-08-05MIPS: Loongson: Oprofile: add a new do_perfcnt_IRQ()Wu Zhangjin2-4/+2
2010-08-05MIPS: Loongson: Remove set_irq_trigger_mode()Wu Zhangjin3-17/+8
2010-08-05MIPS: Loongson: irq.c: Misc cleanupsShinya Kuribayashi1-7/+4
2010-08-05MIPS: Loongson: Migrate makefile to new Platform fileWu Zhangjin3-4/+32
2010-07-05MIPS: Loongson: Define rtc device on MC146818-equipped systemsArnaud Patard3-0/+50
2010-07-05MIPS: Loongson: CS5536: Fix ISA supportWu Zhangjin1-2/+2
2010-07-05MIPS: Loongson: Add a missing break statement in CS5536 IDE codeWu Zhangjin1-0/+1
2010-07-05MIPS: Loongson: CS5536: Add missing RDMSRs for IDE and USBWu Zhangjin3-1/+17
2010-05-21MIPS: Loongson 2F: Add gpio/gpioilb supportArnaud Patard2-0/+140
2010-04-30MIPS: Loongson 2F: Fix of problems introduced by -mfix-loongson2f-jumpWu Zhangjin1-1/+19
2010-04-30MIPS: oprofile: Fix breakage when CONFIG_OPROFILE=mWu Zhangjin1-1/+1
2010-04-30MIPS: Loongson: Fix phys_mem_access_prot() checkArnaud Patard1-1/+1
2010-04-30MIPS: Loongson: Fix find_vga_mem_init()Richard LIU1-1/+1
2010-04-30MIPS: Loongson: Fix typo in gdium mach type string.Arnaud Patard1-1/+1
2010-04-30MIPS: Fixup screen_info struct initializationsSebastian Andrzej Siewior1-9/+6
2010-02-27MIPS: Lemote 2F: Move printks out of port_access_lock.Ralf Baechle1-2/+2
2010-02-27MIPS: i8259: Convert IRQ controller lock to raw spinlock.Ralf Baechle1-2/+2
2010-02-27MIPS: Loongson: Cleanup the halt and poweroff actionWu Zhangjin1-2/+11
2010-02-27MIPS: Loongson: Change the Email address of Wu ZhangjinWu Zhangjin22-25/+25
2010-02-27MIPS: Loongson: Fixup mem.c indentationWu Zhangjin1-3/+4
2010-02-27MIPS: Loongson: Cleanup of the environment variablesWu Zhangjin1-4/+21
2010-02-27MIPS: Loongson: Move prom_argc and prom_argv into prom_init_cmdline()Wu Zhangjin1-4/+3
2010-02-27MIPS: Loongson: Convert loongson_halt() to use unreachable()Wu Zhangjin1-3/+2
2010-02-27MIPS: Loongson: Lemote-2F: Get the machine type from PMON_VERWu Zhangjin3-3/+54
2009-12-17MIPS: Loongson: Cleanups of serial port supportWu Zhangjin5-23/+40
2009-12-17MIPS: Lemote 2F: Suspend CS5536 MFGPT TimerWu Zhangjin1-0/+11
2009-12-17MIPS: Yeeloong 2F: Cleanup reset logic using the new ec_write functionWu Zhangjin1-19/+2
2009-12-17MIPS: Yeeloong 2F: Add LID open event as the wakeup eventWu Zhangjin2-4/+71
2009-12-17MIPS: Yeeloong 2F: Add basic EC operationsWu Zhangjin3-1/+319
2009-12-17MIPS: Loongson 2F: Add CPU frequency scaling supportWu Zhangjin4-3/+37
2009-12-17MIPS: Lemote 2F: Add cs5536 MFGPT timer supportWu Zhangjin4-0/+236