summaryrefslogtreecommitdiff
path: root/common/peripheral_charger.c
Commit message (Expand)AuthorAgeFilesLines
* PCHG: Support firmware update for CPS8200 wireless chargerDerek Huang2023-03-081-5/+14
* peripheral_charger: Add board_get_pchg_count(void) declarationben chen2023-02-151-0/+4
* PCHG: Print next event in pchg console commandDaisuke Nojiri2022-12-191-7/+17
* PCHG: Add BIST mode for RF chargeDaisuke Nojiri2022-12-161-8/+127
* PCHG: Add pass-through modeDaisuke Nojiri2022-10-261-6/+45
* PCHG: Print error nameDaisuke Nojiri2022-10-251-0/+30
* PCHG: Report errors to hostDaisuke Nojiri2022-10-251-94/+148
* common/peripheral_charger.c: Refactor pchg_startup() functionDerek Huang2022-09-211-2/+15
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* tree-wide: const-ify argv for console commandsCaveh Jalali2022-09-011-1/+1
* common/peripheral_charger.c: Format with clang-formatJack Rosenthal2022-07-011-13/+14
* PCHG: Don't wake up device if lid is closedDaisuke Nojiri2022-05-111-3/+8
* PCHG: Remove device_enable_eventDaisuke Nojiri2022-05-051-9/+0
* PCHG: Power on PCHG chargers on start-upDaisuke Nojiri2022-04-221-0/+5
* PCHG: Handle host events in queueDaisuke Nojiri2022-02-241-30/+83
* PCHG: Send device events via MKBP protocolDaisuke Nojiri2022-01-271-7/+10
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+1
* PCHG: Handle WLC_CHG_CTRL_DEVICE_STATE_DEVICE_DOCKEDDaisuke Nojiri2021-06-111-6/+46
* PCHG: Enable device event on suspend completeDaisuke Nojiri2021-05-101-0/+9
* PCHG: Support firmware updateDaisuke Nojiri2021-04-051-3/+191
* PCHG: Notify host of new SOC and all other events in S0Daisuke Nojiri2021-03-251-4/+4
* ctn730: Print firmware versionDaisuke Nojiri2021-03-241-5/+7
* PCHG: Don't notify host when there is no soc changeDaisuke Nojiri2021-03-181-10/+17
* PCHG: Support reset to firmware update modeDaisuke Nojiri2021-03-181-94/+73
* PCHG: Count number of dropped events per portDaisuke Nojiri2021-03-181-3/+3
* PCHG: Check array sizes for state and event textsDaisuke Nojiri2021-03-181-0/+2
* PCHG: Handle reset eventDaisuke Nojiri2021-03-091-9/+39
* PCHG: Get SOC proactively when device is detectedDaisuke Nojiri2021-02-121-2/+13
* pchg: Notify host of full chargeDaisuke Nojiri2021-02-121-1/+6
* pchg: Notify host of only device detection in suspendDaisuke Nojiri2021-02-021-11/+18
* ctn730: Add delay between INITIALIZATION and ENABLE (2)Daisuke Nojiri2021-01-291-7/+1
* Revert "ctn730: Add delay between INITIALIZATION and ENABLE"Daisuke Nojiri2021-01-291-1/+7
* ctn730: Add delay between INITIALIZATION and ENABLEDaisuke Nojiri2021-01-281-7/+1
* pchg: Initialize pchg chips on startupDaisuke Nojiri2021-01-251-16/+69
* pchg: Avoid notifying host for false eventsDaisuke Nojiri2021-01-221-8/+13
* PCHG: Send device event to hostDaisuke Nojiri2020-12-101-0/+7
* PCHG: Add host commandDaisuke Nojiri2020-12-101-7/+35
* PCHG: Add peripheral charge managerDaisuke Nojiri2020-11-241-0/+373