summaryrefslogtreecommitdiffstats
path: root/drivers/power
Commit message (Expand)AuthorAgeFilesLines
...
| * | power: supply: axp288_fuel_gauge: Take the P-Unit semaphore only once during ...Hans de Goede2021-08-051-7/+17
| * | power: supply: axp288_fuel_gauge: Move the AXP20X_CC_CTRL check together with...Hans de Goede2021-08-051-10/+12
| * | power: supply: axp288_fuel_gauge: Refresh all registers in one goAndrejus Basovas2021-08-052-97/+106
| * | power: supply: axp288_fuel_gauge: Only read PWR_OP_MODE, FG_LOW_CAP_REG regs ...Hans de Goede2021-08-051-16/+21
| * | power: supply: axp288_fuel_gauge: Store struct device pointer in axp288_fg_infoHans de Goede2021-08-051-35/+24
| * | power: supply: axp288_fuel_gauge: Drop retry logic from fuel_gauge_reg_readb()Hans de Goede2021-08-051-8/+2
| * | power: supply: axp288_fuel_gauge: Report register-address on readb / writeb e...Hans de Goede2021-08-051-2/+2
| * | power: supply: axp288_fuel_gauge: Silence the chatty IRQ mapping codeHans de Goede2021-08-051-3/+0
| * | power: supply: axp288_fuel_gauge: Remove debugfs supportHans de Goede2021-08-051-123/+0
| * | power: supply: axp288_fuel_gauge: Fix define alignmentHans de Goede2021-08-051-19/+19
| * | power: supply: sc27xx: Delete superfluous error messageTang Bin2021-08-051-3/+1
| * | power: supply: cw2015: use dev_err_probe to allow deferred probePeter Robinson2021-07-161-1/+3
| * | power: supply: PCHG: Peripheral device chargerDaisuke Nojiri2021-07-163-0/+397
| * | power: supply: ab8500: Drop some includes from bmdataLinus Walleij2021-07-161-2/+0
| * | power: supply: ab8500: Rename charging algorithm psyLinus Walleij2021-07-161-2/+3
| * | power: supply: ab8500: Drop abx500 conceptLinus Walleij2021-07-166-214/+61
| * | power: supply: ab8500: Rename charging algorithm symbolsLinus Walleij2021-07-164-291/+291
| * | power: supply: ab8500: Use library interpolationLinus Walleij2021-07-162-9/+11
| |/
* / power: supply: Fix fall-through warnings for ClangGustavo A. R. Silva2021-07-132-0/+3
|/
* Merge tag 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2021-07-0730-2489/+841
|\
| * power: supply: ab8500: Fix an old bugLinus Walleij2021-06-301-1/+1
| * power: supply: axp288_fuel_gauge: remove redundant continue statementColin Ian King2021-06-301-3/+1
| * power: supply: axp288_fuel_gauge: Make "T3 MRD" no_battery_list DMI entry mor...Hans de Goede2021-06-301-9/+9
| * power: supply: axp288_fuel_gauge: Rename fuel_gauge_blacklist to no_battery_listHans de Goede2021-06-301-2/+2
| * power: supply: bq24190_charger: drop of_match_ptr() from device ID tableAndy Shevchenko2021-06-301-9/+2
| * drivers: power: add missing MODULE_DEVICE_TABLE in keystone-reset.cYu Jiahua2021-06-301-0/+1
| * power: supply: ab8500: add missing MODULE_DEVICE_TABLEZou Wei2021-06-303-0/+3
| * power: supply: charger-manager: add missing MODULE_DEVICE_TABLEZou Wei2021-06-291-0/+1
| * power: reset: regulator-poweroff: add missing MODULE_DEVICE_TABLEZou Wei2021-06-291-0/+1
| * Merge branch 'psy-fixes' into psy-nextSebastian Reichel2021-06-292-3/+13
| |\
| | * power: supply: surface-charger: Fix type of integer variableMaximilian Luz2021-06-031-1/+1
| | * power: supply: surface_battery: Fix battery event handlingMaximilian Luz2021-05-131-2/+12
| * | power: supply: cpcap-charger: get the battery inserted infomation from cpcap-...Carl Philipp Klemm2021-06-041-19/+20
| * | power: supply: cpcap-battery: invalidate config when incompatible measurement...Carl Philipp Klemm2021-06-041-3/+16
| * | power: supply: axp20x_battery: allow disabling battery chargingHermann Lauer2021-06-041-2/+15
| * | power: supply: max17040: drop unused platform data supportKrzysztof Kozlowski2021-06-041-3/+0
| * | power: supply: max17040: simplify POWER_SUPPLY_PROP_ONLINEKrzysztof Kozlowski2021-06-041-2/+1
| * | power: supply: max17040: remove non-working POWER_SUPPLY_PROP_STATUSKrzysztof Kozlowski2021-06-041-29/+3
| * | power: reset: at91-sama5d2_shdwc: Remove redundant error printing in at91_shd...Zhen Lei2021-06-041-3/+1
| * | power: reset: gpio-poweroff: add missing MODULE_DEVICE_TABLEBixuan Cui2021-06-041-0/+1
| * | power: supply: rt5033_battery: Fix device tree enumerationStephan Gerhold2021-06-042-1/+9
| * | power: supply: Drop BD70528 supportMatti Vaittinen2021-06-043-720/+0
| * | power: supply: max17040: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-3/+1
| * | power: supply: max17042: Do not enforce (incorrect) interrupt trigger typeKrzysztof Kozlowski2021-06-041-1/+1
| * | power: supply: sbs-battery: cache constant string propertiesIkjoon Jang2021-06-031-58/+95
| * | power: supply: rn5t618: Add input current limitAndreas Kemnade2021-06-031-0/+188
| * | power: supply: rn5t618: Add charger type detectionAndreas Kemnade2021-06-031-0/+47
| * | power: supply: smb347-charger: Drop unused includeLinus Walleij2021-06-031-1/+0
| * | power: supply: pm2301_charger: Delete driverLinus Walleij2021-06-032-1250/+1
| * | power: supply: ab8500: Drop unnecessary NULL check after container_ofGuenter Roeck2021-06-031-3/+0