OSDN Git Service

regulator: ab8500: Decomission platform data header
authorLinus Walleij <linus.walleij@linaro.org>
Sat, 5 Dec 2020 00:40:57 +0000 (01:40 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 13 Jan 2021 11:36:19 +0000 (11:36 +0000)
commit3acb64c07e95a75dc0af0bc958f2d09a44a9fd0d
tree6f867b7569a1450997aab661526f60e57f5e8fe3
parentc512150b266b5d173c5ba841e9c09e4830ea4eca
regulator: ab8500: Decomission platform data header

The platform data header was only used to pass platform
data from board files. We now populate the regulators
exclusively from device tree, so the header contents can
be moved into the regulator drivers.

Cc: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Link: https://lore.kernel.org/r/20201205004057.1712753-2-linus.walleij@linaro.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/mfd/ab8500-core.c
drivers/regulator/ab8500-ext.c
drivers/regulator/ab8500.c
include/linux/regulator/ab8500.h [deleted file]