Age | Commit message (Expand) | Author | Files | Lines |
2021-04-29 | Merge tag 'for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li... | Linus Torvalds | 1 | -4/+10 |
2021-04-05 | power: supply: core: Use true and false for bool variable | Jiapeng Chong | 1 | -4/+4 |
2021-03-28 | power: supply: Fix build error when CONFIG_POWER_SUPPLY is not enabled. | Ray Chi | 1 | -0/+7 |
2021-03-09 | power: supply: core: provide function stubs if CONFIG_POWER_SUPPLY=n | Ray Chi | 1 | -0/+6 |
2020-08-26 | power: supply: add wireless type | Subbaraman Narayanamurthy | 1 | -0/+1 |
2020-08-25 | power: supply: Support battery temperature device-tree properties | Dmitry Osipenko | 1 | -0/+6 |
2020-07-31 | power: supply: wilco_ec: Add long life charging mode | Crag Wang | 1 | -0/+1 |
2020-07-21 | power_supply: Add additional health properties to the header | Dan Murphy | 1 | -0/+3 |
2020-05-28 | power: supply: core: add POWER_SUPPLY_HEALTH_CALIBRATION_REQUIRED | Sebastian Reichel | 1 | -0/+1 |
2020-05-28 | power: supply: core: add manufacture date properties | Sebastian Reichel | 1 | -0/+3 |
2020-05-28 | power: supply: core: add capacity error margin property | Sebastian Reichel | 1 | -0/+1 |
2020-05-10 | power: supply: add battery parameters | Matti Vaittinen | 1 | -0/+4 |
2020-05-01 | power: supply: core: allow to constify property lists | Michał Mirosław | 1 | -2/+2 |
2019-12-19 | power: supply: core: Add battery internal resistance temperature table support | Baolin Wang | 1 | -0/+10 |
2019-07-16 | Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 1 | -0/+15 |
2019-06-28 | power: supply: add input power and voltage limit properties | Enric Balletbo i Serra | 1 | -0/+2 |
2019-06-23 | power: supply: Add HWMON compatibility layer | Andrey Smirnov | 1 | -0/+13 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 218 | Thomas Gleixner | 1 | -2/+1 |
2019-05-03 | power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant | Andrey Smirnov | 1 | -0/+1 |
2019-05-02 | power: supply: core: Add CHARGE_CONTROL_{START_THRESHOLD,END_THRESHOLD} prope... | Nick Crews | 1 | -0/+2 |
2019-05-02 | power: supply: core: Add Standard, Adaptive, and Custom charge types | Nick Crews | 1 | -2/+6 |
2019-02-20 | power: supply: core: Add a field to support battery max voltage | Artur Rojek | 1 | -0/+1 |
2018-12-13 | power: supply: core: add support for custom sysfs attributes | Sebastian Reichel | 1 | -0/+3 |
2018-11-10 | power: supply: core: Add some helpers to use the battery OCV capacity table | Baolin Wang | 1 | -0/+19 |
2018-11-10 | power: supply: core: Add one field to present the battery internal resistance | Baolin Wang | 1 | -0/+1 |
2018-07-06 | power: remove possible deadlock when unregistering power_supply | Benjamin Tissoires | 1 | -0/+1 |
2018-05-24 | power: supply: Add fwnode pointer to power_supply_config struct | Adam Thomson | 1 | -0/+2 |
2018-04-25 | power: supply: Add 'usb_type' property and supporting code | Adam Thomson | 1 | -0/+16 |
2018-02-22 | power: add to_power_supply macro to the API | Ognjen Galic | 1 | -0/+2 |
2017-08-29 | power: supply: Add power_supply_set_input_current_limit_from_supplier helper | Hans de Goede | 1 | -0/+2 |
2017-06-08 | power: supply: core: Add power_supply_prop_precharge | Liam Breck | 1 | -0/+3 |
2017-06-08 | power: supply: core: Add power_supply_battery_info and API | Liam Breck | 1 | -0/+22 |
2017-06-08 | power: supply: Add Apple Brick ID power supply type | Benson Leung | 1 | -7/+8 |
2016-07-01 | power_supply: fix return value of get_property | Rhyland Klein | 1 | -0/+1 |
2016-02-15 | power_supply: Add types for USB Type C and PD chargers | Benson Leung | 1 | -0/+3 |
2015-06-10 | power: Add devm_power_supply_get_by_phandle() helper function | Hans de Goede | 1 | -0/+5 |
2015-06-10 | power_supply: sysfs: Bring back write to writeable properties | Krzysztof Kozlowski | 1 | -0/+5 |
2015-05-21 | power_supply: Fix possible NULL pointer dereference on early uevent | Krzysztof Kozlowski | 1 | -0/+1 |
2015-03-14 | power_supply: Add power_supply_put for decrementing device reference counter | Krzysztof Kozlowski | 1 | -0/+1 |
2015-03-14 | power_supply: Change ownership from driver to core | Krzysztof Kozlowski | 1 | -19/+30 |
2015-03-14 | power_supply: Add API for safe access of power supply function attrs | Krzysztof Kozlowski | 1 | -0/+16 |
2015-03-14 | power_supply: Move run-time configuration to separate structure | Krzysztof Kozlowski | 1 | -4/+18 |
2015-03-14 | power_supply: Add driver private data | Krzysztof Kozlowski | 1 | -0/+4 |
2015-02-26 | power_supply core: support use of devres to register/unregister a power supply. | NeilBrown | 1 | -0/+4 |
2014-10-28 | power_supply: Add no_thermal property to prevent recursive get_temp calls | Krzysztof Kozlowski | 1 | -0/+6 |
2014-09-16 | power-supply: Forward declare structs together | Viresh Kumar | 1 | -2/+1 |
2014-09-06 | power_supply: Add boot and calibration attributes | Ramakrishna Pallala | 1 | -0/+5 |
2014-07-19 | power_supply: Add inlmt,iterm, min/max temp props | Jenny TC | 1 | -0/+4 |
2014-05-30 | power_supply: allow power supply devices registered w/o wakeup source | Zhang Rui | 1 | -0/+2 |
2013-12-24 | power_supply: Add power_supply_get_by_phandle | Sebastian Reichel | 1 | -0/+8 |