summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TBT: Correct is_cable_speed_gen2_capable functionTomasz Michalec2021-09-021-1/+1
* usbpd: support dynamic PDO selectionEric Yilun Lin2021-09-015-5/+676
* TCPM: Rename enum tcpm_sop_type and its constantsAbe Levkoy2021-08-3123-458/+466
* charge_manager: board specific callback to get vbus voltageSue Chen2021-08-271-0/+7
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-1/+0
* usb_mux: Add function to enable USB3.1 mode for UFPScott Collyer2021-08-261-0/+15
* pd: usb: Add usb type-c USB mux handling for UFP-only platformsJan Dabros2021-08-251-0/+6
* common: move standard library functions from util.c to another fileMichał Barnaś2021-08-253-338/+334
* tmp112: Support reading TMP112 in millikelvinRob Barnes2021-08-251-0/+1
* usb_prl_sm: reduce i2c transactions in FRS pathTing Shen2021-08-241-4/+12
* Revert "TCPMv2: Fix LPM for non-dual role auto toggle chips"Tommy Chung2021-08-221-11/+2
* common: Add Milli Kelvin conversion macrosRob Barnes2021-08-212-1/+2
* system: fix system_get_scratchpad APIYuval Peress2021-08-202-2/+16
* TCPM: Remove enum pd_msg_typeAbe Levkoy2021-08-183-5/+5
* TCPM: Rename enum tcpm_transmit_typeAbe Levkoy2021-08-1820-116/+128
* zephyr: provide unified method to get sku id and board versionMichał Barnaś2021-08-181-0/+24
* TCPMv2: Fix LPM for non-dual role auto toggle chipsPoornima Tom2021-08-171-2/+11
* usbpd: do not enter DP mode in S5->S3 transitionEric Yilun Lin2021-08-161-2/+3
* USB MUX: Generalize mux ACKDiana Z2021-08-141-1/+5
* TCPMv2: Fix ordering of Vbus application in Attached.SRC entryDiana Z2021-08-111-12/+24
* chgstv2/sustainer: Stop AC current when dischargingDaisuke Nojiri2021-08-091-6/+12
* chgstv2/sustainer: Add tests for full battery and ACDaisuke Nojiri2021-08-091-1/+1
* util: Add strcspnRob Barnes2021-08-091-1/+12
* chgstv2: call sustain_battery_soc without checking previous statesTommy Chung2021-08-091-1/+4
* chgstv2: rework "charge_command_charge_control()"Tommy Chung2021-08-091-1/+1
* mchp: Optimize spi_flash_read() APImartin yan2021-08-061-1/+1
* i2c_controller: Check if get_i2c_port returns NULLLukasz Hajec2021-08-061-0/+3
* Drop some obsolete boardsJack Rosenthal2021-08-052-53/+0
* lid_angle: Create a common callback for lid angle changesWai-Hong Tam2021-08-051-3/+19
* retimer: move operations to specific TC stateli feng2021-08-041-8/+8
* retimer: firmware update uses task_wake()li feng2021-08-031-2/+2
* common/keyboard_vivaldi: Add new top row action keyScott Chao2021-08-031-0/+2
* COIL: virtual_battery: Update terminologyCaveh Jalali2021-08-021-2/+2
* COIL: onewire: Update terminologyCaveh Jalali2021-08-021-3/+6
* flash: Set CBI EEPROM WP immediately if SW WP setAseda Aboagye2021-07-301-0/+10
* common: system: always define host_command_get_board_versionDenis Brockus2021-07-291-2/+0
* cbi: Add CONFIG_EEPROM_CBI_WPAseda Aboagye2021-07-293-1/+19
* keyboard: Add strict debouncerDaisuke Nojiri2021-07-281-10/+39
* common: vboot_hash: cast UL to uintptr_t to remove warningDenis Brockus2021-07-271-2/+4
* TCPMv2: Register Get_Source_Cap failuresDiana Z2021-07-271-6/+21
* TCPMv2: Allow tests to clear PE data between runsDiana Z2021-07-271-4/+18
* system: don't hibernate if AC is presentRicardo Quesada2021-07-261-0/+15
* tablet_mode: Fix the race condition of setting the tablet modeWai-Hong Tam2021-07-233-13/+19
* keyboard: Use __override for keyboard_scan_configDaisuke Nojiri2021-07-231-4/+1
* zephyr: i2c: protect physical portDino Li2021-07-221-0/+20
* common/build.mk: drop duplicate rules.Eric Yilun Lin2021-07-211-4/+0
* LED: modify led_get_state to cover unexpected return when ec initialelmo_lan2021-07-191-0/+2
* retimer: clear unused mux bitsli feng2021-07-191-5/+10
* pd: Fix missing polarity_rm_dts in some conditionsMichał Barnaś2021-07-192-3/+3
* ALT-DP: Don't send DP_ATTENTION until after DP_CONFIGScott Collyer2021-07-171-4/+35