summaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000/common
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-3012-12/+0Star
* Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds2006-06-293-19/+23
|\
| * [MIPS] Remove BSD and Sys V compat data types.Ralf Baechle2006-06-292-18/+18
| * [MIPS] au1xxx: export dbdma functionsDomen Puncer2006-06-291-0/+4
| * [MIPS] au1xxx: dbdma, no sleeping under spin_lockDomen Puncer2006-06-291-1/+1
* | [PATCH] genirq: rename desc->handler to desc->chipIngo Molnar2006-06-291-10/+10
|/
* [MIPS] Cleanup memory managment initialization.Ralf Baechle2006-06-191-1/+1
* [MIPS] C99-ify struct resource initialization.Ralf Baechle2006-06-191-8/+8
* [MIPS] Remove duplicate declarations from Alchemy code.Ralf Baechle2006-06-191-4/+0Star
* [MIPS] arch/mips/au1000/time.c cleanupSergei Shtylyov2006-06-191-7/+2Star
* [MIPS] Au1xxx: board specific irq code cleanupHerbert Valerio Riedel2006-06-191-2/+2
* [MIPS] Au1xx0: fix prom_getenv() to handle YAMON style environmentSergei Shtylyov2006-06-061-15/+9Star
* [MIPS] Save write-only Config.OD from being clobberedSergei Shtylyov2006-06-061-0/+5
* [MIPS] AU1xxx mips_timer_interrupt() fixesHerbert Valerio Riedel2006-06-012-0/+2
* [MIPS] Rewrite all the assembler interrupt handlers to C.Ralf Baechle2006-04-193-72/+19Star
* [MIPS] Rewrite spurious_interrupt from assembler to C.Ralf Baechle2006-04-191-1/+2
* [SERIAL] Remove obsoleted au1x00_uart driverRalf Baechle2006-03-261-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-03-212-4/+2Star
|\
| * [PATCH] USB: OHCI for AU1200Jordan Crouse2006-03-201-1/+1
| * [PATCH] USB: EHCI for AU1200Jordan Crouse2006-03-202-3/+1Star
* | [MIPS] War on whitespace: cleanup initial spaces followed by tabs.Ralf Baechle2006-03-215-7/+7
|/
* [MIPS] Simple patch to power off DBAU1200Matej Kupljen2006-03-181-0/+3
* [MIPS] Fix DBAu1550 software power off.Sergei Shtylylov2006-03-181-3/+4
* [MIPS] Au1xx0: really set KSEG0 to uncached on rebootSergei Shtylylov2006-02-071-1/+1
* [MIPS] Rename _machine_power_off to pm_power_off so the kernel builds again.Ralf Baechle2006-02-071-1/+2
* [MIPS] Alchemy: Console output fixupPantelis Antoniou2005-11-171-1/+1
* [PATCH] arch/mips/au1000/common/usbdev.c: don't concatenate __FUNCTION__ with...Clemens Buchacher2005-11-141-2/+2
* [PATCH] move pm_register/etc. to CONFIG_PM_LEGACY, pm_legacy.hJeff Garzik2005-11-141-0/+1
* [PATCH] fbdev: Remove remains of epson1356fbRalf Baechle2005-11-091-11/+0Star
* Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds2005-10-311-0/+1
|\
| * Create platform_device.h to contain all the platform device details.Russell King2005-10-291-1/+1
* | Remove useless casts of kmalloc return values.Ralf Baechle2005-10-291-2/+1Star
* | Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.Ralf Baechle2005-10-291-1/+1
* | Don't call memset to clean irq_desc; these data fields have alreadyRalf Baechle2005-10-291-1/+0Star
* | smc91x platform support; requires patch to smc91x.h which was sentPete Popov2005-10-291-0/+28
* | Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughPete Popov2005-10-291-0/+34
* | Kernel gpio/2 routines that will be used by some drivers.Pete Popov2005-10-292-1/+120
* | Fix a cache snooping issue.Pete Popov2005-10-291-9/+17
* | Updated pcmcia driver with pb1200 and db1200 support.Pete Popov2005-10-291-2/+0Star
* | - moved platform structure to platform.cPete Popov2005-10-292-0/+8
* | Cleaned up AMD Au1200 IDE driver:Pete Popov2005-10-292-2/+36
* | Misc au1200 updates.Pete Popov2005-10-291-0/+118
* | When no yamon command line is passed to the kernel, preserve the defaultPete Popov2005-10-291-1/+2
* | Get rid of a bunch of debug serial routines. Use prom_printf instead.Pete Popov2005-10-291-76/+1Star
* | Au1x PM fixes.Pete Popov2005-10-293-29/+37
* | Inline ioremap() calls for constant addresses that map to KSEG1.Maciej W. Rozycki2005-10-291-1/+1
* | Arrested for multiple offences of header file inclusion.Ralf Baechle2005-10-291-1/+0Star
* | Fixed buglet with previous patch that broke non au1x builds.Pete Popov2005-10-291-1/+1
* | Remove CONFIG_PM dependency from au1x wait in cpu_probe.Pete Popov2005-10-292-5/+3Star
* | Au1100 FB driver uplift for 2.6.Pete Popov2005-10-292-2/+34