]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bq2415x_charger: Use power_supply notifier for automode
authorPali Rohár <pali.rohar@gmail.com>
Tue, 19 Nov 2013 10:18:04 +0000 (11:18 +0100)
committerAnton Vorontsov <anton@enomsg.org>
Tue, 24 Dec 2013 01:58:03 +0000 (17:58 -0800)
commit32260308b4cafcd71b1c0aac35675dc68120c33d
tree9d8b0c54b2e89b9ccf94b8143099da369af46e02
parent56fb8de53e20a853e1a919bf9fb25148ef7560cb
bq2415x_charger: Use power_supply notifier for automode

This patch removing set_mode_hook function from board data and replacing
it with new string variable of notifier power supply device. After this
change it is possible to add DT support because driver does not need
specific board function anymore. Only static data and name of power supply
device is required.

Signed-off-by: Pali Rohár <pali.rohar@gmail.com>
Reviewed-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Anton Vorontsov <anton@enomsg.org>
drivers/power/bq2415x_charger.c
include/linux/power/bq2415x_charger.h