summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* TCPMv1: Add support for Thunderbolt active cablesAyushee2020-01-312-31/+128
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-01-311-0/+8
* jinlon: add dual fan control by ecDevin Lu2020-01-312-9/+34
* usb_pd TCPMv1: Maintain independent MessageID for SOP PrimeAyushee2020-01-312-9/+46
* TCPMv1: Add support for USB4.0Ayushee Shah2020-01-312-6/+369
* ioexpander: Fix IOEX_INT after ioex_signal numbering changeEdward Hill2020-01-311-1/+1
* USB PD: set last rx'd msg ID as invalid before executing soft resetTim Wawrzynczak2020-01-301-0/+1
* usb: differentiate DTS polarity and normal device polarityDenis Brockus2020-01-301-5/+12
* TCPMv1/v2: Move EC_CMD_USB_PD_CONTROL host command to common fileVijay Hiremath2020-01-304-285/+272
* PD 3.0: Send Reject messages for refusing swapsDiana Z2020-01-291-11/+13
* PD 3.0: Add AMS start detection to collision avoidanceDiana Z2020-01-291-110/+99
* TCPMv1: Cleanup sending TBT control flags to hostVijay Hiremath2020-01-294-16/+17
* USB-C: Move EC_CMD_GET_PD_PORT_CAPS host command to host command fileVijay Hiremath2020-01-282-43/+43
* TCPMv1/v2: Move EC_CMD_USB_PD_GET_AMODE host command to common fileVijay Hiremath2020-01-283-82/+82
* TCPMv1/v2: Move EC_CMD_USB_PD_DISCOVERY host command to common fileVijay Hiremath2020-01-283-43/+31
* common: vec3: Add init/sub/add functionsYuval Peress2020-01-281-0/+21
* common: mag_cal: update magnetometer to leverage kasaYuval Peress2020-01-282-126/+52
* Charger: change get_vbus_voltage to return EC errorDiana Z2020-01-282-3/+9
* Charger: Create charger driver structureDiana Z2020-01-281-9/+434
* TCPMv2: Ensure Rd is set in Debug Accessory.SNKDiana Z2020-01-281-0/+2
* usb_mux: cleanup: Replace mux state enums with ec_command bit flagVijay Hiremath2020-01-284-33/+34
* TCPMv1/v2: Move EC_CMD_USB_PD_DEV_INFO host command to common fileVijay Hiremath2020-01-243-47/+43
* TCPMv1/v2: Move EC_CMD_USB_PD_SET_AMODE host command to common fileVijay Hiremath2020-01-243-67/+41
* TCPMv1/v2: Move EC_CMD_PD_CHIP_INFO host command to common fileVijay Hiremath2020-01-243-62/+33
* TCPMv1/v2: Move EC_CMD_USB_PD_RW_HASH_ENTRY host command to common fileVijay Hiremath2020-01-243-81/+40
* uart: Add uart_put_rawDaisuke Nojiri2020-01-241-5/+23
* ioexpander: fix out-of-bounds access in last_val_changedMichael Auchter2020-01-241-1/+5
* PD: Add support for new host command, EC_CMD_GET_PD_PORT_CAPSTim Wawrzynczak2020-01-241-0/+45
* servo: Adds logging of panic info to USB consoleBrian J. Nemec2020-01-221-0/+7
* TBT: Allow entering TBT mode for passive cables without SVIDVijay Hiremath2020-01-221-10/+32
* led_pwm: Cast PWM_LED_NO_CHANNEL when comparingAseda Aboagye2020-01-211-6/+6
* tcpmv2: Fix issues with low power mode disabledAseda Aboagye2020-01-211-9/+9
* common: Implement kasa sphere fit algorithmYuval Peress2020-01-212-1/+76
* TCPMv1/v2: Move EC_CMD_USB_PD_PORTS host command to common fileVijay Hiremath2020-01-214-25/+28
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-01-171-0/+19
* usbc: hpd_deadline cleanupDenis Brockus2020-01-161-8/+11
* TBT/USB4: Allow enabling TBT & USB4 per port basedVijay Hiremath2020-01-151-1/+7
* TBT: Allow limiting the cable speed based on board designVijay Hiremath2020-01-151-0/+14
* util: enable chargen for USB consoleNamyoon Woo2020-01-152-8/+34
* usb_pd: Request Vconn swap to communicating with the cableAyushee2020-01-142-0/+44
* usb pd: Don't force VSafe5V when there is no active charge portScott Collyer2020-01-141-4/+15
* TCPMv1 & TCPMv2: Move common functions to common codeVijay Hiremath2020-01-145-115/+85
* common/motion_sense: finish change that change ODR in motion taskGwendal Grignou2020-01-131-0/+3
* usb_pd_policy: check if the pointer is NULL or notRuibin Chang2020-01-131-1/+2
* common: motion_sense_fifo: Read temperature on stageYuval Peress2020-01-112-1/+46
* TCPMv1: Correct the TBT3 Discovery and Entry FlowVijay Hiremath2020-01-103-164/+203
* pd: use pd_get_[power/data]_role instead of the tc versionDenis Brockus2020-01-106-28/+18
* USB_MUX: correct setting the retimer dataVijay Hiremath2020-01-091-11/+3
* common/motion_sense: fix compilation issue when MKBP is not setGwendal Grignou2020-01-091-0/+2
* i2c: always write on read/modify/writeDenis Brockus2020-01-091-30/+18