aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/power_supply_core.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-13power_supply: Add API for safe access of power supply function attrsGravatar Krzysztof Kozlowski 1-1/+46
2015-03-13power_supply: Move run-time configuration to separate structureGravatar Krzysztof Kozlowski 1-9/+21
2015-03-13power_supply: Add driver private dataGravatar Krzysztof Kozlowski 1-0/+6
2015-02-26power_supply core: support use of devres to register/unregister a power supply.Gravatar NeilBrown 1-0/+45
2014-10-28power_supply: Add no_thermal property to prevent recursive get_temp callsGravatar Krzysztof Kozlowski 1-0/+3
2014-09-16power_supply: Don't iterate over devices to return -EPROBE_DEFERGravatar Viresh Kumar 1-13/+0
2014-09-16power-supply: Avoid unnecessary 'goto' statementsGravatar Viresh Kumar 1-2/+1
2014-09-16power-supply: Use PTR_ERR_OR_ZERO() routineGravatar Viresh Kumar 1-6/+2
2014-09-16power-supply: Mark 'if' blocks in power_supply_changed_work() with 'likely'Gravatar Viresh Kumar 1-5/+13
2014-09-16power-supply: Drop useless 'if (ret.intval)' statementsGravatar Viresh Kumar 1-9/+5
2014-09-16power-supply: Don't return -EINVAL from __power_supply_find_supply_from_node()Gravatar Viresh Kumar 1-7/+11
2014-09-16power-supply: Propagate error returned by power_supply_find_supply_from_node()Gravatar Viresh Kumar 1-2/+2
2014-09-16power-supply: Rearrange code to remove duplicate linesGravatar Viresh Kumar 1-2/+2
2014-09-16power-supply: Use 'break' instead of 'continue' to end loopGravatar Viresh Kumar 1-2/+2
2014-09-16power-supply: Drop unnecessary typecastsGravatar Viresh Kumar 1-4/+4
2014-09-16power-supply: Return early if "power-supplies" property isn't validGravatar Viresh Kumar 1-0/+4
2014-09-16power-supply: Don't over-allocate memory for "supplied-from" arrayGravatar Viresh Kumar 1-1/+1
2014-07-20power_supply: Fix sparse non static symbol warningGravatar Wei Yongjun 1-1/+2
2014-05-30power_supply: allow power supply devices registered w/o wakeup sourceGravatar Zhang Rui 1-2/+13
2013-12-23power_supply: Add power_supply_get_by_phandleGravatar Sebastian Reichel 1-0/+26
2013-12-01power_supply: Add power_supply notifierGravatar Pali Rohár 1-0/+18
2013-12-01power_supply: Fix Oops from NULL pointer dereference from wakeup_source_activateGravatar Shuah Khan 1-6/+6
2013-08-27power_supply: Prevent suspend until power supply events are processedGravatar Zoran Markovic 1-6/+32
2013-06-28power_supply: Add of_node_put to fix refcountGravatar Rhyland Klein 1-0/+4
2013-04-16power_supply: Populate supplied_from hierarchy from the device treeGravatar Rhyland Klein 1-0/+140
2013-04-16power_supply: Add core support for supplied_fromGravatar Rhyland Klein 1-13/+34
2013-02-06driver-core: constify data for class_find_device()Gravatar Michał Mirosław 1-2/+2
2012-12-13Merge tag 'for-v3.8-merged' of git://git.infradead.org/battery-2.6Gravatar Linus Torvalds 1-0/+96
2012-11-17power_supply: Register power supply for thermal cooling deviceGravatar Ramakrishna Pallala 1-0/+96
2012-11-05Thermal: Pass zone parameters as argument to tzd_registerGravatar Durgadoss R 1-1/+1
2012-09-24Thermal: Remove tc1/tc2 in generic thermal layer.Gravatar Zhang Rui 1-1/+1
2012-07-31Merge with upstream to accommodate with thermal changesGravatar Anton Vorontsov 1-1/+1
2012-06-17power_supply: Register battery as a thermal zoneGravatar Jenny TC 1-0/+65
2012-01-07power_supply: Drop usage of nowarn variant of sysfs_create_link()Gravatar Anton Vorontsov 1-1/+1
2012-01-06power_supply: Assume mains power by defaultGravatar Jean Delvare 1-1/+11
2011-12-09power_supply: allow a power supply to explicitly point to powered deviceGravatar Jeremy Fitzhardinge 1-0/+7
2011-02-22power_supply: Initialize changed_work before calling device_addGravatar Lars-Peter Clausen 1-2/+2
2010-12-22power_supply: Don't use flush_scheduled_work()Gravatar Tejun Heo 1-1/+1
2010-12-22power_supply: Fix use after free and memory leakGravatar Vasiliy Kulikov 1-2/+2
2010-05-19power_supply: Use attribute groupsGravatar Anton Vorontsov 1-14/+34
2009-07-30power_supply: get_by_name and set_charged functionalityGravatar Daniel Mack 1-0/+28
2009-07-30power_supply: EXPORT_SYMBOL cleanupsGravatar Daniel Mack 1-9/+7
2008-10-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Gravatar Anton Vorontsov 1-2/+2
2008-10-16device create: misc: convert device_create_drvdata to device_createGravatar Greg Kroah-Hartman 1-2/+2
2008-09-01power_supply: Add function to return system-wide power stateGravatar Matthew Garrett 1-0/+25
2008-07-21Driver Core: add ability for class_for_each_device to start in middle of listGravatar Greg Kroah-Hartman 1-2/+2
2008-05-20Power Supply: fix race in device_createGravatar Greg Kroah-Hartman 1-4/+2
2008-04-29power: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-01-24power supply : use class iteration apiGravatar Dave Young 1-35/+39
2007-07-15Power supply class and drivers: remove non obligatory return statementsGravatar Anton Vorontsov 1-6/+0