summaryrefslogtreecommitdiff
path: root/driver/charger/bq25710.c
Commit message (Expand)AuthorAgeFilesLines
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* driver/charger/bq25710.c: Format with clang-formatJack Rosenthal2022-06-281-81/+64
* bq25710: add more options for Prochot settingarthur.lin2022-04-191-0/+3
* taeko: modify for Prochot function settingamber.chen2022-03-141-0/+2
* zephyr: charger: support zephyr compilationRajesh Kumar2022-01-201-1/+2
* bq25710: fix read IIN_DPM and write IIN_HOSTScott Chao2022-01-111-18/+32
* bq257x0: add customerized ILIM2 thresholdreno.wang2021-12-291-7/+30
* bq25710: Allow PKPWR_TOVLD_DEG to be configuredCaveh Jalali2021-11-231-0/+14
* bq25710: Allow PP_IDCHG2 to be configuredCaveh Jalali2021-11-191-0/+7
* bq25710: Update bq25710 BATOC_VTH definitionsCaveh Jalali2021-11-181-6/+1
* bq25710: Update IL_AVG handlingCaveh Jalali2021-11-181-5/+5
* bq25710: Allow IDCHG_TH2 to be customizedCaveh Jalali2021-11-171-1/+9
* bq25710: Replace CONFIG_BQ* with CONFIG_CHARGER_BQ*Caveh Jalali2021-11-171-10/+11
* bq25710: Allow VSYS_MIN to be customizedCaveh Jalali2021-11-171-9/+24
* bq25710: Add VSYS_MIN to register definitionsCaveh Jalali2021-11-171-2/+11
* bq25710: Allow IDCHG_DEG2 to be customizedCaveh Jalali2021-11-161-1/+9
* bq25710: Allow VSYS_UVP to be configuredCaveh Jalali2021-11-161-0/+31
* bq25710: Allow PP_ACOK to be configuredCaveh Jalali2021-11-161-0/+3
* bq25710: Allow PP_BATPRES to be configuredCaveh Jalali2021-11-161-0/+3
* bq25710: Allow PP_INOM to be configuredCaveh Jalali2021-11-161-0/+3
* bq25710: Refactor prochot option 1 register initializationCaveh Jalali2021-11-131-31/+49
* bq25710: Refactor Vmin Active Protection register initializationCaveh Jalali2021-11-131-18/+29
* bq25710: Make VSYS_TH2 Kconfig friendlyCaveh Jalali2021-11-131-15/+23
* bq25710: Separate Vmin Active Protection register settingCaveh Jalali2021-11-121-16/+14
* bq25710: Set IL_AVG to 10A on bq25720Caveh Jalali2021-11-121-0/+27
* bq25710: Allow BATOC threshold to be configuredCaveh Jalali2021-11-111-0/+10
* bq25710: Allow ACOC_VTH to be configuredCaveh Jalali2021-11-111-0/+5
* bq25710: Allow EN_ACOC to be configuredCaveh Jalali2021-11-111-0/+9
* bq25710: Refactor charge option 2 register initializationCaveh Jalali2021-11-111-9/+20
* bq25710: Allow CMP_REF to be configuredCaveh Jalali2021-11-111-1/+13
* bq25710: Refactor charge option 1 register initializationCaveh Jalali2021-11-111-15/+21
* bq25710: Simplify EN_PSYS enablingCaveh Jalali2021-11-111-13/+8
* bq25710: Update with new bq257x0 definitionsCaveh Jalali2021-11-101-44/+64
* bq25710: Add PSYS sensing configurationCaveh Jalali2021-11-011-0/+43
* cleanup: charger: Add BQ25710 sense resistor configsDeepti Deshatty2021-10-281-9/+3
* cleanup: charger: consolidate charger_dump console commandsDeepti Deshatty2021-10-201-15/+4
* bq25710: add min system voltage configurationScott Chao2021-08-121-0/+14
* bq25710: Replace some macros with functionsCaveh Jalali2021-04-231-9/+15
* bq25710: Fix register field access macrosCaveh Jalali2021-04-231-9/+12
* bq25710: Sort registers in numerical orderCaveh Jalali2021-04-161-7/+7
* bq25720: Add new register for dumpingCaveh Jalali2021-04-131-0/+1
* bq25710: Remove duplicate register declarationCaveh Jalali2021-04-131-1/+0
* bq25720: Extend ADC conversion timeoutCaveh Jalali2021-04-131-3/+5
* bq25720: Add VSYS_TH2 tuning supportCaveh Jalali2021-04-061-0/+19
* bq25720: Add Vmin Active Protection registerCaveh Jalali2021-04-011-0/+3
* bq25710: Update legacy system_is_in_rw checkCaveh Jalali2021-03-251-1/+1
* charger: Add support for the TI BQ25720Caveh Jalali2021-03-041-6/+28
* bq25710: Allow compilation with CHARGE_RAMP_SWCaveh Jalali2021-02-191-0/+2
* charger: replace charger_get_input_current usesEric Yilun Lin2020-12-081-3/+3
* charger: rename charger_set_input_currentEric Yilun Lin2020-12-081-4/+5