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

2013-10-02 Thread Yoichi Yuasa
-by: Aaro Koskinen Tested-by: Aaro Koskinen Signed-off-by: Yoichi Yuasa --- 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/mm/c-r4k.c @@ -609,6 +609,7

[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
tch on top of rc2. MIPS: Fix forgotten preempt_enable() when CPU has inclusive pcaches Signed-off-by: Yoichi Yuasa 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 r4k

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

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: 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: 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

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

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][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

[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.397

[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/driver

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

[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

[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

[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: [PATCH] leds: add #include 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 to > > include/linux/leds.h for rwlock_t. > > > &g

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] leds: add #include to include/linux/leds.h for rwlock_t

2007-09-04 Thread Yoichi Yuasa
This patch has added #include 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-04

[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

[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/Docu

[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, > > > > > >

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

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: Una

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] 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 -p

[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: 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

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] 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/driver

[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

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

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] 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/t

[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

[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

[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

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) > > +{ > > + button

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. > >

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] 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/d

[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

[PATCH] mmc: fix au1xmmc build error

2006-12-03 Thread Yoichi Yuasa
Signed-off-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 +++ linu

[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 2

[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

[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] 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] 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.000

[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 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/inclu

[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: fix build warnings

2005-08-24 Thread Yoichi Yuasa
uot; is not defined arch/mips/mm/tlbex.c:519:5: warning: "CONFIG_64BIT" is not defined 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

[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: 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 +++ mm

[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] fix warning of TANBAC_TB0219 in drivers/char/Kconfig

2005-08-19 Thread Yoichi Yuasa
lains a little : > > $ make menuconfig > scripts/kconfig/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 warn

[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 +

[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][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 +

[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/K

[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 +

[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][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: 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/Ma

[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] 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 -

[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/Ma

[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 --- rc

[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: 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/arc

[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

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

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 fro

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 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 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.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

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.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; > > +} > > + > > +

[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.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.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

  1   2   >