summaryrefslogtreecommitdiff
path: root/drivers/power/power_supply_core.c
AgeCommit message (Expand)Author
2014-10-28power_supply: Add no_thermal property to prevent recursive get_temp callsKrzysztof Kozlowski
2014-09-16power_supply: Don't iterate over devices to return -EPROBE_DEFERViresh Kumar
2014-09-16power-supply: Avoid unnecessary 'goto' statementsViresh Kumar
2014-09-16power-supply: Use PTR_ERR_OR_ZERO() routineViresh Kumar
2014-09-16power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Viresh Kumar
2014-09-16power-supply: Drop useless 'if (ret.intval)' statementsViresh Kumar
2014-09-16power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()Viresh Kumar
2014-09-16power-supply: Propagate error returned by power_supply_find_supply_from_node()Viresh Kumar
2014-09-16power-supply: Rearrange code to remove duplicate linesViresh Kumar
2014-09-16power-supply: Use 'break' instead of 'continue' to end loopViresh Kumar
2014-09-16power-supply: Drop unnecessary typecastsViresh Kumar
2014-09-16power-supply: Return early if "power-supplies" property isn't validViresh Kumar
2014-09-16power-supply: Don't over-allocate memory for "supplied-from" arrayViresh Kumar
2014-07-20power_supply: Fix sparse non static symbol warningWei Yongjun
2014-05-30power_supply: allow power supply devices registered w/o wakeup sourceZhang Rui
2013-12-23power_supply: Add power_supply_get_by_phandleSebastian Reichel
2013-12-01power_supply: Add power_supply notifierPali Rohár
2013-12-01power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan
2013-08-27power_supply: Prevent suspend until power supply events are processedZoran Markovic
2013-06-28power_supply: Add of_node_put to fix refcountRhyland Klein
2013-04-16power_supply: Populate supplied_from hierarchy from the device treeRhyland Klein
2013-04-16power_supply: Add core support for supplied_fromRhyland Klein
2013-02-06driver-core: constify data for class_find_device()Michał Mirosław
2012-12-13Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Linus Torvalds
2012-11-17power_supply: Register power supply for thermal cooling deviceRamakrishna Pallala
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui
2012-07-31Merge with upstream to accommodate with thermal changesAnton Vorontsov
2012-06-17power_supply: Register battery as a thermal zoneJenny TC
2012-01-07power_supply: Drop usage of nowarn variant of sysfs_create_link()Anton Vorontsov
2012-01-06power_supply: Assume mains power by defaultJean Delvare
2011-12-09power_supply: allow a power supply to explicitly point to powered deviceJeremy Fitzhardinge
2011-02-22power_supply: Initialize changed_work before calling device_addLars-Peter Clausen
2010-12-22power_supply: Don't use flush_scheduled_work()Tejun Heo
2010-12-22power_supply: Fix use after free and memory leakVasiliy Kulikov
2010-05-19power_supply: Use attribute groupsAnton Vorontsov
2009-07-30power_supply: get_by_name and set_charged functionalityDaniel Mack
2009-07-30power_supply: EXPORT_SYMBOL cleanupsDaniel Mack
2008-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Anton Vorontsov
2008-10-16device create: misc: convert device_create_drvdata to device_createGreg Kroah-Hartman
2008-09-01power_supply: Add function to return system-wide power stateMatthew Garrett
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGreg Kroah-Hartman
2008-05-20Power Supply: fix race in device_createGreg Kroah-Hartman
2008-04-29power: replace remaining __FUNCTION__ occurrencesHarvey Harrison
2008-01-24power supply : use class iteration apiDave Young
2007-07-15Power supply class and drivers: remove non obligatory return statementsAnton Vorontsov
2007-07-10[BATTERY] Universal power supply class (was: battery class)Anton Vorontsov