Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-09-06 Thread Chris Ball
Hi, On Thu, Aug 29 2013, Laurent Pinchart wrote: >> Any progress on this? linux-next builds are still failing for the >> following defconfigs because of this removal: > > Chris, could you please drop 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() > callback from platform data" from your tree or rever

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-29 Thread Laurent Pinchart
Hi Chris, On Thursday 29 August 2013 07:42:26 Kevin Hilman wrote: > On Wed, Aug 28, 2013 at 12:51 AM, Laurent Pinchart wrote: > > On Wednesday 28 August 2013 08:41:26 Lee Jones wrote: > >> > > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > >> > > platform data", .set_pwr() callbac

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-29 Thread Kevin Hilman
On Wed, Aug 28, 2013 at 12:51 AM, Laurent Pinchart wrote: > Hi Lee, > > (Dropping Ian Molton from the CC list as the e- > mail address isn't valid anymore) > > On Wednesday 28 August 2013 08:41:26 Lee Jones wrote: >> > > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from >> > > platfor

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-28 Thread Laurent Pinchart
Hi Lee, (Dropping Ian Molton from the CC list as the e- mail address isn't valid anymore) On Wednesday 28 August 2013 08:41:26 Lee Jones wrote: > > > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > > > platform data", .set_pwr() callback is removed from platform data. > > > Thus,

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-28 Thread Lee Jones
> > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > > platform data", .set_pwr() callback is removed from platform data. > > Thus, .set_pwr() is not used anymore. Also, this patch fixes > > the following build error and warning. > > > > drivers/mfd/asic3.c:724:2: error: unknown fie

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-28 Thread Lee Jones
> > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > > platform data", .set_pwr() callback is removed from platform data. > > Thus, .set_pwr() is not used anymore. Also, this patch fixes > > the following build error and warning. > > I made this patch based on linux-next tree. > >

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-28 Thread Laurent Pinchart
Hi Jingoo, Thank you for the patch. On Wednesday 28 August 2013 14:52:16 Jingoo Han wrote: > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > platform data", .set_pwr() callback is removed from platform data. > Thus, .set_pwr() is not used anymore. Also, this patch fixes > the foll

Re: [PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
On Wednesday, August 28, 2013 2:52 PM, Jingoo Han wrote: > > Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from > platform data", .set_pwr() callback is removed from platform data. > Thus, .set_pwr() is not used anymore. Also, this patch fixes > the following build error and warning. I

[PATCH 1/5] mfd: asic3: Remove .set_pwr() callback

2013-08-27 Thread Jingoo Han
Since 3af9d15 "mmc: tmio-mmc: Remove .set_pwr() callback from platform data", .set_pwr() callback is removed from platform data. Thus, .set_pwr() is not used anymore. Also, this patch fixes the following build error and warning. drivers/mfd/asic3.c:724:2: error: unknown field 'set_pwr' specified i