summaryrefslogtreecommitdiff
path: root/driver/charger/bd9995x.c
Commit message (Expand)AuthorAgeFilesLines
* ish: Trim down the release branchstabilize-wristpin-14469.59.B-ishstabilize-voshyr-14637.B-ishstabilize-quickfix-14695.187.B-ishstabilize-quickfix-14695.124.B-ishstabilize-quickfix-14526.91.B-ishstabilize-14695.85.B-ishstabilize-14695.107.B-ishstabilize-14682.B-ishstabilize-14633.B-ishstabilize-14616.B-ishstabilize-14589.B-ishstabilize-14588.98.B-ishstabilize-14588.14.B-ishstabilize-14588.123.B-ishstabilize-14536.B-ishstabilize-14532.B-ishstabilize-14528.B-ishstabilize-14526.89.B-ishstabilize-14526.84.B-ishstabilize-14526.73.B-ishstabilize-14526.67.B-ishstabilize-14526.57.B-ishstabilize-14498.B-ishstabilize-14496.B-ishstabilize-14477.B-ishstabilize-14469.9.B-ishstabilize-14469.8.B-ishstabilize-14469.58.B-ishstabilize-14469.41.B-ishstabilize-14442.B-ishstabilize-14438.B-ishstabilize-14411.B-ishstabilize-14396.B-ishstabilize-14395.B-ishstabilize-14388.62.B-ishstabilize-14388.61.B-ishstabilize-14388.52.B-ishstabilize-14385.B-ishstabilize-14345.B-ishstabilize-14336.B-ishstabilize-14333.B-ishrelease-R99-14469.B-ishrelease-R98-14388.B-ishrelease-R102-14695.B-ishrelease-R101-14588.B-ishrelease-R100-14526.B-ishfirmware-cherry-14454.B-ishfirmware-brya-14505.B-ishfirmware-brya-14505.71.B-ishfactory-kukui-14374.B-ishfactory-guybrush-14600.B-ishfactory-cherry-14455.B-ishfactory-brya-14517.B-ishJack Rosenthal2021-11-051-1775/+0
* charger: replace charger_get_input_current usesEric Yilun Lin2020-12-081-3/+3
* charger: rename charger_set_input_currentEric Yilun Lin2020-12-081-4/+4
* Casta : Support Multi-ChargerYongBeum.Ha2020-11-171-0/+13
* bc12: create bc12 driver structureTing Shen2020-05-291-4/+39
* bc12: Limit max current to 1.5AAseda Aboagye2020-04-301-3/+8
* Charger: change get_vbus_voltage to return EC errorDiana Z2020-01-281-4/+4
* Charger: Create charger driver structureDiana Z2020-01-281-174/+222
* Add a board specific helper to return USB PD port countKarthikeyan Ramasubramanian2019-11-091-2/+2
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-4/+4
* Remove __7b, __8b and __7bfDenis Brockus2019-07-201-5/+5
* Use 7bit I2C/SPI slave addresses in ECDenis Brockus2019-07-191-4/+6
* common: bit change 1 << constants with BIT(constants)Gwendal Grignou2019-03-261-1/+1
* chgmgr: Allow charge_manager_update_charge to accept NULLDaisuke Nojiri2018-09-201-3/+1
* chgmgr: Set available voltage to 0 on disconnectDaisuke Nojiri2018-09-201-4/+1
* eve: Delay charge port selection until VBUS is stable or 1s has passedSam Hurst2018-08-011-0/+121
* isl923x: Add 'charger_dump' console command.Aseda Aboagye2018-04-181-3/+4
* bd9995x: Clear VSYS_PRIORITY when Vbat > Vbat_minScott Collyer2018-01-221-2/+43
* charger/isl923x: Implement charger_get_system_power from PSYSNicolas Boichat2018-01-101-2/+7
* bd9995x: Leave USB data switches closed on PD power swapShawn Nematbakhsh2017-11-071-32/+48
* bd9995x: Use fixed PD-port-to-VBUS/VCC mappingShawn Nematbakhsh2017-11-071-15/+10
* charge_ramp: Move ramp allowed / ilim callbacks to common codeShawn Nematbakhsh2017-10-061-24/+39
* cleanup: Remove duplicate BD9995X CONFIGsShawn Nematbakhsh2017-09-021-1/+2
* charger: bd9995x: Disable topoff modeShawn Nematbakhsh2017-08-281-3/+1
* Fix inconsistent task function declarationsStefan Reinauer2017-08-081-1/+1
* bd9995x: Don't set charger current in battery profile functionScott Collyer2017-08-041-3/+0
* BD9995X: Disable input current limiting for VBAT < VSYSREG_SETVijay Hiremath2017-06-031-1/+27
* driver: bd9995x: Modify USB_CHG task so interrupts can be handledScott Collyer2017-05-031-35/+87
* BD9995X: Enable/Disable charger depending on charging currentJames Chao2017-04-301-19/+39
* bd9995x: Disable IADPDaisuke Nojiri2017-03-231-0/+10
* BD9995X: Do not overwrite the charging current in idle modeVijay Hiremath2017-03-161-1/+3
* bd9995x: Do not set IADP monitoring enable bitDaisuke Nojiri2017-03-131-8/+0
* charge_ramp: Specify port number in board_is_vbus_too_low()Shawn Nematbakhsh2017-02-021-12/+9
* BD9995X: Set VSYSREG_SET register as per Charger State MachineVijay Hiremath2017-02-011-50/+85
* bd9995x: more delay time between chg_en and vsys_setWonjoon Lee2017-01-281-11/+23
* Reef: Reduce max battery charge voltage for 0.5% marginDaisuke Nojiri2017-01-251-4/+7
* BD9995X: Disable input current limitation for all types of chargersVijay Hiremath2016-12-081-2/+7
* reef: BD9995X: Suspend DC-DC converter when discharging on ACVijay Hiremath2016-11-281-2/+10
* BD9995X/reef/snappy/pyro: Boot from the shipmode batteryVijay Hiremath2016-11-181-0/+21
* bd9995x: Battery charging profile settingsVijay Hiremath2016-11-121-34/+69
* bd9995*: maintain VBAT voltage as battery maximumWonjoon Lee2016-11-081-1/+2
* BD9995X: Fix disable case in bd9995x_select_input_portScott2016-11-011-1/+1
* reef: Enable BD9995X power save mode when hibernatedVijay Hiremath2016-10-281-12/+14
* BD9995X: Disable input to port when sourcingVijay Hiremath2016-10-271-16/+25
* charger: bd9995x: Reset map command set on failed set operationShawn Nematbakhsh2016-09-281-4/+6
* bd9995x: Disable fast/pre-charging watchdog timerphilipchen2016-09-261-2/+2
* i2c: Add i2ctest console commandVijay Hiremath2016-09-231-0/+22
* BD9995X: Rename common code of BD99955 and BD99956 as BD9995XVijay Hiremath2016-09-211-0/+1233