- Jun 05, 2006
-
-
Sergei Shtylyov authored
Save the Config.OD bit from being clobbered by coherency_setup(). This bit, when set, fixes various errata in the early steppings of Au1x00 SOCs. Unfortunately, the bit was write-only on the most early of them. In addition, also restore the bit after a wakeup from sleep. Signed-off-by:
Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- May 31, 2006
-
-
Herbert Valerio Riedel authored
common/au1000/irq.c was missing a mips_timer_interrupt() prototype, whereas in common/au1000/time.c the actual mips_timer_interrupt() implementation was missing an irq_exit() invocation, causing a preempt_count() leak. Signed-off-by:
Herbert Valerio Riedel <hvr@hvrlab.org> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Apr 19, 2006
-
-
Ralf Baechle authored
Saves like 1,600 lines of code, is way easier to debug, compilers frequently do a better job than the cut and paste type of handlers many boards had. And finally having all the stuff done in a single place also means alot of bug potencial for the MT ASE is gone. The only surviving handler in assembler is the DECstation one; I hope Maciej will rewrite it. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Mar 26, 2006
-
-
Ralf Baechle authored
As announced in feature-removal-schedule.txt. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Russell King <rmk+kernel@arm.linux.org.uk>
-
- Mar 21, 2006
-
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Mar 20, 2006
-
-
Jordan Crouse authored
ALCHEMY: Add OHCI support for AU1200 Updated by moving the OHCI support out of the EHCI patch. Signed-off-by:
Jordan Crouse <jordan.crouse@amd.com> Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
Jordan Crouse authored
ALCHEMY: Add EHCI support for AU1200 Updated by removing the OHCI support Signed-off-by:
Jordan Crouse <jordan.crouse@amd.com> Signed-off-by:
David Brownell <dbrownell@users.sourceforge.net> Signed-off-by:
Greg Kroah-Hartman <gregkh@suse.de>
-
- Mar 18, 2006
-
-
Matej Kupljen authored
Signed-off-by:
Matej Kupljen <matej.kupljen@ultra.si> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Sergei Shtylylov authored
Signed-off-by:
Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Feb 07, 2006
-
-
Sergei Shtylylov authored
Fix a really old buglet in AMD Au1xx0 restart code: instead of modifying the whole CP0 Config.K0 field to 010b (meaning KSEG0 uncached) before flushing the caches and resetting a board, it only sets bit 1 of that reg. which is effectively a NOP since Config.K0 == 011b as the kernel sets it up (which is also its default value for Au1xx0). Signed-off-by:
Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Nov 17, 2005
-
-
Pantelis Antoniou authored
This is needed to make console output appear with the new driver... Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
- Nov 14, 2005
-
-
Clemens Buchacher authored
It's deprecated. Use "%s", __FUNCTION__ instead. Signed-off-by:
Clemens Buchacher <drizzd@aon.at> Signed-off-by:
Maximilian Attems <janitor@sternwelten.at> Signed-off-by:
Domen Puncer <domen@coderock.org> Signed-off-by:
Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
Jeff Garzik authored
Since few people need the support anymore, this moves the legacy pm_xxx functions to CONFIG_PM_LEGACY, and include/linux/pm_legacy.h. Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- Nov 09, 2005
-
-
Ralf Baechle authored
Delete leftovers of the FB_E1356 and anything that did depend on it. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Signed-off-by:
Antonino Daplas <adaplas@pol.net> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
-
- Oct 29, 2005
-
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
previously been initialized statically in kernel/irq/handle.c. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
upstream. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
it should work on the Au1100 as well. Updated defconfig to include driver. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Updated db1200_defconfig so pcmcia is enabled by default. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
- fixed an iounmap warning - export fixup_xx, needed by the module Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
- converted to platform bus - removed pci dependencies - removed virt_to_phys/phys_to_virt calls System now can root off of a disk. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> diff --git a/Documentation/mips/AU1xxx_IDE.README b/Documentation/mips/AU1xxx_IDE.README new file mode 100644
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
compiled in command line. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Maciej W. Rozycki authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Additional work necessary to completely remove that config option. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org> Acked-by:
Antonino Daplas <adaplas@pol.net>
-
Pete Popov authored
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>
-
Pete Popov authored
Cleaned up a to of warnings in dbdma.c. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Pete Popov authored
Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
initializers. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-
Ralf Baechle authored
initialization actually useful and as is certainly unmergable with upstream. Signed-off-by:
Ralf Baechle <ralf@linux-mips.org>
-