summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/bq25890_charger.c
AgeCommit message (Expand)AuthorFilesLines
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