summaryrefslogtreecommitdiff
path: root/include/peripheral_charger.h
Commit message (Expand)AuthorAgeFilesLines
* peripheral_charger: Add board_get_pchg_count(void) declarationben chen2023-02-151-1/+5
* PCHG: Remove const from struct pchg_config fieldsDaisuke Nojiri2022-12-171-6/+6
* PCHG: Add BIST mode for RF chargeDaisuke Nojiri2022-12-161-0/+57
* PCHG: Add pass-through modeDaisuke Nojiri2022-10-261-0/+3
* PCHG: Report errors to hostDaisuke Nojiri2022-10-251-8/+37
* common/peripheral_charger.c: Refactor pchg_startup() functionDerek Huang2022-09-211-2/+13
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* include/peripheral_charger.h: Format with clang-formatJack Rosenthal2022-06-281-4/+4
* PCHG: Power on PCHG chargers on start-upDaisuke Nojiri2022-04-221-0/+8
* PCHG: Fix state names in the state machine diagramDaisuke Nojiri2022-04-211-11/+11
* PCHG: Handle host events in queueDaisuke Nojiri2022-02-241-0/+2
* atomic: use atomic_t where it is possibleDawid Niedzwiecki2021-12-081-1/+2
* PCHG: Fuzz PCHG and ctn730 driverDaisuke Nojiri2021-06-171-0/+3
* PCHG: Handle WLC_CHG_CTRL_DEVICE_STATE_DEVICE_DOCKEDDaisuke Nojiri2021-06-111-11/+18
* PCHG: Support firmware updateDaisuke Nojiri2021-04-051-7/+61
* ctn730: Print firmware versionDaisuke Nojiri2021-03-241-0/+2
* PCHG: Support reset to firmware update modeDaisuke Nojiri2021-03-181-0/+11
* PCHG: Count number of dropped events per portDaisuke Nojiri2021-03-181-0/+2
* PCHG: Check array sizes for state and event textsDaisuke Nojiri2021-03-181-0/+3
* PCHG: Handle reset eventDaisuke Nojiri2021-03-091-0/+3
* PCHG: Get SOC proactively when device is detectedDaisuke Nojiri2021-02-121-0/+2
* pchg: Notify host of full chargeDaisuke Nojiri2021-02-121-0/+2
* PCHG: Add host commandDaisuke Nojiri2020-12-101-13/+0
* PCHG: Add peripheral charge managerDaisuke Nojiri2020-11-241-0/+184