summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2021-11-17power: supply: bq27xxx: Fix kernel crash on IRQ handler register errorHans de Goede1-1/+2
2021-11-17power: supply: max17040: fix null-ptr-deref in max17040_probe()Yang Yingliang1-0/+2
2021-11-17power: supply: rt5033_battery: Change voltage values to µVJakob Hauser1-1/+1
2021-11-17power: reset: at91-reset: check properly the return value of devm_of_iomapClaudiu Beznea1-2/+2
2021-11-17power: supply: max17042_battery: Clear status bits in interrupt handlerSebastian Krzyszkowiak1-0/+4
2021-11-17power: supply: max17042_battery: use VFSOC for capacity when no rsnsHenrik Grimler1-1/+4
2021-11-17power: supply: max17042_battery: Prevent int underflow in set_soc_thresholdSebastian Krzyszkowiak1-1/+2
2021-09-18power: supply: max17042: handle fails of reading status registerKrzysztof Kozlowski1-1/+5
2021-09-15power: supply: cw2015: use dev_err_probe to allow deferred probePeter Robinson1-1/+3
2021-09-15power: supply: max17042_battery: fix typo in MAx17042_TOFFSebastian Krzyszkowiak1-1/+1
2021-09-15power: supply: smb347-charger: Add missing pin control activationDmitry Osipenko1-0/+10
2021-09-15power: supply: axp288_fuel_gauge: Report register-address on readb / writeb e...Hans de Goede1-2/+2
2021-07-13power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva2-0/+3
2021-07-07Merge tag 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds30-2489/+841
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-30power: supply: ab8500: Fix an old bugLinus Walleij1-1/+1
2021-06-30power: supply: axp288_fuel_gauge: remove redundant continue statementColin Ian King1-3/+1
2021-06-30power: supply: axp288_fuel_gauge: Make "T3 MRD" no_battery_list DMI entry mor...Hans de Goede1-9/+9
2021-06-30power: supply: axp288_fuel_gauge: Rename fuel_gauge_blacklist to no_battery_listHans de Goede1-2/+2
2021-06-30power: supply: bq24190_charger: drop of_match_ptr() from device ID tableAndy Shevchenko1-9/+2
2021-06-30drivers: power: add missing MODULE_DEVICE_TABLE in keystone-reset.cYu Jiahua1-0/+1
2021-06-30power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei3-0/+3
2021-06-30power: supply: charger-manager: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-30power: reset: regulator-poweroff: add missing MODULE_DEVICE_TABLEZou Wei1-0/+1
2021-06-29Merge branch 'psy-fixes' into psy-nextSebastian Reichel2-3/+13
2021-06-04power: supply: cpcap-charger: get the battery inserted infomation from cpcap-...Carl Philipp Klemm1-19/+20
2021-06-04power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm1-3/+16
2021-06-04power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer1-2/+15
2021-06-04power: supply: max17040: drop unused platform data supportKrzysztof Kozlowski1-3/+0
2021-06-04power: supply: max17040: simplify POWER_SUPPLY_PROP_ONLINEKrzysztof Kozlowski1-2/+1
2021-06-04power: supply: max17040: remove non-working POWER_SUPPLY_PROP_STATUSKrzysztof Kozlowski1-29/+3
2021-06-04power: reset: at91-sama5d2_shdwc: Remove redundant error printing in at91_shd...Zhen Lei1-3/+1
2021-06-04power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLEBixuan Cui1-0/+1
2021-06-04power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2-1/+9
2021-06-04power: supply: Drop BD70528 supportMatti Vaittinen3-720/+0
2021-06-04power: supply: max17040: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-3/+1
2021-06-04power: supply: max17042: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski1-1/+1
2021-06-03power: supply: surface-charger: Fix type of integer variableMaximilian Luz1-1/+1
2021-06-03power: supply: sbs-battery: cache constant string propertiesIkjoon Jang1-58/+95
2021-06-03power: supply: rn5t618: Add input current limitAndreas Kemnade1-0/+188
2021-06-03power: supply: rn5t618: Add charger type detectionAndreas Kemnade1-0/+47
2021-06-03power: supply: smb347-charger: Drop unused includeLinus Walleij1-1/+0
2021-06-03power: supply: pm2301_charger: Delete driverLinus Walleij2-1250/+1
2021-06-03power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck1-3/+0
2021-06-03power: supply: ab8500: Drop unused memberLinus Walleij1-1/+0
2021-06-03power: supply: ab8500: Enable USB and ACLinus Walleij2-12/+14
2021-06-03power: supply: ab8500: Avoid NULL pointersLinus Walleij1-1/+17
2021-06-03power: supply: ab8500: Call battery population onceLinus Walleij3-20/+0
2021-06-03power: supply: ab8500: Move to componentized bindingLinus Walleij5-334/+379
2021-06-03power: supply: ab8500: Fix typoJian Xin1-1/+1