On Fri, Oct 4, 2019 at 5:07 PM Krzysztof Kozlowski <[email protected]> wrote:
> It is logical to cleanup in probe's error path in reverse order to > previous actions. It also makes easier to add additional goto labels > within this error path. > > Signed-off-by: Krzysztof Kozlowski <[email protected]> For all 3 patches: Acked-by: Linus Walleij <[email protected]> The battery charging code is currently disabled on ux500 simply because no platforms with batteries were available for testing or supported by any device trees. This is getting fix: PostmarketOS is brewing patches for enabling all Ux500-based Samsung phones, all with batteries. So we will soon be able to test and turn this on. The patches are fine to merge, however notice that we are refactoring all drivers using ADC through the IIO tree: https://lore.kernel.org/linux-iio/[email protected]/ https://lore.kernel.org/linux-iio/[email protected]/ https://lore.kernel.org/linux-iio/[email protected]/ It would be nice if we could avoid colissions. Yours, Linus Walleij

