aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/supply/olpc_battery.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-02power: supply: use sysfs_emit() instead of sprintf() for sysfs show()Gravatar ye xingchen 1-1/+1
2022-07-17power: supply: olpc_battery: Hold the reference returned by of_find_compatibl...Gravatar Liang He 1-1/+4
2020-05-10power: supply: olpc_battery: fix the power supply nameGravatar Lubomir Rintel 1-2/+2
2019-07-14Merge tag 'platform-drivers-x86-v5.3-1' of git://git.infradead.org/linux-plat...Gravatar Linus Torvalds 1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-20Platform: OLPC: Move EC-specific functionality out from x86Gravatar Lubomir Rintel 1-1/+0
2019-05-14power: supply: olpc_battery: force the le/be castsGravatar Lubomir Rintel 1-3/+3
2019-04-18power: supply: olpc_battery: Have the framework register sysfs files for usGravatar Lubomir Rintel 1-29/+35
2019-04-18power: supply: olpc_battery: Add OLPC XO 1.75 supportGravatar Lubomir Rintel 1-6/+19
2019-04-18power: supply: olpc_battery: Avoid using platform_infoGravatar Lubomir Rintel 1-7/+17
2019-04-18power: supply: olpc_battery: Use devm_power_supply_register()Gravatar Lubomir Rintel 1-14/+5
2019-04-18power: supply: olpc_battery: Move priv data to a structGravatar Lubomir Rintel 1-30/+48
2019-04-18power: supply: olpc_battery: Use DT to get battery versionGravatar Lubomir Rintel 1-3/+6
2018-11-19power: supply: olpc_battery: correct the temperature unitsGravatar Lubomir Rintel 1-2/+2
2018-07-07headers: separate linux/mod_devicetable.h from linux/platform_device.hGravatar Randy Dunlap 1-0/+1
2017-08-28power: supply: make device_attribute constGravatar Bhumika Goyal 1-1/+1
2017-08-09power: supply: add const to bin_attribute structuresGravatar Bhumika Goyal 1-1/+1
2016-08-11power: move power supply drivers to power/supplyGravatar Sebastian Reichel 1-0/+692