aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000 (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-10-31Merge master.kernel.org:/home/rmk/linux-2.6-drvmodelLinus Torvalds1-0/+1
2005-10-29Remove useless casts of kmalloc return values.Ralf Baechle1-2/+1
2005-10-29Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.Ralf Baechle1-1/+1
2005-10-29Don't call memset to clean irq_desc; these data fields have alreadyRalf Baechle1-1/+0
2005-10-29smc91x platform support; requires patch to smc91x.h which was sentPete Popov1-0/+28
2005-10-29Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughPete Popov1-0/+34
2005-10-29Kernel gpio/2 routines that will be used by some drivers.Pete Popov2-1/+120
2005-10-29Fix a cache snooping issue.Pete Popov1-9/+17
2005-10-29Updated pcmcia driver with pb1200 and db1200 support.Pete Popov1-2/+0
2005-10-29- moved platform structure to platform.cPete Popov2-0/+8
2005-10-29Cleaned up AMD Au1200 IDE driver:Pete Popov3-4/+40
2005-10-29Misc au1200 updates.Pete Popov2-32/+160
2005-10-29When no yamon command line is passed to the kernel, preserve the defaultPete Popov1-1/+2
2005-10-29Get rid of a bunch of debug serial routines. Use prom_printf instead.Pete Popov1-76/+1
2005-10-29Void functions shouldn't return valuesLadislav Michl1-1/+0
2005-10-29Au1x PM fixes.Pete Popov3-29/+37
2005-10-29Inline ioremap() calls for constant addresses that map to KSEG1.Maciej W. Rozycki1-1/+1
2005-10-29Arrested for multiple offences of header file inclusion.Ralf Baechle4-4/+0
2005-10-29Fixed buglet with previous patch that broke non au1x builds.Pete Popov1-1/+1
2005-10-29Remove CONFIG_PM dependency from au1x wait in cpu_probe.Pete Popov2-5/+3
2005-10-29Au1100 FB driver uplift for 2.6.Pete Popov2-2/+34
2005-10-29When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the systemPete Popov2-15/+26
2005-10-29Int controller fixes.Pete Popov1-5/+1
2005-10-29ISOify.Ralf Baechle1-8/+8
2005-10-29Moved irq_tab_alchemy to the board specific irqmap.c files.Pete Popov5-10/+63
2005-10-29Base Au1200 2.6 support.Pete Popov9-105/+685
2005-10-29Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle1-32/+28
2005-10-29Get rid of early_init. There's more need to make this form ofRalf Baechle1-5/+1
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-09-05[PATCH] mips: nuke trailing whitespaceRalf Baechle11-23/+23
2005-04-16Linux-2.6.12-rc2Linus Torvalds56-0/+8486