Searched hist:c512150b266b5d173c5ba841e9c09e4830ea4eca (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/regulator/ |
H A D | ab8500-ext.c | diff c512150b266b5d173c5ba841e9c09e4830ea4eca Sat Dec 05 01:40:56 CET 2020 Linus Walleij <linus.walleij@linaro.org> regulator: ab8500: Remove unused platform data
The struct ab8500_regulator_platform_data was a leftover since the days before we probed all regulators from the device tree. The ab8500-ext regulator was the only used, defining platform data and register intialization that was never used for anything, a copy of a boardfile no longer in use.
Delete the ab8500_regulator_platform_data and make the ab8500-ext regulator reference the regulator init data in the local file directly. We are 100% device tree these days.
Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20201205004057.1712753-1-linus.walleij@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
|
/linux/include/linux/mfd/abx500/ |
H A D | ab8500.h | diff c512150b266b5d173c5ba841e9c09e4830ea4eca Sat Dec 05 01:40:56 CET 2020 Linus Walleij <linus.walleij@linaro.org> regulator: ab8500: Remove unused platform data
The struct ab8500_regulator_platform_data was a leftover since the days before we probed all regulators from the device tree. The ab8500-ext regulator was the only used, defining platform data and register intialization that was never used for anything, a copy of a boardfile no longer in use.
Delete the ab8500_regulator_platform_data and make the ab8500-ext regulator reference the regulator init data in the local file directly. We are 100% device tree these days.
Cc: Lee Jones <lee.jones@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Link: https://lore.kernel.org/r/20201205004057.1712753-1-linus.walleij@linaro.org Signed-off-by: Mark Brown <broonie@kernel.org>
|