summaryrefslogtreecommitdiff
path: root/include/charge_state.h
Commit message (Expand)AuthorAgeFilesLines
* charger: Rename enum charge_state_v2 to charge_stateSimon Glass2023-05-151-3/+3
* charger: Move charger_state_v2.h into charge_state.hSimon Glass2023-05-111-2/+226
* charger: Rename charge_get_state() to led_pwr_get_state()Simon Glass2023-05-111-1/+1
* charger: Rename enum charge_state to led_pwr_stateSimon Glass2023-05-111-3/+3
* include: Sort header filesJeremy Bettis2022-11-291-1/+1
* test: verify common paths for charge_prevent_power_onYuval Peress2022-11-081-5/+6
* Battery: align OS low battery shutdown behaviorIvan Chen2022-09-191-0/+22
* charger: fix up the charge_get_percent default return valueZhuohao Lee2022-09-131-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* charger: support the charger without batteryZhuohao Lee2022-09-081-1/+15
* charge_state: Add PWR_STATE_FORCED_IDLE stateParth Malkan2022-08-181-0/+2
* include/charge_state.h: Format with clang-formatJack Rosenthal2022-06-281-21/+13
* charge_state: Remove unnecessary macro guardsDaisuke Nojiri2022-06-151-3/+1
* chgstv2: Implement battery protection for low voltageTang Qijun2021-10-071-0/+5
* main: Add count in charge_state enumstabilize-14267.B-mainParth Malkan2021-10-061-1/+3
* charge_state: provide stub definition of charge_want_shutdownJack Rosenthal2021-03-201-0/+7
* zork: Ignore input current and always rampEdward Hill2020-09-231-1/+1
* charge: allow boards to customize max battery poll timeJett Rink2019-10-161-0/+3
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-181-2/+0
* usb: de-dup common code from old and new PD stackJett Rink2019-08-191-0/+7
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* common: replace 1 << digits, with BIT(digits)Gwendal Grignou2019-03-261-3/+3
* chgstv2: Notify on display percentage changeDaisuke Nojiri2018-11-081-0/+5
* charge_state: Change CHARGE_MAX_SLEEP_USEC to 1 minuteFurquan Shaikh2017-11-301-1/+1
* chg_ramp: Add charge_is_consuming_full_input_current().Aseda Aboagye2017-11-011-0/+10
* charger: Add state for discharge + fullDaisuke Nojiri2017-03-031-0/+3
* cleanup: Remove charge_state_v1Sam Hurst2017-02-061-10/+2
* cleanup: Rename charge_temp_sensor_get_val() to charge_get_battery_temp()Vijay Hiremath2016-10-141-1/+1
* COMMON: move precharge time to config.hRyan Zhang2016-06-011-1/+1
* charger: Change unlocked battery level ignore conditionsShawn Nematbakhsh2016-01-061-1/+4
* charger: Make critical battery shutdown timeout a config optionShawn Nematbakhsh2015-01-151-3/+0
* charger v2: Combine prevent_*_discharge functionsShawn Nematbakhsh2015-01-131-2/+1
* power_button_x86: Inhibit AP power-on if battery level is too lowShawn Nematbakhsh2014-12-171-0/+6
* samus: add high battery temp warning to charge state machineAlec Berg2014-12-151-0/+2
* samus: Allow samus to charge w/o battery or with dead batterystabilize-5942.BAlec Berg2014-06-091-0/+2
* Fixed the stack overflow bug in 'battery' console command.stabilize-5784.0.BLouis Yung-Chieh Lo2014-04-211-0/+7
* Move common charge_state time constants to a common headerBill Richardson2014-04-111-0/+15
* Create stub files for charge_state_v2.cBill Richardson2014-03-201-0/+79
* Rename charge_state.[ch] to charge_state_v1.[ch]Bill Richardson2014-03-201-149/+16
* Remove conditional declaration of charge_want_shutdown()Bill Richardson2014-03-201-4/+0
* cleanup: nyan: remove unnecessary dependence to pmu_tpschrome.hLouis Yung-Chieh Lo2014-02-141-0/+5
* Include battery fuel gauge temp sensor in temperature sensorsRandall Spangler2014-02-081-0/+11
* rename power_state* to charge_state*Louis Yung-Chieh Lo2014-01-071-12/+11
* Add battery_get_params()Randall Spangler2013-12-021-9/+6
* cleanup: charge state headerRandall Spangler2013-10-251-9/+1
* cleanup: Battery header files and filenamesRandall Spangler2013-10-071-1/+1
* Track the duration of each charge/discharge state.Dave Parker2013-08-021-0/+1
* Move TPSChrome charging temperature range to battery packRong Chang2013-07-241-1/+1
* Peppy: Detect physical presence of battery before waking itDave Parker2013-07-191-2/+5
* Replace generated CONFIG_TASK_ macros with HAS_TASK_Bill Richardson2013-04-241-1/+1