Re: [PATCH] regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata

2020-02-11 Thread Tom Rini
On Sat, Jan 25, 2020 at 09:00:58AM +0100, Lukasz Majewski wrote: > The commit e8e9715df2d4 ("regulator: fixed: Modify enable-active-high > behavior") > fixed the regulator driver behavior when 'enable-active-high' is defined. > Unfortunately, this patch used dm_regulator_platdata()'s "boot_on" me

Re: [PATCH] regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata

2020-02-10 Thread Lukasz Majewski
Dear Tom > The commit e8e9715df2d4 ("regulator: fixed: Modify enable-active-high > behavior") fixed the regulator driver behavior when > 'enable-active-high' is defined. Unfortunately, this patch used > dm_regulator_platdata()'s "boot_on" member to set GPIOD_IS_OUT_ACTIVE > flag and enable the reg

Re: [PATCH] regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata

2020-01-27 Thread Patrice CHOTARD
Hi Lukasz On 1/25/20 9:00 AM, Lukasz Majewski wrote: > The commit e8e9715df2d4 ("regulator: fixed: Modify enable-active-high > behavior") > fixed the regulator driver behavior when 'enable-active-high' is defined. > Unfortunately, this patch used dm_regulator_platdata()'s "boot_on" member > to se

[PATCH] regulator: fix: Move code to enable gpio regulator to pre_probe from ofdata_to_platdata

2020-01-25 Thread Lukasz Majewski
The commit e8e9715df2d4 ("regulator: fixed: Modify enable-active-high behavior") fixed the regulator driver behavior when 'enable-active-high' is defined. Unfortunately, this patch used dm_regulator_platdata()'s "boot_on" member to set GPIOD_IS_OUT_ACTIVE flag and enable the regulator. The issue h