Re: i386: pata_cs5520 does not work

2007-07-19 Thread TAKADA Yoshihito
Hi. That's good. It seems to works fine. On Thu, 19 Jul 2007 16:18:21 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > O> > rc = devm_request_irq(&pdev->dev, irq[ap->port_no], > > > ata_interrupt, 0, DRV_NAME, host); > > > > devm_request_irq() is called twice from loop. > > In 1st time, ap->port_no

Re: Please revert "fix typo in geode_configre()@cyrix.c"

2007-02-02 Thread TAKADA Yoshihito
Hi. I'm late. I'll to resend the patch against 2.6.19. original code doesn't write back to CCR4 register. this patch reflects a value of a register. diff -Narup linux-2.6.19.orig/arch/i386/kernel/cpu/cyrix.c linux-2.6.19/arch/i386/kernel/cpu/cyrix.c --- linux-2.6.19.orig/arch/i386/kernel/cpu/cy

[PATCH 1/1] i386: Geode's TSC is not neccessary to mark tu unstable

2007-07-15 Thread TAKADA Yoshihito
2f7e4 Author: Thomas Gleixner <[EMAIL PROTECTED]> Date: Thu Mar 22 22:46:18 2007 +0100 [PATCH] i386: clockevents fix breakage on Geode/Cyrix PIT implementations In 2.6.22, marks unstable GeodeGX's TSC. However, it is not necessary to mark TSC is unstable. Signed-off-by: TAKADA Y

i386: pata_cs5520 does not work

2007-07-15 Thread TAKADA Yoshihito
Hi. I update to 2.6.22.1 from 2.6.21.5. And PC cannot mount /. It seems pata_cs5520 does not find IDE controller. (I don't have serial cable for CS5520 board now. I cannt read boot messages.) 2.6.21 is OK. In 2.6.22, IDE driver is OK. Is any information necessary? - To unsubscribe from this list: s

Re: [PATCH 1/1] i386: Geode's TSC is not neccessary to mark tu unstable

2007-07-15 Thread TAKADA Yoshihito
Hi. Thanks. you are right. TSC is still unstable. On Sun, 15 Jul 2007 21:06:27 +0200 Juergen Beisert <[EMAIL PROTECTED]> wrote: > Hi, > > On Sunday 15 July 2007 14:00, TAKADA Yoshihito wrote: > > Hi. I reported to remove pit_latch_buggy(http://lkml.org/lkml/2007/2/10/8).

Re: i386: pata_cs5520 does not work

2007-07-15 Thread TAKADA Yoshihito
From: Alan Cox <[EMAIL PROTECTED]> Subject: Re: i386: pata_cs5520 does not work Date: Sun, 15 Jul 2007 18:39:24 +0100 > On Mon, 16 Jul 2007 01:41:15 +0900 (JST) > TAKADA Yoshihito <[EMAIL PROTECTED]> wrote: > > > Hi. > > I update to 2.6.22.1 from 2.6.21.5. An

Re: i386: pata_cs5520 does not work

2007-07-18 Thread TAKADA Yoshihito
Hi. Thanks for reply. It is not issue of pata_cs5520. In good case, ReiserFS detects root partition. Bad case, ReiserFS does not detects partition. ReiserFS: sda2: found reiserfs format "3.6" with standard journal On Wed, 18 Jul 2007 14:42:12 +0100 Alan Cox <[EMAIL PROTECTED]> wrote: > > > I'll

Re: i386: pata_cs5520 does not work

2007-07-19 Thread TAKADA Yoshihito
From: TAKADA Yoshihito <[EMAIL PROTECTED]> Subject: Re: i386: pata_cs5520 does not work Date: Thu, 19 Jul 2007 02:20:39 +0900 Hi. I found it return from cs5520_init_one(); devm_request_irq() is failed. > rc = devm_request_irq(&pdev->dev, irq[ap->port_no], > ata_interr

i386: [PATCH 1/1] remove-pit-latch-buggy

2007-06-27 Thread TAKADA Yoshihito
In 2.6.18, replace times with clockevents. arch/i386/kernel/timers/ was removed. `pit_latch_buggy' was referred in timers/timer_tsc.c, and currently removed. Therefore nobody refer it. It has no effect already. Signed-off-by: TAKADA Yoshihito <[EMAIL PROTECTED]> diff -Narup a/arch/