Age | Commit message (Expand) | Author | Files | Lines |
2019-05-15 | Merge tag 'for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin... | Linus Torvalds | 20 | -221/+1367 |
2019-05-14 | power: supply: olpc_battery: force the le/be casts | Lubomir Rintel | 1 | -3/+3 |
2019-05-10 | power: supply: ucs1002: Fix build error without CONFIG_REGULATOR | YueHaibing | 1 | -0/+1 |
2019-05-09 | power: supply: ucs1002: Fix wrong return value checking | Axel Lin | 1 | -2/+2 |
2019-05-08 | power: supply: max77650: Add support for battery charger | Bartosz Golaszewski | 3 | -0/+376 |
2019-05-03 | power: supply: Add driver for Microchip UCS1002 | Andrey Smirnov | 3 | -0/+656 |
2019-05-03 | power: supply: core: Add POWER_SUPPLY_HEALTH_OVERCURRENT constant | Andrey Smirnov | 1 | -1/+1 |
2019-05-02 | power: supply: core: fix clang -Wunsequenced | Phong Tran | 1 | -2/+4 |
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 | -1/+1 |
2019-05-02 | power: supply: axp288_fuel_gauge: Add ACEPC T8 and T11 mini PCs to the blacklist | Hans de Goede | 1 | -0/+20 |
2019-05-02 | power: supply: bq27xxx_battery: Notify also about status changes | Krzysztof Kozlowski | 1 | -1/+2 |
2019-05-01 | Merge tag 'for-v5.1-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/... | Linus Torvalds | 2 | -6/+3 |
2019-04-26 | power: supply: sysfs: prevent endless uevent loop with CONFIG_POWER_SUPPLY_DEBUG | Andrey Smirnov | 1 | -6/+0 |
2019-04-18 | Merge tag 'psy-olpc-1.75-battery-signed' into psy-next | Sebastian Reichel | 1 | -64/+105 |
2019-04-18 | power: supply: olpc_battery: Have the framework register sysfs files for us | Lubomir Rintel | 1 | -29/+35 |
2019-04-18 | power: supply: olpc_battery: Add OLPC XO 1.75 support | Lubomir Rintel | 1 | -6/+19 |
2019-04-18 | power: supply: olpc_battery: Avoid using platform_info | Lubomir Rintel | 1 | -7/+17 |
2019-04-18 | power: supply: olpc_battery: Use devm_power_supply_register() | Lubomir Rintel | 1 | -14/+5 |
2019-04-18 | power: supply: olpc_battery: Move priv data to a struct | Lubomir Rintel | 1 | -30/+48 |
2019-04-18 | power: supply: olpc_battery: Use DT to get battery version | Lubomir Rintel | 1 | -3/+6 |
2019-04-18 | power: supply: add Ingenic JZ47xx battery driver. | Artur Rojek | 3 | -0/+196 |
2019-04-17 | power: supply: axp20x_usb_power: add support for AXP813 | Quentin Schulz | 1 | -1/+65 |
2019-04-17 | power: supply: axp20x_usb_power: add function to get max current | Quentin Schulz | 1 | -22/+30 |
2019-04-17 | power: supply: axp20x_usb_power: use polling to detect vbus status change | Chen-Yu Tsai | 1 | -0/+53 |
2019-04-17 | power: supply: axp20x_usb_power: Fix typo in VBUS current limit macros | Chen-Yu Tsai | 1 | -8/+8 |
2019-04-17 | power: supply: core: fix leaked of_node refs in power_supply_get_battery_info | Wen Yang | 1 | -8/+16 |
2019-04-17 | power: supply: ab8500: fix leaked of_node refs in ab8500_bm_of_probe | Wen Yang | 1 | -0/+1 |
2019-04-15 | power: supply: cpcap-charger: Fix pointless EPROBE_DEFER warnings | Tony Lindgren | 1 | -2/+3 |
2019-04-15 | power: supply: cpcap-battery: Fix pointless EPROBE_DEFER warnings | Tony Lindgren | 1 | -2/+3 |
2019-04-15 | power: supply: cpcap-battery: Use accumulator for current and power average | Tony Lindgren | 1 | -4/+4 |
2019-04-15 | power: supply: cpcap-battery: Fix coulomb counter calibration register use | Tony Lindgren | 1 | -9/+7 |
2019-04-15 | power: supply: cpcap-battery: Fix signed counter sample register | Tony Lindgren | 1 | -5/+6 |
2019-04-15 | power: supply: cpcap-battery: Fix low battery check | Tony Lindgren | 1 | -2/+2 |
2019-04-15 | Merge branch 'psy-fixes' into psy-next | Sebastian Reichel | 1 | -0/+3 |
2019-04-15 | power: supply: gpio-charger: Add support for charger status. | Artur Rojek | 1 | -11/+46 |
2019-04-15 | power: supply: core: fix typo in function to get current charge control limit | Enric Balletbo i Serra | 1 | -2/+2 |
2019-04-15 | drivers: power: supply: goldfish_battery: Fix bogus SPDX identifier | Thomas Gleixner | 1 | -1/+1 |
2019-04-10 | power: supply: cpcap-battery: Fix division by zero | Tony Lindgren | 1 | -0/+3 |
2019-04-10 | power: supply: ltc3651-charger: Fix device name (rename files) | Michael Hennerich | 2 | -1/+1 |
2019-04-10 | power: supply: ltc3651-charger: Fix device name | Michael Hennerich | 3 | -68/+65 |
2019-04-05 | power: supply: max14656: fix potential use-after-free | Sven Van Asbroeck | 1 | -2/+15 |
2019-04-05 | power: supply: max14656: fix potential use-before-alloc | Sven Van Asbroeck | 1 | -7/+7 |
2019-04-05 | power: reset: at91-poweroff: add support for SAM9X60 | Claudiu Beznea | 1 | -0/+11 |
2019-04-05 | power: reset: at91-poweroff: add RTT wakeup capability | Claudiu Beznea | 1 | -0/+14 |
2019-04-05 | power: supply: axp288_charger: Fix unchecked return value | Gustavo A. R. Silva | 1 | -0/+4 |
2019-04-05 | power: supply: Fix the simple battery property names | Maxime Ripard | 1 | -2/+2 |
2019-04-05 | power: charger-manager: fix a potential NULL pointer dereference | Kangjie Lu | 1 | -0/+3 |
2019-04-05 | power: reset: syscon-reboot: add a mask property | Martin Schiller | 1 | -2/+17 |
2019-02-20 | power: reset: at91-reset: add support for sam9x60 SoC | Nicolas Ferre | 1 | -0/+13 |