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