summaryrefslogtreecommitdiff
path: root/drivers/power/power_supply_core.c
Commit message (Expand)AuthorAge
* thermal: consistently use int for temperaturesSascha Hauer2015-08-03
* power_supply: Correct kerneldoc copy paste errorsBjorn Andersson2015-06-19
* power: Add devm_power_supply_get_by_phandle() helper functionHans de Goede2015-06-10
* power_supply: Fix possible NULL pointer dereference on early ueventKrzysztof Kozlowski2015-05-21
* power_supply: Fix NULL pointer dereference during bq27x00_battery probeKrzysztof Kozlowski2015-05-21
* power_supply: Increment power supply use counter when obtaining referencesKrzysztof Kozlowski2015-03-13
* power_supply: Add power_supply_put for decrementing device reference counterKrzysztof Kozlowski2015-03-13
* power_supply: Change ownership from driver to coreKrzysztof Kozlowski2015-03-13
* power_supply: Add API for safe access of power supply function attrsKrzysztof Kozlowski2015-03-13
* power_supply: Move run-time configuration to separate structureKrzysztof Kozlowski2015-03-13
* power_supply: Add driver private dataKrzysztof Kozlowski2015-03-13
* power_supply core: support use of devres to register/unregister a power supply.NeilBrown2015-02-26
* power_supply: Add no_thermal property to prevent recursive get_temp callsKrzysztof Kozlowski2014-10-28
* power_supply: Don't iterate over devices to return -EPROBE_DEFERViresh Kumar2014-09-16
* power-supply: Avoid unnecessary 'goto' statementsViresh Kumar2014-09-16
* power-supply: Use PTR_ERR_OR_ZERO() routineViresh Kumar2014-09-16
* power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Viresh Kumar2014-09-16
* power-supply: Drop useless 'if (ret.intval)' statementsViresh Kumar2014-09-16
* power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()Viresh Kumar2014-09-16
* power-supply: Propagate error returned by power_supply_find_supply_from_node()Viresh Kumar2014-09-16
* power-supply: Rearrange code to remove duplicate linesViresh Kumar2014-09-16
* power-supply: Use 'break' instead of 'continue' to end loopViresh Kumar2014-09-16
* power-supply: Drop unnecessary typecastsViresh Kumar2014-09-16
* power-supply: Return early if "power-supplies" property isn't validViresh Kumar2014-09-16
* power-supply: Don't over-allocate memory for "supplied-from" arrayViresh Kumar2014-09-16
* power_supply: Fix sparse non static symbol warningWei Yongjun2014-07-20
* power_supply: allow power supply devices registered w/o wakeup sourceZhang Rui2014-05-30
* power_supply: Add power_supply_get_by_phandleSebastian Reichel2013-12-23
* power_supply: Add power_supply notifierPali Rohár2013-12-01
* power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateShuah Khan2013-12-01
* power_supply: Prevent suspend until power supply events are processedZoran Markovic2013-08-27
* power_supply: Add of_node_put to fix refcountRhyland Klein2013-06-28
* power_supply: Populate supplied_from hierarchy from the device treeRhyland Klein2013-04-16
* power_supply: Add core support for supplied_fromRhyland Klein2013-04-16
* driver-core: constify data for class_find_device()Michał Mirosław2013-02-06
* Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Linus Torvalds2012-12-13
|\
| * power_supply: Register power supply for thermal cooling deviceRamakrishna Pallala2012-11-17
* | Thermal: Pass zone parameters as argument to tzd_registerDurgadoss R2012-11-05
|/
* Thermal: Remove tc1/tc2 in generic thermal layer.Zhang Rui2012-09-24
* Merge with upstream to accommodate with thermal changesAnton Vorontsov2012-07-31
|\
* | power_supply: Register battery as a thermal zoneJenny TC2012-06-17
|/
* power_supply: Drop usage of nowarn variant of sysfs_create_link()Anton Vorontsov2012-01-07
* power_supply: Assume mains power by defaultJean Delvare2012-01-06
* power_supply: allow a power supply to explicitly point to powered deviceJeremy Fitzhardinge2011-12-09
* power_supply: Initialize changed_work before calling device_addLars-Peter Clausen2011-02-22
* power_supply: Don't use flush_scheduled_work()Tejun Heo2010-12-22
* power_supply: Fix use after free and memory leakVasiliy Kulikov2010-12-22
* power_supply: Use attribute groupsAnton Vorontsov2010-05-19
* power_supply: get_by_name and set_charged functionalityDaniel Mack2009-07-30
* power_supply: EXPORT_SYMBOL cleanupsDaniel Mack2009-07-30