Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-20 Thread Gerhard Pircher
Original-Nachricht > Datum: Mon, 19 Jan 2009 19:28:35 +0100 > Von: Bartlomiej Zolnierkiewicz > An: "Gerhard Pircher" > CC: Benjamin Herrenschmidt , > linux-...@vger.kernel.org, linuxppc-dev@ozlabs.org, grant.lik...@secretlab.ca > Betreff: Re: [P

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-19 Thread Bartlomiej Zolnierkiewicz
linuxppc-dev@ozlabs.org, > > linux-...@vger.kernel.org > > Betreff: Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne > > boards > > > > Yes, it can wait. > > > Although I would like to know from the powerpc maintainer, if my > > >

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-13 Thread Gerhard Pircher
Original-Nachricht > Datum: Tue, 13 Jan 2009 16:02:38 +1100 > Von: Benjamin Herrenschmidt > An: Gerhard Pircher > CC: Bartlomiej Zolnierkiewicz , > grant.lik...@secretlab.ca, linuxppc-dev@ozlabs.org, linux-...@vger.kernel.org > Betreff: Re: [PATCH 5/5]

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-12 Thread Benjamin Herrenschmidt
> Yes, it can wait. > Although I would like to know from the powerpc maintainer, if my platform > patches could still go in 2.6.29, if I resend them in the next days? I guess > it's > too late, right? Yes it is. I'll put them in -next after -rc2 or later, when we are happy with them. That gives

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-12 Thread Gerhard Pircher
Original-Nachricht > Datum: Mon, 12 Jan 2009 18:55:55 +0100 > Von: Bartlomiej Zolnierkiewicz > An: "Gerhard Pircher" > CC: linux-...@vger.kernel.org, linuxppc-dev@ozlabs.org, > grant.lik...@secretlab.ca > Betreff: Re: [PATCH 5/5] ide: Force V

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-12 Thread Bartlomiej Zolnierkiewicz
rg, > > linux-...@vger.kernel.org > > Betreff: Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne > > boards > > > On Wednesday 07 January 2009, Gerhard Pircher wrote: > > > > > > Original-Nachricht > > > > D

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-11 Thread Gerhard Pircher
Original-Nachricht > Datum: Sun, 11 Jan 2009 17:51:55 +0100 > Von: Bartlomiej Zolnierkiewicz > An: "Gerhard Pircher" > CC: "Grant Likely" , linuxppc-dev@ozlabs.org, > linux-...@vger.kernel.org > Betreff: Re: [PATCH 5/5] ide: Force

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-11 Thread Bartlomiej Zolnierkiewicz
On Wednesday 07 January 2009, Gerhard Pircher wrote: > > Original-Nachricht > > Datum: Wed, 7 Jan 2009 08:13:06 -0700 > > Von: "Grant Likely" > > An: "Gerhard Pircher" > > CC: linuxppc-dev@ozlabs.org, bzoln...@gmail.com >

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-07 Thread Gerhard Pircher
Original-Nachricht > Datum: Wed, 7 Jan 2009 08:13:06 -0700 > Von: "Grant Likely" > An: "Gerhard Pircher" > CC: linuxppc-dev@ozlabs.org, bzoln...@gmail.com > Betreff: Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne > bo

Re: [PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-07 Thread Grant Likely
On Wed, Jan 7, 2009 at 7:12 AM, Gerhard Pircher wrote: > The AmigaOne uses the onboard VIA IDE controller in legacy mode (like the > Pegasos). > > Signed-off-by: Gerhard Pircher > --- > drivers/ide/via82cxxx.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) This patch needs to

[PATCH 5/5] ide: Force VIA IDE legacy interrupts for AmigaOne boards

2009-01-07 Thread Gerhard Pircher
The AmigaOne uses the onboard VIA IDE controller in legacy mode (like the Pegasos). Signed-off-by: Gerhard Pircher --- drivers/ide/via82cxxx.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/drivers/ide/via82cxxx.c b/drivers/ide/via82cxxx.c index 2a812d3..086f476 100