aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/au1000
Commit message (Collapse)AuthorAgeFilesLines
...
* | Misc au1200 updates.Pete Popov2005-10-292-32/+160
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | When no yamon command line is passed to the kernel, preserve the defaultPete Popov2005-10-291-1/+2
| | | | | | | | | | | | compiled in command line. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Get rid of a bunch of debug serial routines. Use prom_printf instead.Pete Popov2005-10-291-76/+1
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Void functions shouldn't return valuesLadislav Michl2005-10-291-1/+0
| | | | | | | | | | Signed-off-by: Ladislav Michl <ladis@linux-mips.org> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Au1x PM fixes.Pete Popov2005-10-293-29/+37
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Inline ioremap() calls for constant addresses that map to KSEG1.Maciej W. Rozycki2005-10-291-1/+1
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Arrested for multiple offences of header file inclusion.Ralf Baechle2005-10-294-4/+0
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Fixed buglet with previous patch that broke non au1x builds.Pete Popov2005-10-291-1/+1
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Remove CONFIG_PM dependency from au1x wait in cpu_probe.Pete Popov2005-10-292-5/+3
| | | | | | | | | | | | Additional work necessary to completely remove that config option. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Au1100 FB driver uplift for 2.6.Pete Popov2005-10-292-2/+34
| | | | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Acked-by: Antonino Daplas <adaplas@pol.net>
* | When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the systemPete Popov2005-10-292-15/+26
| | | | | | | | | | | | | | | | | | | | timer tick. Prior to this patch, if IDE IRQ probing occured, then the TOY_MATCH2 interrupt would be permanently disabled, and no system timer tick occurs. This patch corrects this situation by correctly registering the TOY_MATCH2 interrupt so that IDE IRQ probing doesn't have adverse side effects. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Int controller fixes.Pete Popov2005-10-291-5/+1
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | ISOify.Ralf Baechle2005-10-291-8/+8
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Moved irq_tab_alchemy to the board specific irqmap.c files.Pete Popov2005-10-295-10/+63
| | | | | | | | | | | | Cleaned up a to of warnings in dbdma.c. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Base Au1200 2.6 support.Pete Popov2005-10-299-105/+685
| | | | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Convert struct hw_interrupt_type initializations to ISO C99 namedRalf Baechle2005-10-291-32/+28
| | | | | | | | | | | | initializers. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* | Get rid of early_init. There's more need to make this form ofRalf Baechle2005-10-291-5/+1
|/ | | | | | | initialization actually useful and as is certainly unmergable with upstream. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
* [PATCH] mips: nuke trailing whitespaceRalf Baechle2005-09-0511-23/+23
| | | | | | Signed-off-by: Ralf Baechle <ralf@linux-mips.org> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
* Linux-2.6.12-rc2Linus Torvalds2005-04-1656-0/+8486
Initial git repository build. I'm not bothering with the full history, even though we have it. We can create a separate "historical" git archive of that later if we want to, and in the meantime it's about 3.2GB when imported into git - space that would just make the early git days unnecessarily complicated, when we don't have a lot of good infrastructure for it. Let it rip!