Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-23 Thread Jean Delvare
Hi Paul, On Wed, 22 Apr 2009 22:56:52 +1000, Paul Mackerras wrote: > Jean Delvare writes: > > We're past -rc3 because people discuss instead of testing my patches. > > Otherwise everything would be merged already. > > Well, no. The first conversion patch that I saw was posted after the > merge w

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-22 Thread Takashi Iwai
At Wed, 22 Apr 2009 22:56:52 +1000, Paul Mackerras wrote: > > Jean Delvare writes: > > > > I sympathize, but throwing disruptive changes into Linus' tree when > > > we're past -rc3 is not the way to solve the problem. > > > > We're past -rc3 because people discuss instead of testing my patches.

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-22 Thread Paul Mackerras
Jean Delvare writes: > > I sympathize, but throwing disruptive changes into Linus' tree when > > we're past -rc3 is not the way to solve the problem. > > We're past -rc3 because people discuss instead of testing my patches. > Otherwise everything would be merged already. Well, no. The first con

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-22 Thread Jean Delvare
Hi Paul, On Wed, 22 Apr 2009 19:34:40 +1000, Paul Mackerras wrote: > Jean Delvare writes: > > > Not removing it now has a high risk of developers continuing to ignore > > the deprecation warnings and adding new legacy drivers, which I then > > must convert to the new model. This never ends. > >

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-22 Thread Paul Mackerras
Jean Delvare writes: > Not removing it now has a high risk of developers continuing to ignore > the deprecation warnings and adding new legacy drivers, which I then > must convert to the new model. This never ends. > > I know my behavior may seem a bit rude, but apparently this is the only > way

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Wolfram Sang
> Not removing it now has a high risk of developers continuing to ignore > the deprecation warnings and adding new legacy drivers, which I then > must convert to the new model. This never ends. > > I know my behavior may seem a bit rude, but apparently this is the only > way to get things to actua

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Jean Delvare
Hi Paul, Takashi, On Tue, 21 Apr 2009 08:33:43 +0200, Takashi Iwai wrote: > At Tue, 21 Apr 2009 08:34:02 +1000, > Paul Mackerras wrote: > > > > Jean Delvare writes: > > > > > Takashi, please push this patch to Linus quickly, as this is blocking > > > the removal of the legacy i2c binding model,

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Jean Delvare
On Tue, 21 Apr 2009 11:23:00 +0200, Jean Delvare wrote: > On Tue, 21 Apr 2009 08:31:00 +0200, Takashi Iwai wrote: > > At Mon, 20 Apr 2009 22:56:59 +0200, > > Jean Delvare wrote: > > > > > > The legacy i2c binding model is going away soon, so convert the ppc > > > keywest sound driver to the new mo

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Takashi Iwai
At Tue, 21 Apr 2009 19:33:00 +1000, Paul Mackerras wrote: > > Takashi Iwai writes: > > > At least, the conversion patch Jean posted can be in 2.6.30, I think. > > Really? What regression, security hole or serious bug are you going > to tell Linus that it fixes? :) Build warning fixes :) Taka

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Paul Mackerras
Takashi Iwai writes: > At least, the conversion patch Jean posted can be in 2.6.30, I think. Really? What regression, security hole or serious bug are you going to tell Linus that it fixes? :) Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.or

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Takashi Iwai
At Tue, 21 Apr 2009 11:23:00 +0200, Jean Delvare wrote: > > On Tue, 21 Apr 2009 08:31:00 +0200, Takashi Iwai wrote: > > At Mon, 20 Apr 2009 22:56:59 +0200, > > Jean Delvare wrote: > > > > > > The legacy i2c binding model is going away soon, so convert the ppc > > > keywest sound driver to the new

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-21 Thread Jean Delvare
On Tue, 21 Apr 2009 08:31:00 +0200, Takashi Iwai wrote: > At Mon, 20 Apr 2009 22:56:59 +0200, > Jean Delvare wrote: > > > > The legacy i2c binding model is going away soon, so convert the ppc > > keywest sound driver to the new model or it will break. > > > > Signed-off-by: Jean Delvare > > Cc:

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-20 Thread Takashi Iwai
At Tue, 21 Apr 2009 08:34:02 +1000, Paul Mackerras wrote: > > Jean Delvare writes: > > > Takashi, please push this patch to Linus quickly, as this is blocking > > the removal of the legacy i2c binding model, which is scheduled for > > 2.6.30. > > I really don't think you can remove it from Linus

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-20 Thread Takashi Iwai
At Mon, 20 Apr 2009 22:56:59 +0200, Jean Delvare wrote: > > The legacy i2c binding model is going away soon, so convert the ppc > keywest sound driver to the new model or it will break. > > Signed-off-by: Jean Delvare > Cc: Benjamin Herrenschmidt > Cc: Takashi Iwai > --- > Takashi, please push

Re: [PATCH] keywest: Convert to new-style i2c driver

2009-04-20 Thread Paul Mackerras
Jean Delvare writes: > Takashi, please push this patch to Linus quickly, as this is blocking > the removal of the legacy i2c binding model, which is scheduled for > 2.6.30. I really don't think you can remove it from Linus' tree at this stage in the 2.6.30 cycle. If it was going to be removed it

[PATCH] keywest: Convert to new-style i2c driver

2009-04-20 Thread Jean Delvare
The legacy i2c binding model is going away soon, so convert the ppc keywest sound driver to the new model or it will break. Signed-off-by: Jean Delvare Cc: Benjamin Herrenschmidt Cc: Takashi Iwai --- Takashi, please push this patch to Linus quickly, as this is blocking the removal of the legacy