aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/charger-manager.c
AgeCommit message (Expand)Author
2013-07-13charger-manager: Ensure event is not used as format stringKees Cook
2013-04-16charger-manager: Use kmemdup instead of kzalloc + memcpyAndrei Epure
2013-01-05charger_manager: Don't use [delayed_]work_pending()Tejun Heo
2013-01-05charger-manager: Split _probe funtion to make the code more cleanChanwoo Choi
2012-12-16charger-manager: Fix bug when check dropped voltage after fullbatt eventChanwoo Choi
2012-12-16charger-manager: Fix bug related to checking fully charged state of batteryChanwoo Choi
2012-11-28power: remove use of __devexitBill Pemberton
2012-11-28power: remove use of __devexit_pBill Pemberton
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds
2012-09-21charger-manager: Add support sysfs entry for chargerChanwoo Choi
2012-09-20charger-manager: Support limit of maximum possibleChanwoo Choi
2012-09-20charger-manager: Check fully charged state of battery periodicallyChanwoo Choi
2012-08-22charger-manager: Use replacement variable to check state of batteryChanwoo Choi
2012-08-22charger-manager: Disable regulator when charger cable is detachedChanwoo Choi
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo
2012-07-13charger-manager: Set current limit of regulator for over current protectionChanwoo Choi
2012-07-13charger-manager: Use EXTCON Subsystem to detect charger cables for chargingChanwoo Choi
2012-05-05charger-manager: Provide cm_notify_event function for in-kernel useChanwoo Choi
2012-05-05charger-manager: Poll battery health in normal stateChanwoo Choi
2012-03-26charger-manager: Simplify charger_get_property(), get rid of a warningAnton Vorontsov
2012-03-26charger-manager: Clean up for better readabilityAxel Lin
2012-02-01power_supply: Fix modalias for charger-managerAxel Lin
2012-01-04power_supply: Charger-Manager: Add properties for power-supply-classDonggeun Kim
2012-01-04power_supply: Add initial Charger-Manager driverDonggeun Kim