Yoichi Yuasa
b5d5accc7a
[MIPS] Cobalt: Fix I/O port resource range
...
LCD and buttons don't use I/O port space.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-07-20 14:38:20 +01:00
Yoichi Yuasa
f2bc713f15
[MIPS] Cobalt: Register new LCD platform device.
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-07-15 18:44:31 +01:00
Yoichi Yuasa
167da469e5
[MIPS] add cpu_wait() to machine_halt()
...
Added cpu_wait() to machine_halt().
For the power reduction in halt.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-01-29 10:15:00 +00:00
Yoichi Yuasa
71466dd477
[MIPS] remove unneeded button check for reset
...
Removed unneeded button check for reset.
Because, the Cobalt has power switch.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-01-29 10:15:00 +00:00
Thomas Bogendoerfer
c43756da94
[MIPS] Cobalt: Qube1 has no serial port so don't use it
...
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 <tsbogend@alpha.franken.de >
Acked-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2008-01-15 01:04:42 +00:00
Yoichi Yuasa
18ca38d26f
[MIPS] time: Set up Cobalt's mips_hpt_frequency
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-12-14 17:34:29 +00:00
Yoichi Yuasa
1097c6ac33
[MIPS] time: Add GT641xx timer0 clockevent driver
...
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 <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-22 22:09:00 +01:00
Yoichi Yuasa
f13558c2a4
[MIPS] Cobalt: Remove cobalt_machine_power_off()
...
It's same as cobalt_machine_halt().
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:14 +01:00
Yoichi Yuasa
3282bd3cb0
[MIPS] Cobalt: Move reset port definition to arch/mips/cobalt/reset.c
...
It's only used in arch/mips/cobalt/reset.c.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:14 +01:00
Yoichi Yuasa
5a860424a1
[MIPS] Cobalt: Move UART base definition to arch/mips/cobalt/console.c
...
They're only used in arch/mips/cobalt/console.c.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:14 +01:00
Yoichi Yuasa
9a203755ca
[MIPS] Cobalt: Add Qube series front LED support to platform register
...
Add Cobalt Qube series front LED support to platform register.
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:13 +01:00
Yoichi Yuasa
e86169fffe
[MIPS] Cobalt: Add Cobalt Raq LED platform register and power off trigger
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:12 +01:00
Ralf Baechle
d865bea4da
[MIPS] i8253 PIT clocksource and clockevent drivers
...
Derived from the i386 variant with a few x86 complexities chopped off.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:10 +01:00
Ralf Baechle
05dc8c02bf
[MIPS] ARC: Get rid of mips_machgroup
...
This has not been any serious user of this ill conceived thing since the
original invention in like '95.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:08 +01:00
Yoichi Yuasa
d5ab1a6910
[MIPS] Add GT641xx IRQ routines.
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:04 +01:00
Thomas Gleixner
4e45171c4e
[MIPS] cleanup struct irqaction initializers
...
Signed-off-by: Thomas Gleixner <tglx@linutronix.de >
CC: Ralf Baechle <ralf@linux-mips.org >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-10-11 23:46:02 +01:00
Martin Michlmayr
ac1a236aaa
[MIPS] Cobalt: Enable UART on RaQ1
...
Unlike the current code suggests, the RaQ1 actually has an UART. Only
the Qube1 (Qube 2700) lacks one.
Signed-off-by: Martin Michlmayr <tbm@cyrius.com >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-07-31 21:35:34 +01:00
Ralf Baechle
dde96ca8b3
[MIPS] Use -Werror on subdirectories which build cleanly.
...
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-07-31 21:35:33 +01:00
Yoichi Yuasa
2ec0e59aff
[MIPS] add io_map_base to pci_controller on Cobalt
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-06-26 19:57:33 +02:00
Yoichi Yuasa
3f2d560e90
[MIPS] Rework cobalt_board_id
...
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 <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-05-11 14:28:34 +01:00
Yoichi Yuasa
b0cc114c04
[MIPS] Use RTC_CMOS for Cobalt
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-05-11 14:28:33 +01:00
Yoichi Yuasa
fb82a3a767
[MIPS] Use platform_device for Cobalt UART
...
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-05-11 14:28:33 +01:00
Dmitry Torokhov
bc95f3669f
Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
...
Conflicts:
drivers/usb/input/Makefile
drivers/usb/input/gtco.c
2007-05-01 00:24:54 -04:00
Yoichi Yuasa
252161eccd
[MIPS] merge GT64111 PCI routines and GT64120 PCI_0 routines
...
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 <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-04-27 16:20:23 +01:00
Yoichi Yuasa
2a9effc678
[MIPS] Cobalt: Split PCI codes from setup.c
...
It's removed #ifdef CONFIG_PCI/#endif from cobalt setup.c .
Signed-off-by: Yoichi Yuasa <yoichi_yuasa@tripeaks.co.jp >
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2007-04-27 16:20:23 +01:00