[PATCH] Add Cobalt button interface driver support

2007-02-15 Thread Yoichi Yuasa
Hi, This patch adds support for the back panel buttons on Cobalt server. It's tested on the Cobalt Qube2. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/input/misc/Kconfig mips/drivers/input/misc/Kconfig --- mips-orig/drivers

Re: [PATCH] Add Cobalt button interface driver support

2007-02-16 Thread Yoichi Yuasa
Hi, Thank you for your comments. On Thu, 15 Feb 2007 23:09:43 -0500 Dmitry Torokhov [EMAIL PROTECTED] wrote: On Thursday 15 February 2007 22:36, Yoichi Yuasa wrote: Hi, This patch adds support for the back panel buttons on Cobalt server. It's tested on the Cobalt Qube2. Hi

Re: [PATCH] Add Cobalt button interface driver support

2007-02-16 Thread Yoichi Yuasa
On Fri, 16 Feb 2007 10:15:11 -0500 Dmitry Torokhov [EMAIL PROTECTED] wrote: On 2/16/07, Yoichi Yuasa [EMAIL PROTECTED] wrote: + +static int cobalt_buttons_open(struct inode *inode, struct file *file) +{ + buttons_timer.expires = jiffies + msecs_to_jiffies(BUTTONS_POLL_INTERVAL

[PATCH] fix memory leak dma_declare_coherent_memory()

2007-02-23 Thread Yoichi Yuasa
Hi, This patch has fixed memory leak in dma_declare_coherent_memory(). When it goes to free1_out, dev-dma_mem has not been freed. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X generic/Documentation/dontdiff generic-orig/arch/cris/arch-v32/drivers/pci/dma.c generic/arch

[PATCH] Fixed build error on zs serial driver

2007-04-04 Thread Yoichi Yuasa
Hi, This patch has fixed build error on zs serial driver. drivers/tc/zs.c:73:24: error: asm/dec/tc.h: No such file or directory make[2]: *** [drivers/tc/zs.o] Error 1 Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/tc/zs.c mips

Re: [PATCH] Add Cobalt button interface driver support

2007-04-05 Thread Yoichi Yuasa
Hi Dmitry, On Wed, 4 Apr 2007 00:01:41 -0400 Dmitry Torokhov [EMAIL PROTECTED] wrote: Hi Yoichi, Could you please try the patch below? It moves platform device creation code into cobalt arch code to belletr follow driver model. It works fine. Acked-by: Yoichi Yuasa [EMAIL PROTECTED

[PATCH][2/2] led: update Cobalt Qube LED support

2007-09-13 Thread Yoichi Yuasa
Update Cobalt Qube front LED support. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/leds/leds-cobalt-qube.c mips/drivers/leds/leds-cobalt-qube.c --- mips-orig/drivers/leds/leds-cobalt-qube.c 2007-08-24 19:35:51.689587500 +0900

[PATCH][1/2] led: add Cobalt Raq LEDs support

2007-09-13 Thread Yoichi Yuasa
Add Cobalt Raq LEDs support. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/leds/Kconfig mips/drivers/leds/Kconfig --- mips-orig/drivers/leds/Kconfig 2007-09-12 12:01:58.027251750 +0900 +++ mips/drivers/leds/Kconfig 2007-09-12 12

Re: [PATCH][1/2] led: add Cobalt Raq LEDs support

2007-09-13 Thread Yoichi Yuasa
On Thu, 13 Sep 2007 22:32:12 +0100 Richard Purdie [EMAIL PROTECTED] wrote: On Thu, 2007-09-13 at 23:54 +0900, Yoichi Yuasa wrote: Add Cobalt Raq LEDs support. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] Not the clearest patch I've ever seen or the most helpful patch description

[PATCH][2/3] led: add Cobalt Raq series LEDs support

2007-09-13 Thread Yoichi Yuasa
Add Cobalt Raq series LEDs support. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/leds/Kconfig mips/drivers/leds/Kconfig --- mips-orig/drivers/leds/Kconfig 2007-09-14 13:05:27.969928000 +0900 +++ mips/drivers/leds/Kconfig 2007

[PATCH][3/3] led: update Cobalt Qube series front LED support

2007-09-13 Thread Yoichi Yuasa
Update Cobalt Qube series front LED support. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/leds/leds-cobalt-qube.c mips/drivers/leds/leds-cobalt-qube.c --- mips-orig/drivers/leds/leds-cobalt-qube.c 2007-09-14 11:16:22.397075500

[PATCH][1/3] led: fix machines supported by leds-cobalt

2007-09-13 Thread Yoichi Yuasa
The leds-cobalt driver only supports the Coable Qube series (not included in Cobalt Raq series). This patch has fixed Kconfig and renamed the driver. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X mips/Documentation/dontdiff mips-orig/drivers/leds/Kconfig mips/drivers/leds/Kconfig

Re: Please revert: PCI: fix IDE legacy mode resources

2007-12-05 Thread Yoichi Yuasa
On Thu, 06 Dec 2007 11:10:18 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: The commit below that was merged in october looks bogus to me. At this stage in the PCI probe, the pci_dev-resource's contain RAW bar values, that is bus values.. A PCI legacy IDE controller that hard

Re: Please revert: PCI: fix IDE legacy mode resources

2007-12-05 Thread Yoichi Yuasa
On Thu, 06 Dec 2007 16:04:07 +1100 Benjamin Herrenschmidt [EMAIL PROTECTED] wrote: On Thu, 2007-12-06 at 13:34 +0900, Yoichi Yuasa wrote: I don't understand how his fix can work on MIPS nor why the previous code didn't, but I don't know how MIPS does its remapping tricks, however

[PATCH] leds: add #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t

2007-09-04 Thread Yoichi Yuasa
This patch has added #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X generic/Documentation/dontdiff generic-orig/include/linux/leds.h generic/include/linux/leds.h --- generic-orig/include/linux/leds.h 2007-09

Re: [PATCH] leds: add #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t

2007-09-11 Thread Yoichi Yuasa
On Mon, 10 Sep 2007 22:04:23 -0700 Andrew Morton [EMAIL PROTECTED] wrote: On Tue, 4 Sep 2007 16:23:45 +0900 Yoichi Yuasa [EMAIL PROTECTED] wrote: This patch has added #include linux/spinlock_types.h to include/linux/leds.h for rwlock_t. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED

[PATCH][resend] fix IDE legacy mode resources

2007-08-23 Thread Yoichi Yuasa
:09.1 In some architectures, PCI bus regions have the offset from PCI resources. For this reason, pci_setup_device() should set PCI bus regions to dev-resource[]. Yoichi --- Fix legacy mode IDE resources Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X generic/Documentation/dontdiff

Re: [PATCH] fix IDE legacy mode resource

2007-08-06 Thread Yoichi Yuasa
Hello Jeff, Do you have any comments? On Sun, 29 Jul 2007 17:15:44 +0900 Yoichi Yuasa [EMAIL PROTECTED] wrote: On Sat, 28 Jul 2007 14:13:06 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Yoichi Yuasa wrote: Hi, I got the following error on MIPS Cobalt. MIPS Cobalt has

[PATCH] fix IDE legacy mode resource

2007-07-28 Thread Yoichi Yuasa
/O region #3:[EMAIL PROTECTED] for device :00:09.1 pata_via :00:09.1: failed to request/iomap BARs for port 1 (errno=-16) pata_via :00:09.1: no available native port At this point, these resources should be the bus regions. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X

Re: [PATCH] fix IDE legacy mode resource

2007-07-29 Thread Yoichi Yuasa
On Sat, 28 Jul 2007 14:13:06 -0400 Jeff Garzik [EMAIL PROTECTED] wrote: Yoichi Yuasa wrote: Hi, I got the following error on MIPS Cobalt. MIPS Cobalt has the 0x1000 offset between resource and bus region. PCI: Unable to reserve I/O region #1:[EMAIL PROTECTED] for device

[PATCH] rename TANBAC TB0219 config

2007-04-25 Thread Yoichi Yuasa
Hi This patch has renamed config of TANBAC TB0219 GPIO support. It changed to an appropriate name. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X generic/Documentation/dontdiff generic-orig/drivers/char/Kconfig generic/drivers/char/Kconfig --- generic-orig/drivers/char

[PATCH 2.6.12-rc2-mm1] mips: remove #include linux/audit.h two times

2005-04-06 Thread Yoichi Yuasa
This patch removes #include linux/audit.h. Because it includes two times. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc2-mm1-orig/arch/mips/kernel/ptrace.c rc2-mm1/arch/mips/kernel/ptrace.c --- rc2-mm1-orig/arch/mips/kernel/ptrace.c Tue Apr 5 23:19:16 2005

[PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support

2005-04-13 Thread Yoichi Yuasa
? Fixed. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc1-mm3-orig/drivers/serial/vr41xx_siu.c rc1-mm3/drivers/serial/vr41xx_siu.c --- rc1-mm3-orig/drivers/serial/vr41xx_siu.cMon Mar 28 21:08:04 2005 +++ rc1-mm3/drivers/serial/vr41xx_siu.c Thu Mar 31 12:47:54 2005

Re: [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support

2005-04-13 Thread Yoichi Yuasa
On Wed, 13 Apr 2005 16:02:48 +0100 Russell King [EMAIL PROTECTED] wrote: On Wed, Apr 13, 2005 at 11:18:27PM +0900, Yoichi Yuasa wrote: static struct uart_ops early_uart_ops = { - .set_termios= early_set_termios, + .set_termios= siu_set_termios, }; In this case, you don't

[PATCH 2.6.11-rc3-mm1] mips: add unknown page size string

2005-02-07 Thread Yoichi Yuasa
This patch had fixed the following warning. arch/mips/lib-32/dump_tlb.c: In function 'dump_tlb': arch/mips/lib-32/dump_tlb.c:69: warning: control may reach end of non-void function 'msk2str' being inlined This patch adds return value, when page size is not match. Yoichi Signed-off-by: Yoichi

[PATCH 2.6.11-rc3-mm1] pcmcia: update vrc4171_card

2005-02-07 Thread Yoichi Yuasa
This patch updates vrc4171 pcmcia driver. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/Makefile a/arch/mips/vr41xx/common/Makefile --- a-orig/arch/mips/vr41xx/common/Makefile Thu Feb 3 10:55:52 2005 +++ a/arch/mips/vr41xx/common

[PATCH 2.6.11-rc3-mm1] add TANBAC TB0219 base board driver

2005-02-08 Thread Yoichi Yuasa
This patch adds GPIO/LED/DIPSW driver for TANBAC TB0219. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/Kconfig a/arch/mips/Kconfig --- a-orig/arch/mips/KconfigTue Feb 8 00:19:49 2005 +++ a/arch/mips/Kconfig Tue Feb 8 00:53:47 2005 @@ -122,10

[PATCH 2.6.11-rc3-mm2] remove TANBAC_TB0219 doubly registered in kernel config

2005-02-10 Thread Yoichi Yuasa
This patch removes TANBAC_TB0219 doubly registered in kernel config. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/Kconfig a/arch/mips/Kconfig --- a-orig/arch/mips/KconfigThu Feb 10 21:13:55 2005 +++ a/arch/mips/Kconfig Thu Feb 10 22:16:12 2005

[PATCH 2.6.11-rc3-mm2] serial: add the output interface control to VR41xx SIU driver

2005-02-11 Thread Yoichi Yuasa
This patch adds the output interface control to VR41xx SIU driver. And obsolete function for VR41xx SIU is removed. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/vr41xx/casio-e55/setup.c a/arch/mips/vr41xx/casio-e55/setup.c --- a-orig/arch/mips

Re: 2.6.13-rc3-mm1

2005-07-15 Thread Yoichi Yuasa
Hi Andrew I got the following error. make ARCH=mips oldconfig scripts/kconfig/conf -o arch/mips/Kconfig drivers/video/Kconfig:7:warning: type of 'FB' redefined from 'boolean' to 'tristate' file drivers/char/speakup/Kconfig already scanned? make[1]: *** [oldconfig] Error 1 make: *** [oldconfig]

Re: 2.6.13-rc3-mm1

2005-07-15 Thread Yoichi Yuasa
Hi again, On Sat, 16 Jul 2005 07:52:42 +0900 Yoichi Yuasa [EMAIL PROTECTED] wrote: Hi Andrew I got the following error. make ARCH=mips oldconfig scripts/kconfig/conf -o arch/mips/Kconfig drivers/video/Kconfig:7:warning: type of 'FB' redefined from 'boolean' to 'tristate' file

Re: 2.6.13-rc3-mm1

2005-07-15 Thread Yoichi Yuasa
Hi, On Fri, 15 Jul 2005 16:23:49 -0700 Andrew Morton [EMAIL PROTECTED] wrote: Yoichi Yuasa [EMAIL PROTECTED] wrote: Hi Andrew I got the following error. make ARCH=mips oldconfig scripts/kconfig/conf -o arch/mips/Kconfig drivers/video/Kconfig:7:warning: type of 'FB' redefined

[PATCH] mips: remove obsolete GIU driver for vr41xx

2005-07-17 Thread Yoichi Yuasa
Hi, This patch has removed obsolete GIU driver for vr41xx. This patch already has been applied to mips tree. Yoichi -- Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/vr41xx/common/Makefile mm1/arch/mips/vr41xx/common/Makefile --- mm1-orig/arch/mips

[PATCH 2.6.13-rc2-mm1] add PCI IRQ initialization to TB0219

2005-07-09 Thread Yoichi Yuasa
Hi, This patch had added PCI IRQ initialization to TB0219 driver. Please apply. Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/drivers/char/tb0219.c mm1/drivers/char/tb0219.c --- mm1-orig/drivers/char/tb0219.c 2005-07-06 12:46:33.0 +0900 +++ mm1

[PATCH 2.6.11-mm1] mips: more convert verify_area to access_ok

2005-03-06 Thread Yoichi Yuasa
This patch converts verify_area to access_ok for include/asm-mips. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/include/asm-mips/uaccess.h a/include/asm-mips/uaccess.h --- a-orig/include/asm-mips/uaccess.h Sat Mar 5 04:15:22 2005 +++ a/include/asm-mips

[PATCH 2.6.11-mm1] mips: add spare timer init

2005-03-06 Thread Yoichi Yuasa
This patch adds spare timer initialization for NEC VR41xx. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/init.c a/arch/mips/vr41xx/common/init.c --- a-orig/arch/mips/vr41xx/common/init.c Thu Mar 3 07:26:49 2005 +++ a/arch/mips

[PATCH 2.6.11-mm1] mips: fix section type conflict about mpc30x

2005-03-06 Thread Yoichi Yuasa
-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/pci/fixup-mpc30x.c a/arch/mips/pci/fixup-mpc30x.c --- a-orig/arch/mips/pci/fixup-mpc30x.c Fri Nov 5 00:42:26 2004 +++ a/arch/mips/pci/fixup-mpc30x.c Mon Jan 10 23:54:09 2005 @@ -29,7 +29,7 @@ VRC4173_USB_IRQ

Re: [PATCH 2.6.11-mm1] mips: more convert verify_area to access_ok

2005-03-06 Thread Yoichi Yuasa
On Mon, 7 Mar 2005 00:55:30 +0100 (CET) Jesper Juhl [EMAIL PROTECTED] wrote: On Sun, 6 Mar 2005, Yoichi Yuasa wrote: This patch converts verify_area to access_ok for include/asm-mips. Yeah, that's one of the few bits I had not done yet. Thank you for taking a look at that. I don't

Re: [patch 4/5] audit mips fix

2005-03-10 Thread Yoichi Yuasa
Hi Ralf, On Thu, 10 Mar 2005 17:14:29 + Ralf Baechle [EMAIL PROTECTED] wrote: On Fri, Mar 04, 2005 at 01:16:57PM -0800, [EMAIL PROTECTED] wrote: Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] Signed-off-by: Andrew Morton [EMAIL PROTECTED] @@ -307,7 +308,7 @@ asmlinkage void

[PATCH 2.6.12-rc1-mm2] update VR41xx RTC support

2005-03-24 Thread Yoichi Yuasa
This patch updates NEC VR4100 series RTC support. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc1-mm2-orig/arch/mips/vr41xx/common/Makefile rc1-mm2/arch/mips/vr41xx/common/Makefile --- rc1-mm2-orig/arch/mips/vr41xx/common/Makefile Fri Mar 25 00:42:00 2005

[PATCH 2.6.12-rc1-mm4] mips: warning fix audit_arch()

2005-04-01 Thread Yoichi Yuasa
This patch had fixed the following warning about audit_arch(). ptrace.o arch/mips/kernel/ptrace.c:305: warning: function declaration isn't a prototype Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc1-mm4-orig/arch/mips/kernel/ptrace.c rc1-mm4/arch/mips/kernel

[PATCH 2.6.12-rc1-mm4] mips: remove obsolete VR41xx RTC function from vr41xx.h

2005-04-03 Thread Yoichi Yuasa
This patch had removed obsolete VR41xx RTC function from vr41xx.h . I forgot to put this change in update VR41xx RTC support. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc1-mm4-orig/include/asm-mips/vr41xx/vr41xx.h rc1-mm4/include/asm-mips/vr41xx/vr41xx.h

[PATCH 2.6.12-rc1-mm4] mips: update VR41xx CPU-PCI bridge support

2005-04-04 Thread Yoichi Yuasa
This patch updates NEC VR4100 series CPU-PCI bridge support. This patch already had applied to Ralf's cvs. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc1-mm4-orig/arch/mips/pci/ops-vr41xx.c rc1-mm4/arch/mips/pci/ops-vr41xx.c --- rc1-mm4-orig/arch/mips/pci/ops

Re: [PATCH 2.6.12-rc1-mm4] mips: update VR41xx CPU-PCI bridge support

2005-04-04 Thread Yoichi Yuasa
Hello Andrew, I received a comment from Mita-san. On Tue, 5 Apr 2005 00:45:24 +0900 Yoichi Yuasa [EMAIL PROTECTED] wrote: This patch updates NEC VR4100 series CPU-PCI bridge support. This patch already had applied to Ralf's cvs. snip + if (request_mem_region(PCIU_BASE, PCIU_SIZE

Re: gpio api

2005-02-21 Thread Yoichi Yuasa
On Mon, 21 Feb 2005 11:02:24 +0100 Asier Llano Palacios [EMAIL PROTECTED] wrote: I think that implementing a GPIO interface is a must-have. And I also think that your proposal is awesome. I work with GPIOs a lot, and I hate not doing it in a cross-platform way. I generally agree with your

[PATCH 2.6.11-rc4-mm1] mips: fixed confliction types for pcibios_align_resource

2005-02-23 Thread Yoichi Yuasa
] Error 1 make: *** [arch/mips/pci] Error 2 Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/pci/pci.c a/arch/mips/pci/pci.c --- a-orig/arch/mips/pci/pci.c Sun Feb 13 12:06:55 2005 +++ a/arch/mips/pci/pci.c Thu Feb 24 00:11:17 2005 @@ -50,8 +50,7

[PATCH 2.9.11-rc4-mm1] mips: fixed kernel code resource initialization errors

2005-02-23 Thread Yoichi Yuasa
: (near initialization for 'data_resource.start') make[1]: *** [arch/mips/kernel/setup.o] Error 1 make: *** [arch/mips/kernel] Error 2 Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/kernel/setup.c a/arch/mips/kernel/setup.c --- a-orig/arch/mips/kernel

[PATCH 2.6.11-rc5-mm1] mips: fixed do_syscall_trace

2005-03-02 Thread Yoichi Yuasa
/kernel/ptrace.c:310: error: 'struct pt_regs' has no member named 'orig_eax' arch/mips/kernel/ptrace.c:314: warning: implicit declaration of function 'audit_syscall_exit' make[1]: *** [arch/mips/kernel/ptrace.o] Error 1 make: *** [arch/mips/kernel] Error 2 Yoichi Signed-off-by: Yoichi Yuasa

[PATCH 2.6.11-rc5-mm1] mips: update CMU

2005-03-02 Thread Yoichi Yuasa
This patch updates cmu.c to get the resource by standard method. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/pci/pci-vr41xx.c a/arch/mips/pci/pci-vr41xx.c --- a-orig/arch/mips/pci/pci-vr41xx.c Sun Feb 13 12:08:05 2005 +++ a/arch/mips/pci/pci

[PATCH 2.6.11-rc5-mm1] mips: add __init

2005-03-02 Thread Yoichi Yuasa
This patch adds __init for the function used only for initialization. This patch is only for 2.6.11-rc5-mm1. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/vr41xx/casio-e55/setup.c a/arch/mips/vr41xx/casio-e55/setup.c --- a-orig/arch/mips/vr41xx

[PATCH 2.6.11-rc5-mm1] serial: update vr41xx_siu

2005-03-02 Thread Yoichi Yuasa
This patch updates serial driver for VR41xx serial unit. Some check are added to verify_port. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/drivers/serial/vr41xx_siu.c a/drivers/serial/vr41xx_siu.c --- a-orig/drivers/serial/vr41xx_siu.c Wed Mar 2 01:04:39

[PATCH 2.6.11-rc5-mm1] mips: calculate clock at any time

2005-03-02 Thread Yoichi Yuasa
This patch changes bcu.c to calculate clock at any time. Because clock can be changed. Moreover, EXPORT_SYMBOL_GPLs are added to it. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/bcu.c a/arch/mips/vr41xx/common/bcu.c --- a-orig/arch

[PATCH 2.6.11-rc2-mm1] mips: fixed restore_sigcontext/restore_sigcontext32

2005-01-25 Thread Yoichi Yuasa
This patch had fixed restore_sigcontext/restore_sigcontext32 about MIPS. This patch is only for 2.6.11-rc2-mm1. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/kernel/signal.c a/arch/mips/kernel/signal.c --- a-orig/arch/mips/kernel/signal.cTue

[PATCH 2.6.11-rc2-mm1] mips: fix LTT for MIPS

2005-01-25 Thread Yoichi Yuasa
This patch had fixed LTT for MIPS. This patch is only for 2.6.11-rc2-mm1. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/kernel/traps.c a/arch/mips/kernel/traps.c --- a-orig/arch/mips/kernel/traps.c Tue Jan 25 09:23:41 2005 +++ a/arch/mips/kernel

[PATCH 2.6.11-rc2-mm2] serial: add NEC VR4100 series serial support

2005-01-31 Thread Yoichi Yuasa
This patch adds serial driver for NEC VR4100 series serial interface unit. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/Documentation/devices.txt a/Documentation/devices.txt --- a-orig/Documentation/devices.txtMon Jan 31 00:42:18 2005

Re: [PATCH 2.6.11-rc2-mm2] mips: iomap

2005-02-03 Thread Yoichi Yuasa
Hi Ralf, On Thu, 3 Feb 2005 13:37:15 +0100 Ralf Baechle [EMAIL PROTECTED] wrote: On Mon, Jan 31, 2005 at 07:46:18AM +0900, Yoichi Yuasa wrote: This patch adds iomap functions to MIPS system. And it still only works for a single PCI bus. Which boards are there a problem? ocelot-c

[PATCH 2.6.11-rc1-mm2] mips: fixed conflicting types

2005-01-20 Thread Yoichi Yuasa
: conflicting types for `csum_partial_copy_from_user' include/asm/checksum.h:38: error: previous declaration of `csum_partial_copy_from_user' make[1]: *** [arch/mips/lib/csum_partial_copy.o] Error 1 make: *** [arch/mips/lib] Error 2 Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff

[PATCH] mips: fixed LTT build errors

2005-01-20 Thread Yoichi Yuasa
This patch had fixed LTT build errors on MIPS. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff a-orig/arch/mips/kernel/irq.c a/arch/mips/kernel/irq.c --- a-orig/arch/mips/kernel/irq.c Fri Jan 21 00:15:19 2005 +++ a/arch/mips/kernel/irq.cFri Jan 21 08:17:31

[PATCH] mips: fix build warnings

2005-08-24 Thread Yoichi Yuasa
include/asm/reg.h:73:5: warning: CONFIG_64BIT is not defined Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm2-orig/arch/mips/kernel/genex.S mm2/arch/mips/kernel/genex.S --- mm2-orig/arch/mips/kernel/genex.S 2005-08-24 23:04:03.0 +0900 +++ mm2/arch/mips

[PATCH] mips: remove timex.h for vr41xx

2005-08-30 Thread Yoichi Yuasa
Hi, vr41xx doesn't need mach-vr41xx/timex.h. This patch has removed mach-vr41xx/timex.h. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc6-mm2-orig/include/asm-mips/mach-vr41xx/timex.h rc6-mm2/include/asm-mips/mach-vr41xx/timex.h --- rc6-mm2-orig/include/asm-mips

[PATCH] mips: remove typedef from struct flock

2005-09-01 Thread Yoichi Yuasa
/offset.c:15: include/asm/fcntl.h:53: warning: useless keyword or type name in empty declaration Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/include/asm-mips/fcntl.h mm1/include/asm-mips/fcntl.h --- mm1-orig/include/asm-mips/fcntl.h 2005-09-01 21:58:47.0

[PATCH] mips: remove the unused variable about futex

2005-09-02 Thread Yoichi Yuasa
Hi, This patch has removed the unused variable about futex. Please apply. Yoichi CC kernel/futex.o In file included from kernel/futex.c:43: include/asm/futex.h: In function `futex_atomic_op_inuser': include/asm/futex.h:17: warning: unused variable `tem' Signed-off-by: Yoichi Yuasa

[PATCH][3/4] mips: remove vrc4171 config

2005-08-11 Thread Yoichi Yuasa
Hi, This patch has removed obsolete VRC4171 config. Please apply. Yoichi diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig --- mm1-orig/arch/mips/Kconfig 2005-08-11 23:39:49.0 +0900 +++ mm1/arch/mips/Kconfig 2005-08-11 23:40:22.0 +0900 @@ -153,12

[PATCH][1/4] mips: add TANBAC VR4131 multichip module

2005-08-11 Thread Yoichi Yuasa
Hi, This patch has added TANBAC VR4131 multichip module in arch/mips/Kconfig Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig --- mm1-orig/arch/mips/Kconfig 2005-08-02 13:45:48.0 +0900 +++ mm1

[PATCH][2/4] mips: add default select configs for vr41xx

2005-08-11 Thread Yoichi Yuasa
Hi, This patch has added default select configs for vr41xx. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig --- mm1-orig/arch/mips/Kconfig 2005-08-11 23:21:13.0 +0900 +++ mm1/arch/mips/Kconfig

[PATCH][4/4] mips: changed from VR41xx to VR4100 series in Kconfig

2005-08-11 Thread Yoichi Yuasa
Hi, This patch has changed from VR41XX to VR4100 series in arch/mips/Kconfig. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig --- mm1-orig/arch/mips/Kconfig 2005-08-11 23:47:04.0 +0900 +++ mm1

[PATCH] mips: add pcibios_select_root

2005-08-19 Thread Yoichi Yuasa
Hi, This patch has added pcibios_select_root to MIPS. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/include/asm-mips/pci.h mm1/include/asm-mips/pci.h --- mm1-orig/include/asm-mips/pci.h 2005-08-20 00:04:18.0 +0900 +++ mm1/include

[PATCH] fix warning of TANBAC_TB0219 in drivers/char/Kconfig

2005-08-19 Thread Yoichi Yuasa
/mconf arch/i386/Kconfig drivers/char/Kconfig:847:warning: 'select' used by config symbol 'TANBAC_TB0219' refer to undefined symbol 'PCI_VR41XX' otherwise things seem to be ok here. Here is a patch for this warning fix. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X

[PATCH] mips: add pcibios_bus_to_resource

2005-08-21 Thread Yoichi Yuasa
Hi, This patch has added pcibios_bus_to_resource to MIPS. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/pci/pci.c mm1/arch/mips/pci/pci.c --- mm1-orig/arch/mips/pci/pci.c2005-08-21 01:35:21.0 +0900 +++ mm1/arch/mips

[PATCH] mips: remove obsolete GIU function call for vr41xx

2005-08-01 Thread Yoichi Yuasa
Hi, This patch has removed obsolete GIU function call for vr41xx. This patch already has been applied to mips tree. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff rc4-orig/arch/mips/pci/fixup-tb0219.c rc4/arch/mips/pci/fixup-tb0219.c --- rc4-orig/arch

[PATCH] mips: change system type name in proc for vr41xx

2005-08-01 Thread Yoichi Yuasa
Hi, This patch has changed system type name in proc for vr41xx. This patch already has been applied to mips tree. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff git2-orig/arch/mips/Makefile git2/arch/mips/Makefile --- git2-orig/arch/mips/Makefile

[PATCH] mips: update IRQ handling for vr41xx

2005-08-01 Thread Yoichi Yuasa
Hi, 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 This patch already has been applied to mips tree. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff

[PATCH] mips: moreover remove vr4181

2005-08-07 Thread Yoichi Yuasa
Hi, We also need this patch for removing mips vr4181. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/Makefile mm1/arch/mips/Makefile --- mm1-orig/arch/mips/Makefile 2005-08-07 22:15:17.0 +0900 +++ mm1/arch/mips/Makefile

[PATCH] mmc: fix au1xmmc build error

2006-12-03 Thread Yoichi Yuasa
-by: Yoichi Yuasa [EMAIL PROTECTED] diff -pruN -X linux-2.6.19-rc6-mm2/Documentation/dontdiff linux-2.6.19-rc6-mm2-orig/drivers/mmc/au1xmmc.c linux-2.6.19-rc6-mm2/drivers/mmc/au1xmmc.c --- linux-2.6.19-rc6-mm2-orig/drivers/mmc/au1xmmc.c 2006-11-29 10:11:46.026275500 +0900 +++ linux-2.6.19-rc6-mm2

[PATCH] mips: add TANBAC TB0287 support

2005-09-07 Thread Yoichi Yuasa
Hi This patch has added TANBAC TB0287 support. Please apply. Yoichi Signed-off-by: Yoichi Yuasa [EMAIL PROTECTED] diff -urN -X dontdiff mm1-orig/arch/mips/Kconfig mm1/arch/mips/Kconfig --- mm1-orig/arch/mips/Kconfig 2005-09-01 21:58:37.0 +0900 +++ mm1/arch/mips/Kconfig 2005-09

Re: cobalt_btns.c - struct platform_device compile error

2008-02-17 Thread Yoichi Yuasa
Hi, I already sent a patch to Dmitry. Yoichi On Sun, 17 Feb 2008 22:09:35 +0200 Adrian Bunk [EMAIL PROTECTED] wrote: Commit b037b08e59633d939d79f1df9c43c6625f8db904 broke the compilation of cobalt_btns.c: -- snip -- ... CC drivers/input/misc/cobalt_btns.o ...

Re: rtc_cmos: error after first write to wakealarm

2007-06-15 Thread Yoichi Yuasa
On Fri, 15 Jun 2007 08:33:08 +0200 Tino Keitel [EMAIL PROTECTED] wrote: Hi, I have the following strange behaviour with rtc_cmos: $ echo 1181934240 /sys/class/rtc/rtc0/wakealarm bash: echo: write error: Device or resource busy $ rmmod rtc_cmos $ modprobe rtc_cmos $ echo 1181934240

[PATCH] MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches

2013-10-02 Thread Yoichi Yuasa
...@iki.fi Tested-by: Aaro Koskinen aaro.koski...@iki.fi Signed-off-by: Yoichi Yuasa yu...@linux-mips.org --- arch/mips/mm/c-r4k.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 627883b..bc6f96f 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips

Re: Linux 3.12-rc2 - MIPS regression

2013-10-01 Thread Yoichi Yuasa
of rc2. MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches Signed-off-by: Yoichi Yuasa yu...@linux-mips.org diff --git a/arch/mips/mm/c-r4k.c b/arch/mips/mm/c-r4k.c index 627883b..2492e60 100644 --- a/arch/mips/mm/c-r4k.c +++ b/arch/mips/mm/c-r4k.c @@ -609,6 +609,7 @@ static void

[PATCH 2.6.12-rc1-mm4] mips: warning fix audit_arch()

2005-04-01 Thread Yoichi Yuasa
This patch had fixed the following warning about audit_arch(). ptrace.o arch/mips/kernel/ptrace.c:305: warning: function declaration isn't a prototype Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff rc1-mm4-orig/arch/mips/kernel/ptrace.c rc1-mm4/arch/mips/

[PATCH 2.6.12-rc1-mm4] mips: remove obsolete VR41xx RTC function from vr41xx.h

2005-04-03 Thread Yoichi Yuasa
This patch had removed obsolete VR41xx RTC function from vr41xx.h . I forgot to put this change in "update VR41xx RTC support". Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff rc1-mm4-orig/include/asm-mips/vr41xx/vr41xx.h rc1-mm4/include/asm-mips

[PATCH 2.6.12-rc1-mm4] mips: update VR41xx CPU-PCI bridge support

2005-04-04 Thread Yoichi Yuasa
This patch updates NEC VR4100 series CPU-PCI bridge support. This patch already had applied to Ralf's cvs. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff rc1-mm4-orig/arch/mips/pci/ops-vr41xx.c rc1-mm4/arch/mips/pci/ops-vr41xx.c --- rc1-mm4-orig/arch/mips/p

Re: [PATCH 2.6.12-rc1-mm4] mips: update VR41xx CPU-PCI bridge support

2005-04-04 Thread Yoichi Yuasa
Hello Andrew, I received a comment from Mita-san. On Tue, 5 Apr 2005 00:45:24 +0900 Yoichi Yuasa <[EMAIL PROTECTED]> wrote: > This patch updates NEC VR4100 series CPU-PCI bridge support. > This patch already had applied to Ralf's cvs. > > + if (request_mem_region(PC

[PATCH 2.6.12-rc2-mm1] mips: remove #include two times

2005-04-06 Thread Yoichi Yuasa
This patch removes #include . Because it includes two times. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff rc2-mm1-orig/arch/mips/kernel/ptrace.c rc2-mm1/arch/mips/kernel/ptrace.c --- rc2-mm1-orig/arch/mips/kernel/ptrace.c Tue Apr 5 23:19:16 2005 +

[PATCH 2.6.11-rc3-mm1] mips: add unknown page size string

2005-02-07 Thread Yoichi Yuasa
This patch had fixed the following warning. arch/mips/lib-32/dump_tlb.c: In function 'dump_tlb': arch/mips/lib-32/dump_tlb.c:69: warning: control may reach end of non-void function 'msk2str' being inlined This patch adds return value, when page size is not match. Yoichi Signed-off-by: Yoichi

[PATCH 2.6.11-rc3-mm1] pcmcia: update vrc4171_card

2005-02-07 Thread Yoichi Yuasa
This patch updates vrc4171 pcmcia driver. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/Makefile a/arch/mips/vr41xx/common/Makefile --- a-orig/arch/mips/vr41xx/common/Makefile Thu Feb 3 10:55:52 2005 +++ a/arch/mips/

[PATCH 2.6.11-rc3-mm1] add TANBAC TB0219 base board driver

2005-02-08 Thread Yoichi Yuasa
This patch adds GPIO/LED/DIPSW driver for TANBAC TB0219. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/Kconfig a/arch/mips/Kconfig --- a-orig/arch/mips/KconfigTue Feb 8 00:19:49 2005 +++ a/arch/mips/Kconfig Tue Feb 8 00:53:47 2005 @@ -

[PATCH 2.6.11-rc3-mm2] remove TANBAC_TB0219 doubly registered in kernel config

2005-02-10 Thread Yoichi Yuasa
This patch removes TANBAC_TB0219 doubly registered in kernel config. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/Kconfig a/arch/mips/Kconfig --- a-orig/arch/mips/KconfigThu Feb 10 21:13:55 2005 +++ a/arch/mips/Kconfig Thu Feb 10 22

[PATCH 2.6.11-rc3-mm2] serial: add the output interface control to VR41xx SIU driver

2005-02-11 Thread Yoichi Yuasa
This patch adds the output interface control to VR41xx SIU driver. And obsolete function for VR41xx SIU is removed. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/vr41xx/casio-e55/setup.c a/arch/mips/vr41xx/casio-e55/setup.c --- a-orig/arc

Re: gpio api

2005-02-21 Thread Yoichi Yuasa
On Mon, 21 Feb 2005 11:02:24 +0100 Asier Llano Palacios <[EMAIL PROTECTED]> wrote: > I think that implementing a GPIO interface is a must-have. And I also > think that your proposal is awesome. I work with GPIOs a lot, and I hate > not doing it in a cross-platform way. > > I generally agree with

[PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support

2005-04-13 Thread Yoichi Yuasa
; > If port 1 fails to be registered... > > > + > > + if (i == 0 && retval < 0) { > > + uart_unregister_driver(_uart_driver); > > + return retval; > > + } > > + > > + return 0; > > +} > > + > > +

Re: [PATCH 2.6.12-rc2-mm3] serial: update NEC VR4100 series serial support

2005-04-13 Thread Yoichi Yuasa
On Wed, 13 Apr 2005 16:02:48 +0100 Russell King <[EMAIL PROTECTED]> wrote: > On Wed, Apr 13, 2005 at 11:18:27PM +0900, Yoichi Yuasa wrote: > > static struct uart_ops early_uart_ops = { > > - .set_termios= early_set_termios, > > + .set_t

[PATCH 2.6.13-rc2-mm1] add PCI IRQ initialization to TB0219

2005-07-09 Thread Yoichi Yuasa
Hi, This patch had added PCI IRQ initialization to TB0219 driver. Please apply. Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff mm1-orig/drivers/char/tb0219.c mm1/drivers/char/tb0219.c --- mm1-orig/drivers/char/tb0219.c 2005-07-06 12:46:33.0 +0900 +

[PATCH 2.6.11-mm1] mips: more convert verify_area to access_ok

2005-03-06 Thread Yoichi Yuasa
This patch converts verify_area to access_ok for include/asm-mips. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/include/asm-mips/uaccess.h a/include/asm-mips/uaccess.h --- a-orig/include/asm-mips/uaccess.h Sat Mar 5 04:15:22 2005 +++ a/include/as

[PATCH 2.6.11-mm1] mips: add spare timer init

2005-03-06 Thread Yoichi Yuasa
This patch adds spare timer initialization for NEC VR41xx. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/vr41xx/common/init.c a/arch/mips/vr41xx/common/init.c --- a-orig/arch/mips/vr41xx/common/init.c Thu Mar 3 07:26:49 2005 +++

[PATCH 2.6.11-mm1] mips: fix section type conflict about mpc30x

2005-03-06 Thread Yoichi Yuasa
-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/pci/fixup-mpc30x.c a/arch/mips/pci/fixup-mpc30x.c --- a-orig/arch/mips/pci/fixup-mpc30x.c Fri Nov 5 00:42:26 2004 +++ a/arch/mips/pci/fixup-mpc30x.c Mon Jan 10 23:54:09 2005 @@ -29,7 +29,7 @@ VRC4173_U

Re: [PATCH 2.6.11-mm1] mips: more convert verify_area to access_ok

2005-03-06 Thread Yoichi Yuasa
On Mon, 7 Mar 2005 00:55:30 +0100 (CET) Jesper Juhl <[EMAIL PROTECTED]> wrote: > On Sun, 6 Mar 2005, Yoichi Yuasa wrote: > > > This patch converts verify_area to access_ok for include/asm-mips. > > > Yeah, that's one of the few bits I had not done yet. Tha

Re: [patch 4/5] audit mips fix

2005-03-10 Thread Yoichi Yuasa
Hi Ralf, On Thu, 10 Mar 2005 17:14:29 + Ralf Baechle <[EMAIL PROTECTED]> wrote: > On Fri, Mar 04, 2005 at 01:16:57PM -0800, [EMAIL PROTECTED] wrote: > > > Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> > > Signed-off-by: Andrew Morton <[EMAIL PR

[PATCH 2.6.11-rc2-mm1] mips: fix LTT for MIPS

2005-01-25 Thread Yoichi Yuasa
This patch had fixed LTT for MIPS. This patch is only for 2.6.11-rc2-mm1. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/kernel/traps.c a/arch/mips/kernel/traps.c --- a-orig/arch/mips/kernel/traps.c Tue Jan 25 09:23:41 2005 +++ a/arc

[PATCH 2.6.11-rc2-mm2] mips: fixed restore_sigcontext

2005-01-30 Thread Yoichi Yuasa
This patch had fixed restore_sigcontext about MIPS. This patch is only for 2.6.11-rc2-mm2. Yoichi Signed-off-by: Yoichi Yuasa <[EMAIL PROTECTED]> diff -urN -X dontdiff a-orig/arch/mips/kernel/signal-common.h a/arch/mips/kernel/signal-common.h --- a-orig/arch/mips/kernel/signal-common.h

  1   2   >