summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/bq25890_charger.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-01power: supply: bq25890: Use the devm_regmap_field_bulk_alloc() helperHans de Goede1-10/+4
2022-02-01power: supply: bq25890: Support higher charging voltages through Pump Express...Yauhen Kharuzhy1-8/+84
2022-02-01power: supply: bq25890: On the bq25892 set the IINLIM based on external charg...Hans de Goede1-0/+33
2022-02-01power: supply: bq25890: Add support for registering the Vbus boost converter ...Hans de Goede1-0/+80
2022-02-01power: supply: bq25890: Add bq25890_set_otg_cfg() helperHans de Goede1-13/+15
2022-02-01power: supply: bq25890: Drop dev->platform_data == NULL checkHans de Goede1-10/+3
2022-02-01power: supply: bq25890: Enable charging on boards where we skip resetHans de Goede1-0/+11
2022-02-01power: supply: bq25890: Add support to read back the settings from the chipHans de Goede1-1/+6
2022-02-01power: supply: bq25890: Add support to skip reset at probe() / remove()Hans de Goede1-6/+13
2022-02-01power: supply: bq25890: Add a bq25890_rw_init_data() helperHans de Goede1-22/+40
2022-02-01power: supply: bq25890: Reduce reported CONSTANT_CHARGE_CURRENT_MAX for low t...Yauhen Kharuzhy1-3/+26
2022-02-01power: supply: bq25890: Rename IILIM field to IINLIMYauhen Kharuzhy1-6/+6
2022-01-11Merge tag 'for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds1-1/+36
2021-12-02power: bq25890: add POWER_SUPPLY_PROP_TEMPAngus Ainslie1-1/+36
2021-11-15power: bq25890: Enable continuous conversion for ADC at chargingYauhen Kharuzhy1-2/+2
2021-11-02power: supply: bq25890: Fix initial setting of the F_CONV_RATE fieldHans de Goede1-5/+5
2021-11-02power: supply: bq25890: Fix race causing oops at bootHans de Goede1-12/+11
2021-10-18power: bq25890: add return values to error messagesMartin Kepplinger1-18/+16
2020-11-29power: supply: bq25890: Use the correct range for IILIM registerSebastian Krzyszkowiak1-1/+1
2020-10-03power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPIKrzysztof Kozlowski1-0/+2
2020-09-30power: supply: bq25890: support IBAT compensationMichał Mirosław1-2/+13
2020-05-10power: bq25890: implement INPUT_CURRENT_LIMIT propertyMichał Mirosław1-0/+11
2020-05-10power: bq25890: implement PRECHARGE_CURRENT propertyMichał Mirosław1-0/+5
2020-05-10power: bq25890: implement CHARGE_TYPE propertyMichał Mirosław1-0/+13
2020-05-10power: bq25890: update state on property readMichał Mirosław1-0/+4
2020-05-10power: bq25890: fix ADC mode configurationMichał Mirosław1-5/+26
2020-05-10power: bq25890: use proper CURRENT_NOW property for I_BATMichał Mirosław1-10/+10
2020-05-09power: bq25890: unlock on error paths in bq25890_resume()Dan Carpenter1-3/+4
2020-05-03power: bq25890: protect view of the chip's stateMichał Mirosław1-56/+26
2020-05-03power: bq25890: remove redundant I2C bus checkMichał Mirosław1-6/+0
2020-05-03power: bq25890: make property table constMichał Mirosław1-1/+1
2020-05-03power: bq25890: simplify chip name property getterMichał Mirosław1-11/+8
2020-01-16power: supply: bq25890_charger: fix incorrect error return when bq25890_field...Colin Ian King1-1/+1
2020-01-14power: supply: bq25890_charger: Add DT and I2C ids for all supported chipsYauhen Kharuzhy1-0/+6
2020-01-14power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chipsYauhen Kharuzhy1-21/+76
2019-09-02power: supply: bq25890_charger: Add the BQ25895 partAngus Ainslie (Purism)1-4/+8
2019-07-15Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds1-1/+1
2019-06-23power: supply: bq25890_charger: simplify getting the adapter of a clientWolfram Sang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-11/+1
2019-01-23power: supply: bq25890: show max charge current/voltage as configuredMichał Mirosław1-2/+2
2018-12-18power: supply: bq25890: fix BAT_COMP field definitionMichał Mirosław1-1/+1
2018-09-18power: supply: bq25890_charger: fix semicolon.cocci warningskbuild test robot1-5/+5
2018-09-16power: supply: bq25890_charger: Read back the current battery voltageAngus Ainslie (Purism)1-0/+10
2018-09-16power: supply: bq25890_charger: Add the BQ25896 partAngus Ainslie (Purism)1-5/+19
2018-09-16power: supply: bq25890_charger: Remove unused table entriesAngus Ainslie (Purism)1-5/+0
2018-09-16power: supply: bq25890_charger: Add debugging output of failed initializationAngus Ainslie (Purism)1-5/+18
2017-04-14power: supply: bq25890: Use gpiod_get()Andy Shevchenko1-1/+1
2016-08-11power: move power supply drivers to power/supplySebastian Reichel1-0/+994