Re: [PATCH] arm: exynos: Use proper PMIC device name

2020-01-15 Thread Lukasz Majewski
On Wed, 15 Jan 2020 16:16:52 +0100 Marek Szyprowski wrote: > Since commit 4213609cc7 ("drivers: core: use strcmp when find device > by name") one has to provide full name to get requested object. Fix > the code used to detect enable power regulators on Odroid boards to > use proper PMIC device

Re: [PATCH] arm: exynos: Use proper PMIC device name

2020-01-15 Thread Anand Moon
Hi Marek, On Wed, 15 Jan 2020 at 20:47, Marek Szyprowski wrote: > > Since commit 4213609cc7 ("drivers: core: use strcmp when find device by > name") one has to provide full name to get requested object. Fix the code > used to detect enable power regulators on Odroid boards to use proper PMIC >

[PATCH] arm: exynos: Use proper PMIC device name

2020-01-15 Thread Marek Szyprowski
Since commit 4213609cc7 ("drivers: core: use strcmp when find device by name") one has to provide full name to get requested object. Fix the code used to detect enable power regulators on Odroid boards to use proper PMIC device device name then. Signed-off-by: Marek Szyprowski ---