Re: [PATCH] regulator: bd718x7: Stop using parent data

2021-01-07 Thread Mark Brown
On Thu, 7 Jan 2021 14:23:55 +0200, Matti Vaittinen wrote: > The ROHM PMIC regulator drivers only need the regmap pointer from > the parent device. Regmap can be obtained via dev_get_regmap() > so do not require parent to populate driver data for that. Applied to https://git.kernel.org/pub/scm/

[PATCH] regulator: bd718x7: Stop using parent data

2021-01-07 Thread Matti Vaittinen
The ROHM PMIC regulator drivers only need the regmap pointer from the parent device. Regmap can be obtained via dev_get_regmap() so do not require parent to populate driver data for that. Signed-off-by: Matti Vaittinen --- Sorry for not including this in previous cleanup patch I sent yesterday.