Re: [PATCH v6 5/5] regulator: RK808: remove redundant code

2014-08-29 Thread Mark Brown
On Fri, Aug 29, 2014 at 06:13:10AM -0700, Doug Anderson wrote: > On Wed, Aug 27, 2014 at 2:01 AM, Mark Brown wrote: > > On Tue, Aug 26, 2014 at 10:18:57PM +0800, Chris Zhong wrote: > >> remove the redundant code, since pdata has been removed from stuct rk808 > > I've applied this but if there's f

Re: [PATCH v6 5/5] regulator: RK808: remove redundant code

2014-08-29 Thread Doug Anderson
Mark, On Wed, Aug 27, 2014 at 2:01 AM, Mark Brown wrote: > On Tue, Aug 26, 2014 at 10:18:57PM +0800, Chris Zhong wrote: >> remove the redundant code, since pdata has been removed from stuct rk808 > > I've applied this but if there's further changes needed please wait > until the MFD changes they

Re: [PATCH v6 5/5] regulator: RK808: remove redundant code

2014-08-27 Thread Mark Brown
On Tue, Aug 26, 2014 at 10:18:57PM +0800, Chris Zhong wrote: > remove the redundant code, since pdata has been removed from stuct rk808 I've applied this but if there's further changes needed please wait until the MFD changes they depend on have been accepted before resending. This will be less w

Re: [PATCH v6 5/5] regulator: RK808: remove redundant code

2014-08-26 Thread Doug Anderson
Chris, On Tue, Aug 26, 2014 at 7:18 AM, Chris Zhong wrote: > remove the redundant code, since pdata has been removed from stuct rk808 > > Signed-off-by: Chris Zhong > > --- > > Changes in v6: > - remove the redundant code > > Changes in v5: > - re-edit base on Mark's branch > > Changes in v4: >