Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Mark Brown
On Tue, Sep 16, 2014 at 12:08:12AM +0200, Heiko Stübner wrote: > I've just tested, patches 3-5 apply and work correctly without this one, so > do > you want to apply them like this or a resend of last 3? No, please implement the changes I asked for in the DT stuff. signature.asc Description:

Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Heiko Stübner
Am Montag, 15. September 2014, 09:59:23 schrieb Mark Brown: > On Sun, Sep 14, 2014 at 09:23:02PM +0200, Heiko Stuebner wrote: > > There is a high potential of more than one of those regulators existing > > on a board, so name the regulator according to the name provided in the > > initdata instead

Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Mark Brown
On Sun, Sep 14, 2014 at 09:23:02PM +0200, Heiko Stuebner wrote: > There is a high potential of more than one of those regulators existing > on a board, so name the regulator according to the name provided in the > initdata instead of statically. No, this is pointless and broken. The core will

Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Mark Brown
On Sun, Sep 14, 2014 at 09:23:02PM +0200, Heiko Stuebner wrote: There is a high potential of more than one of those regulators existing on a board, so name the regulator according to the name provided in the initdata instead of statically. No, this is pointless and broken. The core will

Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Heiko Stübner
Am Montag, 15. September 2014, 09:59:23 schrieb Mark Brown: On Sun, Sep 14, 2014 at 09:23:02PM +0200, Heiko Stuebner wrote: There is a high potential of more than one of those regulators existing on a board, so name the regulator according to the name provided in the initdata instead of

Re: [PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-15 Thread Mark Brown
On Tue, Sep 16, 2014 at 12:08:12AM +0200, Heiko Stübner wrote: I've just tested, patches 3-5 apply and work correctly without this one, so do you want to apply them like this or a resend of last 3? No, please implement the changes I asked for in the DT stuff. signature.asc Description:

[PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-14 Thread Heiko Stuebner
There is a high potential of more than one of those regulators existing on a board, so name the regulator according to the name provided in the initdata instead of statically. Signed-off-by: Heiko Stuebner --- drivers/regulator/fan53555.c | 7 ++- 1 file changed, 6 insertions(+), 1

[PATCH 2/5] regulator: fan53555: set regulator name from constraints name

2014-09-14 Thread Heiko Stuebner
There is a high potential of more than one of those regulators existing on a board, so name the regulator according to the name provided in the initdata instead of statically. Signed-off-by: Heiko Stuebner he...@sntech.de --- drivers/regulator/fan53555.c | 7 ++- 1 file changed, 6