| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2008-10-11 | MIPS: Move headfiles to new location below arch/mips/include | Ralf Baechle | 10 | -687/+0 | |
| Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2008-07-15 | [MIPS] cmbvr4133: Remove support | Yoichi Yuasa | 1 | -56/+0 | |
| It cannot be built for a long time and nobody maintains it. Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2008-04-28 | serial: add VR41xx SIU setup for serial console | Yoichi Yuasa | 2 | -2/+14 | |
| Add VR41xx SIU setup for serial console. Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2007-07-12 | [MIPS] Separate platform_device registration for VR41xx GPIO | Yoichi Yuasa | 1 | -0/+9 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2007-07-12 | [MIPS] separate platform_device registration for VR41xx serial interface | Yoichi Yuasa | 1 | -0/+2 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2007-02-06 | [MIPS] Make I8259A_IRQ_BASE customizable | Atsushi Nemoto | 1 | -3/+2 | |
| Move I8259A_IRQ_BASE from asm/i8259.h to asm/mach-generic/irq.h and make it really customizable. And remove I8259_IRQ_BASE declared on some platforms. Currently only NEC_CMBVR4133 is using custom I8259A_IRQ_BASE value. Signed-off-by: Atsushi Nemoto <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-10-19 | [MIPS] More vr41xx pt_regs fixups | Yoichi Yuasa | 1 | -1/+1 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-07-13 | [MIPS] vr41xx: Update workpad setup function | Yoichi Yuasa | 1 | -43/+0 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-07-13 | [MIPS] vr41xx: Update e55 setup function | Yoichi Yuasa | 1 | -43/+0 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-07-13 | [MIPS] vr41xx: Removed old v2.4 VRC4173 driver | Yoichi Yuasa | 1 | -201/+0 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-07-13 | [MIPS] vr41xx: Move IRQ numbers to asm-mips/vr41xx/irq.h | Yoichi Yuasa | 9 | -80/+107 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-07-13 | [MIPS] vr41xx: Removed unused definitions for NEC CMBVR4133. | Yoichi Yuasa | 1 | -3/+0 | |
| Signed-off-by: Yoichi Yuasa <[email protected]> Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2006-04-26 | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 1 | -1/+0 | |
| Signed-off-by: David Woodhouse <[email protected]> | |||||
| 2006-01-10 | Update Yoichi Yuasa's email address. | Ralf Baechle | 11 | -11/+11 | |
| Signed-off-by: Ralf Baechle <[email protected]> | |||||
| 2005-09-09 | [PATCH] mips: add TANBAC TB0287 support | Yoichi Yuasa | 1 | -0/+43 | |
| Add TANBAC TB0287 support. Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-09-05 | [PATCH] mips: nuke trailing whitespace | Ralf Baechle | 1 | -2/+2 | |
| Signed-off-by: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-09-05 | [PATCH] mips: update IRQ handling for vr41xx | Yoichi Yuasa | 1 | -8/+8 | |
| This patch has updated IRQ handling for vr41xx. o added common IRQ dispatch o changed IRQ number in int-handler.S o added resource management to icu.c Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-06-21 | [PATCH] mips: add vr41xx gpio support | Yoichi Yuasa | 2 | -35/+69 | |
| Add vr41xx gpio support. Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-04-16 | [PATCH] mips: update VR41xx CPU-PCI bridge support | Yoichi Yuasa | 2 | -70/+90 | |
| This patch updates NEC VR4100 series CPU-PCI bridge support. Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-04-16 | [PATCH] mips: remove obsolete VR41xx RTC function from vr41xx.h | Yoichi Yuasa | 1 | -16/+0 | |
| This patch had removed obsolete VR41xx RTC function from vr41xx.h . I forgot to put this change in "update VR41xx RTC support". Signed-off-by: Yoichi Yuasa <[email protected]> Cc: Ralf Baechle <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]> | |||||
| 2005-04-16 | Linux-2.6.12-rc2 | Linus Torvalds | 10 | -0/+904 | |
| 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! | |||||