aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/au1000
AgeCommit message (Expand)AuthorFilesLines
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 26-26/+0
2006-06-29Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusGravatar Linus Torvalds 4-22/+26
2006-06-29[MIPS] Remove BSD and Sys V compat data types.Gravatar Ralf Baechle 3-21/+21
2006-06-29[MIPS] au1xxx: export dbdma functionsGravatar Domen Puncer 1-0/+4
2006-06-29[MIPS] au1xxx: dbdma, no sleeping under spin_lockGravatar Domen Puncer 1-1/+1
2006-06-29[PATCH] genirq: rename desc->handler to desc->chipGravatar Ingo Molnar 2-11/+11
2006-06-19[MIPS] Cleanup memory managment initialization.Gravatar Ralf Baechle 1-1/+1
2006-06-19[MIPS] C99-ify struct resource initialization.Gravatar Ralf Baechle 1-8/+8
2006-06-19[MIPS] Remove duplicate declarations from Alchemy code.Gravatar Ralf Baechle 1-4/+0
2006-06-19[MIPS] arch/mips/au1000/time.c cleanupGravatar Sergei Shtylyov 1-7/+2
2006-06-19[MIPS] Au1xxx: board specific irq code cleanupGravatar Herbert Valerio Riedel 11-22/+22
2006-06-06[MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environmentGravatar Sergei Shtylyov 1-15/+9
2006-06-06[MIPS] Save write-only Config.OD from being clobberedGravatar Sergei Shtylyov 1-0/+5
2006-06-01[MIPS] AU1xxx mips_timer_interrupt() fixesGravatar Herbert Valerio Riedel 2-0/+2
2006-04-19[MIPS] Rewrite all the assembler interrupt handlers to C.Gravatar Ralf Baechle 3-72/+19
2006-04-19[MIPS] Rewrite spurious_interrupt from assembler to C.Gravatar Ralf Baechle 1-1/+2
2006-03-26[SERIAL] Remove obsoleted au1x00_uart driverGravatar Ralf Baechle 1-1/+1
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 2-4/+2
2006-03-21[MIPS] War on whitespace: cleanup initial spaces followed by tabs.Gravatar Ralf Baechle 5-7/+7
2006-03-20[PATCH] USB: OHCI for AU1200Gravatar Jordan Crouse 1-1/+1
2006-03-20[PATCH] USB: EHCI for AU1200Gravatar Jordan Crouse 2-3/+1
2006-03-18[MIPS] Simple patch to power off DBAU1200Gravatar Matej Kupljen 1-0/+3
2006-03-18[MIPS] Fix DBAu1550 software power off.Gravatar Sergei Shtylylov 1-3/+4
2006-02-07[MIPS] Au1xx0: really set KSEG0 to uncached on rebootGravatar Sergei Shtylylov 1-1/+1
2006-02-07[MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Gravatar Ralf Baechle 1-1/+2
2005-12-01[MIPS] Alchemy: Set board type on initialization.Gravatar Ralf Baechle 1-1/+11
2005-12-01[MIPS] Alchemy: Fix BCSR accesses.Gravatar Ralf Baechle 1-4/+3
2005-11-17[MIPS] Alchemy: Console output fixupGravatar Pantelis Antoniou 1-1/+1
2005-11-13[PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...Gravatar Clemens Buchacher 1-2/+2
2005-11-13[PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hGravatar Jeff Garzik 1-0/+1
2005-11-09[PATCH] fbdev: Remove remains of epson1356fbGravatar Ralf Baechle 1-11/+0
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelGravatar Linus Torvalds 1-0/+1
2005-10-29Remove useless casts of kmalloc return values.Gravatar Ralf Baechle 1-2/+1
2005-10-29Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.Gravatar Ralf Baechle 1-1/+1
2005-10-29Don't call memset to clean irq_desc; these data fields have alreadyGravatar Ralf Baechle 1-1/+0
2005-10-29smc91x platform support; requires patch to smc91x.h which was sentGravatar Pete Popov 1-0/+28
2005-10-29Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughGravatar Pete Popov 1-0/+34
2005-10-29Kernel gpio/2 routines that will be used by some drivers.Gravatar Pete Popov 2-1/+120
2005-10-29Fix a cache snooping issue.Gravatar Pete Popov 1-9/+17
2005-10-29Updated pcmcia driver with pb1200 and db1200 support.Gravatar Pete Popov 1-2/+0
2005-10-29- moved platform structure to platform.cGravatar Pete Popov 2-0/+8
2005-10-29Cleaned up AMD Au1200 IDE driver:Gravatar Pete Popov 3-4/+40
2005-10-29Misc au1200 updates.Gravatar Pete Popov 2-32/+160
2005-10-29When no yamon command line is passed to the kernel, preserve the defaultGravatar Pete Popov 1-1/+2
2005-10-29Get rid of a bunch of debug serial routines. Use prom_printf instead.Gravatar Pete Popov 1-76/+1
2005-10-29Void functions shouldn't return valuesGravatar Ladislav Michl 1-1/+0
2005-10-29Au1x PM fixes.Gravatar Pete Popov 3-29/+37
2005-10-29Inline ioremap() calls for constant addresses that map to KSEG1.Gravatar Maciej W. Rozycki 1-1/+1
2005-10-29Arrested for multiple offences of header file inclusion.Gravatar Ralf Baechle 4-4/+0
2005-10-29Fixed buglet with previous patch that broke non au1x builds.Gravatar Pete Popov 1-1/+1