summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv2: Make VDM ACKs available to the APDiana Z2022-12-132-6/+103
* fan: Rewrite and test the most common custom fan_percent_to_rpm.Richard Yeh2022-12-131-5/+63
* hooks: Add HOOK_BODY_DETECT_CHANGELeila Lin2022-12-132-0/+6
* ec: use standard format specifierRajesh Kumar2022-12-131-1/+1
* zephyr/test: Add throttle_ap testRobert Zieba2022-12-091-1/+0
* charger: Add prochot printing functionRobert Zieba2022-12-091-0/+9
* common/throttle_ap: Add support for single pin throttling/detectionRobert Zieba2022-12-091-2/+10
* usb_prl: support logging to a ring bufferPeter Marheine2022-12-091-0/+163
* battery: Send manufacturer access by the SMB block protocoljohnwc_yeh2022-12-081-3/+9
* ec: Support logging system boot time infoRajesh Kumar2022-12-073-1/+74
* TCPMv2: Pass NAK VDM headers to DPMDiana Z2022-12-063-7/+16
* system: Implement system safe modeRob Barnes2022-12-063-0/+132
* usb_tc_drp_acc_trysrc_sm: add bound checkBoris Mittelberg2022-12-051-0/+3
* Revert "ec: Support logging system boot time info"Piotr Pawliczek2022-12-033-74/+1
* ec: Support logging system boot time infoRajesh Kumar2022-12-023-1/+74
* dps: add PDO selection testsEric Yilun Lin2022-12-021-6/+12
* zephyr: test: Test get_panic_data_write()Tristan Honscheid2022-11-301-4/+5
* zephyr: test: Test `crash` console commandTristan Honscheid2022-11-301-4/+20
* zephyr: test: Make get_panic_data_write mockableTristan Honscheid2022-11-301-6/+4
* common/charger: read charger parameters using primary chargerDeepti Deshatty2022-11-301-1/+5
* common: Sort header filesJeremy Bettis2022-11-2991-192/+198
* zephyr: exclude non posix logic from panic_outputYuval Peress2022-11-291-0/+4
* test: unit test uart_printf.cYuval Peress2022-11-291-4/+7
* tcpmv2: dpm: Add DATA_RESET stateScott Collyer2022-11-291-25/+39
* Rename CONFIG_CHARGER_INPUT_CURRENT to _CHARGER_DEFAULT_CURRENT_LIMITPeter Marheine2022-11-293-6/+7
* host_command_pd: remove ad-hoc charge current manipulationPeter Marheine2022-11-291-4/+1
* tcpmv2: dpm: Split DPM_READY to DFP/UFP specific statesScott Collyer2022-11-291-64/+106
* tabletmode: Correctly handle HW orientation changingTim Van Patten2022-11-281-10/+34
* motion_sense: avoid possible invalid memory accessBoris Mittelberg2022-11-281-2/+3
* tcpmv2: pe: Add mux_set call following successful DATA_RESETScott Collyer2022-11-281-2/+1
* i8042: Send command response from priority queueDaisuke Nojiri2022-11-281-25/+86
* build: update build cmake files for unit testsYuval Peress2022-11-251-5/+3
* Add default implementation of board_set_charge_limitPeter Marheine2022-11-241-0/+8
* dp-alt-mode: add safety checkBoris Mittelberg2022-11-241-3/+3
* i2c_controller: Add guard for PEC transfersKeith Short2022-11-241-1/+1
* zephyr: test: Bring virtual_battery_handler() to 100% coverageTristan Honscheid2022-11-231-3/+5
* TCPMv2: Present as Sink/UFP in CTAttached.SNKAbe Levkoy2022-11-231-0/+7
* TCPMv2: Disallow VCONN Swap in CTAttached.SNKAbe Levkoy2022-11-231-1/+1
* Add CONFIG_CHARGER_MIN_INPUT_CURRENT_LIMITPeter Marheine2022-11-232-1/+10
* power_button: change the power_button_simulate_press implementationZhuohao Lee2022-11-221-9/+12
* common: body_detection: add a configuration to enable body detection in S0 stateJosh Tsai2022-11-221-1/+6
* common: body_detection: notify host when body status is changedJosh Tsai2022-11-222-0/+11
* keyboard_backlight: drop the get() functionFabio Baltieri2022-11-212-7/+0
* test: add missing coverage for mkbp_event.cYuval Peress2022-11-181-0/+7
* battery_v2: remove redundant checksBoris Mittelberg2022-11-181-2/+2
* test: add coverage to led_common.cYuval Peress2022-11-181-0/+7
* test: test memory mapped storage configYuval Peress2022-11-181-0/+10
* system: Ensure space for panic and jump dataRob Barnes2022-11-172-3/+43
* Add CONFIG_CHARGER_INPUT_CURRENT_DERATE_PCTPeter Marheine2022-11-171-0/+7
* test: flashinfo commandYuval Peress2022-11-161-26/+27