index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
power
/
supply
/
bq25890_charger.c
Age
Commit message (
Expand
)
Author
2020-11-29
power: supply: bq25890: Use the correct range for IILIM register
Sebastian Krzyszkowiak
2020-10-03
power: supply: bq25890: skip 'struct acpi_device_id' when !CONFIG_ACPI
Krzysztof Kozlowski
2020-09-30
power: supply: bq25890: support IBAT compensation
Michał Mirosław
2020-05-10
power: bq25890: implement INPUT_CURRENT_LIMIT property
Michał Mirosław
2020-05-10
power: bq25890: implement PRECHARGE_CURRENT property
Michał Mirosław
2020-05-10
power: bq25890: implement CHARGE_TYPE property
Michał Mirosław
2020-05-10
power: bq25890: update state on property read
Michał Mirosław
2020-05-10
power: bq25890: fix ADC mode configuration
Michał Mirosław
2020-05-10
power: bq25890: use proper CURRENT_NOW property for I_BAT
Michał Mirosław
2020-05-09
power: bq25890: unlock on error paths in bq25890_resume()
Dan Carpenter
2020-05-03
power: bq25890: protect view of the chip's state
Michał Mirosław
2020-05-03
power: bq25890: remove redundant I2C bus check
Michał Mirosław
2020-05-03
power: bq25890: make property table const
Michał Mirosław
2020-05-03
power: bq25890: simplify chip name property getter
Michał Mirosław
2020-01-16
power: supply: bq25890_charger: fix incorrect error return when bq25890_field...
Colin Ian King
2020-01-14
power: supply: bq25890_charger: Add DT and I2C ids for all supported chips
Yauhen Kharuzhy
2020-01-14
power: supply: bq25890_charger: Add support of BQ25892 and BQ25896 chips
Yauhen Kharuzhy
2019-09-02
power: supply: bq25890_charger: Add the BQ25895 part
Angus Ainslie (Purism)
2019-07-15
Merge tag 'for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...
Linus Torvalds
2019-06-23
power: supply: bq25890_charger: simplify getting the adapter of a client
Wolfram Sang
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-01-23
power: supply: bq25890: show max charge current/voltage as configured
Michał Mirosław
2018-12-18
power: supply: bq25890: fix BAT_COMP field definition
Michał Mirosław
2018-09-18
power: supply: bq25890_charger: fix semicolon.cocci warnings
kbuild test robot
2018-09-16
power: supply: bq25890_charger: Read back the current battery voltage
Angus Ainslie (Purism)
2018-09-16
power: supply: bq25890_charger: Add the BQ25896 part
Angus Ainslie (Purism)
2018-09-16
power: supply: bq25890_charger: Remove unused table entries
Angus Ainslie (Purism)
2018-09-16
power: supply: bq25890_charger: Add debugging output of failed initialization
Angus Ainslie (Purism)
2017-04-14
power: supply: bq25890: Use gpiod_get()
Andy Shevchenko
2016-08-11
power: move power supply drivers to power/supply
Sebastian Reichel