Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-11 Thread Mark Brown
On Tue, May 10, 2016 at 10:11:06PM +0200, Arnd Bergmann wrote: > I expect to have to either redo the series anyway, or have Linus pick it > up and forward it. If I resend, I'll add you to Cc for the whole series, > or I can bounce them to you if you like. I'll just wait for the resend I guess.

Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-11 Thread Mark Brown
On Tue, May 10, 2016 at 10:11:06PM +0200, Arnd Bergmann wrote: > I expect to have to either redo the series anyway, or have Linus pick it > up and forward it. If I resend, I'll add you to Cc for the whole series, > or I can bounce them to you if you like. I'll just wait for the resend I guess.

Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 16:08:22 Mark Brown wrote: > On Tue, May 10, 2016 at 03:59:48PM +0200, Arnd Bergmann wrote: > > There is only one instance of ab8500_regulator_platform_data, and it's > > safe to assume we won't ever merge another one, so it's rather pointless > > to pass it through multiple

Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Arnd Bergmann
On Tuesday 10 May 2016 16:08:22 Mark Brown wrote: > On Tue, May 10, 2016 at 03:59:48PM +0200, Arnd Bergmann wrote: > > There is only one instance of ab8500_regulator_platform_data, and it's > > safe to assume we won't ever merge another one, so it's rather pointless > > to pass it through multiple

Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Mark Brown
On Tue, May 10, 2016 at 03:59:48PM +0200, Arnd Bergmann wrote: > There is only one instance of ab8500_regulator_platform_data, and it's > safe to assume we won't ever merge another one, so it's rather pointless > to pass it through multiple levels of platform data pointers. I'm missing patches 1

Re: [PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Mark Brown
On Tue, May 10, 2016 at 03:59:48PM +0200, Arnd Bergmann wrote: > There is only one instance of ab8500_regulator_platform_data, and it's > safe to assume we won't ever merge another one, so it's rather pointless > to pass it through multiple levels of platform data pointers. I'm missing patches 1

[PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Arnd Bergmann
There is only one instance of ab8500_regulator_platform_data, and it's safe to assume we won't ever merge another one, so it's rather pointless to pass it through multiple levels of platform data pointers. This moves the structure and everything referenced by it into the driver that uses it.

[PATCH 2/4] ARM: ux500: move ab8500_regulator_plat_data into driver

2016-05-10 Thread Arnd Bergmann
There is only one instance of ab8500_regulator_platform_data, and it's safe to assume we won't ever merge another one, so it's rather pointless to pass it through multiple levels of platform data pointers. This moves the structure and everything referenced by it into the driver that uses it.