regulator: core: remove machine init callback from config
authorJerome Brunet <jbrunet@baylibre.com>
Tue, 8 Oct 2024 16:07:03 +0000 (18:07 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 22 Oct 2024 19:49:15 +0000 (20:49 +0100)
commit602ff58ae4fe4289b0ca71cba9fb82f7de92cd64
tree5d65d2de416047e0432f858cbbda891fb652095d
parentcfcdf395c21eeac4543d2b8fef9d29ae9e4559e9
regulator: core: remove machine init callback from config

The machine specific regulator_init() appears to be unused.
It does not allow a lot of interaction with the regulator framework,
since nothing from the framework is passed along (desc, config,
etc ...)

Machine specific init may also be done with the added init_cb() in
the regulator description, so remove regulator_init().

Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
Link: https://patch.msgid.link/20241008-regulator-ignored-data-v2-3-d1251e0ee507@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/core.c
include/linux/regulator/machine.h