OSDN Git Service

regulator: core: Add devres versions of notifier registration
authorCharles Keepax <ckeepax@gmail.com>
Thu, 5 Mar 2015 15:39:20 +0000 (15:39 +0000)
committerMark Brown <broonie@kernel.org>
Thu, 5 Mar 2015 16:42:14 +0000 (16:42 +0000)
commit046db763aaaeb987ea01ea8c7e6d618e0ad1e6b8
treef894b2901d8b27144479af9a722696092d934340
parentc517d838eb7d07bbe9507871fab3931deccff539
regulator: core: Add devres versions of notifier registration

Add devm_regulator_register_notifier, this adds the resource against the
device for the consumer supply we are registering the notifier for. There
seem to be few use-cases where this wouldn't be the users intention and
this ensures the notifiers will always be removed at the correct time.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/devres.c
include/linux/regulator/consumer.h