summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* 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
* TCPMv2: Add delay for detecting CC state in tc_attached_src stateMichał Barnaś2021-07-161-1/+14
* chgstv2: Move battery revival code to sub-routineDaisuke Nojiri2021-07-161-40/+36
* common/gpio: Set GPIO flags after setting alternate functionPatryk Duda2021-07-161-1/+1
* chgstv2: Join two battery revival code blocksDaisuke Nojiri2021-07-152-9/+14
* chgstv2: Rename battery_seems_to_be_dead/_disconnectedDaisuke Nojiri2021-07-151-16/+16
* chgstv2: Move code waking up battery to sub-routineDaisuke Nojiri2021-07-151-75/+78
* chgstv2: Move battery validate code to battery.cDaisuke Nojiri2021-07-152-19/+24
* Fuel Gauge: Add interface for optional sleep supportDiana Z2021-07-141-0/+17
* cbi: Introduce CONFIG_CBI_GPIOPhilip Chen2021-07-143-1/+75