03 Jul, 2009
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
30 Mar, 2009
1 commit
-
Impact: cleanup
It's unused, since about 1995. So remove all initialization of it in
preparation for actually removing the field.Signed-off-by: Rusty Russell
Acked-by: Thomas Gleixner
20 Jul, 2008
1 commit
-
LCD and buttons don't use I/O port space.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
16 Jul, 2008
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
29 Jan, 2008
2 commits
-
Added cpu_wait() to machine_halt().
For the power reduction in halt.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Removed unneeded button check for reset.
Because, the Cobalt has power switch.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
15 Jan, 2008
1 commit
-
Because Qube1 doesn't have a serial chip waiting for transmit fifo empty
takes forever, which isn't a good idea. No prom_putchar/early console
for Qube1 fixes this.Signed-off-by: Thomas Bogendoerfer
Acked-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
15 Dec, 2007
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
23 Oct, 2007
1 commit
-
And make use of it for Cobalt. A few others such as the Malta could make
use of it as well.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
12 Oct, 2007
9 commits
-
It's same as cobalt_machine_halt().
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
It's only used in arch/mips/cobalt/reset.c.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
They're only used in arch/mips/cobalt/console.c.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Add Cobalt Qube series front LED support to platform register.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Derived from the i386 variant with a few x86 complexities chopped off.
Signed-off-by: Ralf Baechle
-
This has not been any serious user of this ill conceived thing since the
original invention in like '95.Signed-off-by: Ralf Baechle
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Thomas Gleixner
CC: Ralf Baechle
Signed-off-by: Ralf Baechle
01 Aug, 2007
2 commits
-
Unlike the current code suggests, the RaQ1 actually has an UART. Only
the Qube1 (Qube 2700) lacks one.Signed-off-by: Martin Michlmayr
Signed-off-by: Ralf Baechle -
Signed-off-by: Ralf Baechle
27 Jun, 2007
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
11 May, 2007
3 commits
-
This patch has reworked cobalt_board_id.
The cobalt_board_id is read from PCI config register.
It should be in PCI routine.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
01 May, 2007
1 commit
-
Conflicts:
drivers/usb/input/Makefile
drivers/usb/input/gtco.c
27 Apr, 2007
3 commits
-
This patch has merged GT64111 PCI routines and GT64120 PCI_0 routines.
GT64111 PCI is almost the same as GT64120's PCI_0.
This patch don't change GT64120 PCI routines.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
It's removed #ifdef CONFIG_PCI/#endif from cobalt setup.c .
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
Signed-off-by: Yoichi Yuasa
12 Apr, 2007
1 commit
-
Create platform device for cobalt buttons as part of arch setup.
This makes the driver follow current driver model more closely.Signed-off-by: Dmitry Torokhov
Acked-by: Yoichi Yuasa
07 Mar, 2007
1 commit
-
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
05 Mar, 2007
2 commits
-
This patch has removed unused timer resource.
Moreover, the name of reserved resources ware changed.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle -
early_printk is a so much saner thing.
Signed-off-by: Ralf Baechle
27 Feb, 2007
1 commit
-
Many Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line. This
is redundant while AFLAGS contains $(cflags-y) and any options only
listed in CFLAGS (not in cflags-y) should be unnecessary for asm
sources.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle
22 Feb, 2007
1 commit
-
Signed-off-by: Ralf Baechle
21 Feb, 2007
2 commits
-
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
[NET] Eliminate user-selectable CONFIG_MV643XX_ETH_[012]
[MIPS] Drop __init from init_8259A()
[MIPS] Fix Kconfig typo bug
[MIPS] Fix double signal on trap and break instruction
[MIPS] sigset_32 has been made redundand by compat_sigset_t.
[MIPS] emma2rh: Remove needless inclusion.
[MIPS] Add MTD device support for Cobalt -
This patch has added MTD device support for Cobalt.
Moreover, removes old type FlashROM support.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
20 Feb, 2007
1 commit
-
The Cobalt UART is actually connected to memory resource area.
Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle
07 Feb, 2007
2 commits
-
Current prom_free_prom_memory() implementations are almost same as
free_init_pages(), or no-op. Make free_init_pages() extern (again)
and make prom_free_prom_memory() use it.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle -
The irq_base for {mips,rm7k,rm9k}_cpu_irq_init() are constant on all
platforms and are same value on most platforms (0 or 16, depends on
CONFIG_I8259). Define them in asm-mips/mach-generic/irq.h and make
them customizable. This will save a few cycle on each CPU interrupt.A good side effect is removing some dependencies to MALTA in generic
SMTC code.Although MIPS_CPU_IRQ_BASE is customizable, this patch changes irq
mappings on DDB5477, EMMA2RH and MIPS_SIM, since really customizing
them might cause some header dependency problem and there seems no
good reason to customize it. So currently only VR41XX is using custom
MIPS_CPU_IRQ_BASE value, which is 0 regardless of CONFIG_I8259.Testing this patch on those platforms is greatly appreciated. Thank
you.Signed-off-by: Atsushi Nemoto
Signed-off-by: Ralf Baechle
30 Nov, 2006
1 commit
-
This patch has rewritten GALILEO_INL/GALILEO_OUTL using GT_READ/GT_WRITE.
This patch tested on Cobalt Qube2.Signed-off-by: Yoichi Yuasa
Signed-off-by: Ralf Baechle