summaryrefslogtreecommitdiff
path: root/arch/mips/au1000/common
Commit message (Expand)AuthorAgeFilesLines
* [MIPS] Alchemy: Convert from plat_timer_setup to plat_time_init.Ralf Baechle2007-10-291-1/+1
* [MIPS] Alchemy: micro-optimizatize time code.Ralf Baechle2007-10-291-7/+2
* [MIPS] Alchemy: Nuke homebrew setup_irq(), it's broken and unnecessary.Ralf Baechle2007-10-292-34/+9
* [MIPS] Alchemy: Reformat PM code.Ralf Baechle2007-10-171-3/+4
* [MIPS] Alchemy: Fix build by conversion to irq_cpu.c.Ralf Baechle2007-10-171-119/+132
* [MIPS] Alchemy: Get rid of au1xxx_irq_map_t.Ralf Baechle2007-10-162-4/+4
* [MIPS] Alchemy: Get rid of au_ffs().Ralf Baechle2007-10-162-5/+5
* [MIPS] Alchemy: cleanup interrupt code.Ralf Baechle2007-10-161-341/+313
* add new prom.h for AU1x00Yoichi Yuasa2007-10-152-15/+13
* update AU1000 get_ethernet_addr()Yoichi Yuasa2007-10-151-22/+16
* [MIPS] checkfiles: Fix "need space after that ','" errors.Ralf Baechle2007-10-113-4/+4
* [MIPS] Fix "no space between function name and open parenthesis" warnings.Ralf Baechle2007-10-113-3/+3
* [MIPS] Implement clockevents for R4000-style cp0 count/compare interruptRalf Baechle2007-10-111-1/+1
* [MIPS] Consolidate all variants of MIPS cp0 timer interrupt handlers.Ralf Baechle2007-10-112-43/+1
* [MIPS] Deforest the function pointer jungle in the time code.Ralf Baechle2007-10-112-6/+0
* [MIPS] Alchemy: remove useless prototypes.Ralf Baechle2007-10-111-11/+0
* [MIPS] Au1000: set the PCI controller IO baseFlorian Fainelli2007-10-091-0/+1
* [MIPS] Fix au1xxx_gpio_direction_* return valueYoichi Yuasa2007-08-271-6/+6
* [MIPS] Use -Werror on subdirectories which build cleanly.Ralf Baechle2007-07-311-0/+2
* [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_FB_XPERT98Ralf Baechle2007-07-131-6/+0
* [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_SRC_CLKRalf Baechle2007-07-131-4/+0
* [MIPS] Alchemy: Remove code wrapped by dead symbol CONFIG_AU1000_USE32KRalf Baechle2007-07-131-25/+0
* [MIPS] Hydrogen3: Remove remaining bits of code.Ralf Baechle2007-07-121-3/+0
* [MIPS] Alchemy: Fix modpost warnings.Ralf Baechle2007-07-101-1/+1
* [MIPS] Add generic GPIO to Au1x00Florian Fainelli2007-07-101-43/+81
* [PATCH] sysctl: remove insert_at_head from register_sysctlEric W. Biederman2007-02-141-1/+1
* [PATCH] sysctl: C99 convert the ctl_tables in arch/mips/au1000/common/power.cEric W. Biederman2007-02-141-6/+32
* [PATCH] sysctl: mips/au1000: remove sys_sysctl supportEric W. Biederman2007-02-141-11/+5
* [MIPS] Alchemy: Fix bunch of warningsRalf Baechle2007-02-061-7/+11
* [MIPS] Alchemy: Fix bunch more warnings.Ralf Baechle2007-02-061-8/+11
* [MIPS] use name instead of typename for each irq_chipAtsushi Nemoto2007-02-061-4/+4
* [MIPS] prom_free_prom_memory cleanupAtsushi Nemoto2007-02-061-2/+1
* [MIPS] Alchemy: Fix PCI-memory accessAlexander Bigga2007-01-101-4/+4
* [MIPS] IRQ cleanupsAtsushi Nemoto2006-11-301-41/+22
* [MIPS] Fixup migration to GENERIC_TIMEAtsushi Nemoto2006-10-311-98/+0
* [MIPS] Sort out missuse of __init for prom_getcmdline()Ralf Baechle2006-10-312-2/+2
* [MIPS] Au1000: Fix warning about unused variable.Yoichi Yuasa2006-10-301-1/+0
* [MIPS] Au1xx0 code sets incorrect mips_hpt_frequencySergei Shtylyov2006-10-301-5/+2
* [MIPS] A few more pt_regs fixups.Ralf Baechle2006-10-191-1/+1
* [MIPS] Alchemy: nuke usbdev; it's useless as is ...Ralf Baechle2006-10-092-1553/+0
* IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2006-10-093-3/+3
* [MIPS] Cleanup unnecessary <asm/ptrace.h> inclusions.Ralf Baechle2006-10-091-1/+0
* [MIPS] Complete fixes after removal of pt_regs argument to int handlers.Ralf Baechle2006-10-084-39/+37
* [PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto2006-09-291-3/+3
* [PATCH] Alchemy: Delete unused pt_regs * argument from au1xxx_dbdma_chan_allocRalf Baechle2006-09-261-4/+6
* [MIPS] Replace board_timer_setup function pointer by plat_timer_setup.Ralf Baechle2006-07-132-3/+1
* [MIPS] au1xxx: Support both YAMON and U-BootDomen Puncer2006-07-131-12/+14
* [MIPS] Eleminate interrupt migration helper use.Ralf Baechle2006-07-131-4/+4
* [PATCH] irq-flags: MIPS: Use the new IRQF_ constantsThomas Gleixner2006-07-023-6/+6
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3012-12/+0