summaryrefslogtreecommitdiff
path: root/drivers/power
AgeCommit message (Expand)AuthorFilesLines
2021-08-05power: supply: axp288_fuel_gauge: Store struct device pointer in axp288_fg_infoHans de Goede1-35/+24
2021-08-05power: supply: axp288_fuel_gauge: Drop retry logic from fuel_gauge_reg_readb()Hans de Goede1-8/+2
2021-08-05power: supply: axp288_fuel_gauge: Report register-address on readb / writeb e...Hans de Goede1-2/+2
2021-08-05power: supply: axp288_fuel_gauge: Silence the chatty IRQ mapping codeHans de Goede1-3/+0
2021-08-05power: supply: axp288_fuel_gauge: Remove debugfs supportHans de Goede1-123/+0
2021-08-05power: supply: axp288_fuel_gauge: Fix define alignmentHans de Goede1-19/+19
2021-08-05power: supply: sc27xx: Delete superfluous error messageTang Bin1-3/+1
2021-07-16power: supply: cw2015: use dev_err_probe to allow deferred probePeter Robinson1-1/+3
2021-07-16power: supply: PCHG: Peripheral device chargerDaisuke Nojiri3-0/+397
2021-07-16power: supply: ab8500: Drop some includes from bmdataLinus Walleij1-2/+0
2021-07-16power: supply: ab8500: Rename charging algorithm psyLinus Walleij1-2/+3
2021-07-16power: supply: ab8500: Drop abx500 conceptLinus Walleij6-214/+61
2021-07-16power: supply: ab8500: Rename charging algorithm symbolsLinus Walleij4-291/+291
2021-07-16power: supply: ab8500: Use library interpolationLinus Walleij2-9/+11
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