Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-24 Thread Ulf Hansson
On 23 January 2013 12:18, Lee Jones wrote: > On Wed, 23 Jan 2013, Russell King - ARM Linux wrote: > >> On Wed, Jan 23, 2013 at 10:13:49AM +, Lee Jones wrote: >> > On Tue, 22 Jan 2013, Lee Jones wrote: >> > > Are you saying that you won't do it? :) >> > > >> > > Is there anything I can do to ma

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-23 Thread Lee Jones
On Wed, 23 Jan 2013, Russell King - ARM Linux wrote: > On Wed, Jan 23, 2013 at 10:13:49AM +, Lee Jones wrote: > > On Tue, 22 Jan 2013, Lee Jones wrote: > > > Are you saying that you won't do it? :) > > > > > > Is there anything I can do to make the process easier? > > > > Thinking about this

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-23 Thread Russell King - ARM Linux
On Wed, Jan 23, 2013 at 10:13:49AM +, Lee Jones wrote: > On Tue, 22 Jan 2013, Lee Jones wrote: > > Are you saying that you won't do it? :) > > > > Is there anything I can do to make the process easier? > > Thinking about this a little more. Is it easier to remove it from your > tree altogethe

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-23 Thread Lee Jones
On Tue, 22 Jan 2013, Lee Jones wrote: > On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > > > On Tue, Jan 22, 2013 at 10:20:10AM +, Lee Jones wrote: > > > On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > > > > > > > On Tue, Jan 22, 2013 at 10:53:42AM +0100, Linus Walleij wrote: >

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Lee Jones
On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > On Tue, Jan 22, 2013 at 10:20:10AM +, Lee Jones wrote: > > On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > > > > > On Tue, Jan 22, 2013 at 10:53:42AM +0100, Linus Walleij wrote: > > > > On Tue, Jan 22, 2013 at 10:00 AM, Lee Jones

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Russell King - ARM Linux
On Tue, Jan 22, 2013 at 10:20:10AM +, Lee Jones wrote: > On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > > > On Tue, Jan 22, 2013 at 10:53:42AM +0100, Linus Walleij wrote: > > > On Tue, Jan 22, 2013 at 10:00 AM, Lee Jones wrote: > > > > > > >> From: Lee Jones > > > >> > > > >> There

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Lee Jones
On Tue, 22 Jan 2013, Russell King - ARM Linux wrote: > On Tue, Jan 22, 2013 at 10:53:42AM +0100, Linus Walleij wrote: > > On Tue, Jan 22, 2013 at 10:00 AM, Lee Jones wrote: > > > > >> From: Lee Jones > > >> > > >> There are currently two instances of the ios_handler being used. > > >> Both of w

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Linus Walleij
On Tue, Jan 22, 2013 at 11:06 AM, Russell King - ARM Linux wrote: > Actually, the reverse. It does now respect the From: line, but the > From: line will be ignored for all notifications about the patch > because the patch system was never built to parse the actual comments > when sending out the

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Russell King - ARM Linux
On Tue, Jan 22, 2013 at 10:53:42AM +0100, Linus Walleij wrote: > On Tue, Jan 22, 2013 at 10:00 AM, Lee Jones wrote: > > >> From: Lee Jones > >> > >> There are currently two instances of the ios_handler being used. > >> Both of which mearly toy with some regulator settings. Now there > >> is a GP

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Linus Walleij
On Tue, Jan 22, 2013 at 10:00 AM, Lee Jones wrote: >> From: Lee Jones >> >> There are currently two instances of the ios_handler being used. >> Both of which mearly toy with some regulator settings. Now there >> is a GPIO regulator API, we can use that instead, and lessen the >> per platform bur

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2013-01-22 Thread Lee Jones
> From: Lee Jones > > There are currently two instances of the ios_handler being used. > Both of which mearly toy with some regulator settings. Now there > is a GPIO regulator API, we can use that instead, and lessen the > per platform burden. By doing this, we also become more Device > Tree comp

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2012-12-14 Thread Lee Jones
On Fri, 14 Dec 2012, Russell King - ARM Linux wrote: > On Fri, Dec 14, 2012 at 03:30:29PM +0100, Ulf Hansson wrote: > > From: Lee Jones > > > > There are currently two instances of the ios_handler being used. > > Both of which mearly toy with some regulator settings. Now there > > is a GPIO regu

Re: [PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2012-12-14 Thread Russell King - ARM Linux
On Fri, Dec 14, 2012 at 03:30:29PM +0100, Ulf Hansson wrote: > From: Lee Jones > > There are currently two instances of the ios_handler being used. > Both of which mearly toy with some regulator settings. Now there > is a GPIO regulator API, we can use that instead, and lessen the > per platform

[PATCH V2 2/2] mmc: mmci: Move ios_handler functionality into the driver

2012-12-14 Thread Ulf Hansson
From: Lee Jones There are currently two instances of the ios_handler being used. Both of which mearly toy with some regulator settings. Now there is a GPIO regulator API, we can use that instead, and lessen the per platform burden. By doing this, we also become more Device Tree compatible. Cc: C