summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* battery: set correct battery cutoff stateKeith Short2020-02-101-2/+5
* EFS2: Implement Early Firmware Selection ver.2Daisuke Nojiri2020-02-098-63/+390
* TCPMv2: Don't exit DP mode on chipset suspend and resumeSam Hurst2020-02-081-3/+8
* common: Implement accelerometer calibrationYuval Peress2020-02-082-1/+82
* fpsensor: Refactor fpsensor tests into separate binariesTom Hughes2020-02-072-0/+31
* TCPMv1/v2: Move "pdcable" console command to common fileVijay Hiremath2020-02-073-108/+116
* g: add gpio_set_wakepin() to configure wake pinsMary Ruthven2020-02-071-0/+6
* usb_pd: Move common alt mode DFP functions to it's fileVijay Hiremath2020-02-062-338/+340
* common: Implement newton sphere fitYuval Peress2020-02-063-1/+196
* common/vboot: Add rwsig info commandTom Hughes2020-02-063-2/+68
* TCPMv2: Add TypeC functions needed for PD FAFTSam Hurst2020-02-051-86/+192
* test: move mock header filesJett Rink2020-02-054-46/+2
* TCPMv2: hook unattached state for ITE driverRuibin Chang2020-02-051-2/+8
* common: queue: Add ability to iterate over queueYuval Peress2020-02-051-0/+46
* ec fan: Ensure AP is on before starting fan.Andrew McRae2020-02-051-1/+6
* TCPMv1: Don't turn off pd module clock if rx enabledRuibin Chang2020-02-051-2/+2
* Charger: Convert boards to use new driver structureDiana Z2020-02-041-57/+0
* TCPMv1/v2: Move "pe" console command to common fileVijay Hiremath2020-02-044-144/+87
* TCPMv2: Remove tcpm_init from usb_prl state machineSam Hurst2020-02-041-1/+0
* Link libcryptoc to on-device tests if neededYicheng Li2020-02-041-0/+5
* TCPMv1/v2: Move DFP alternate mode functions to common fileVijay Hiremath2020-02-043-74/+49
* TCPMv1/v2: Move dfp_discover_modes() to common fileVijay Hiremath2020-02-043-29/+13
* TCPMv1/v2: Move dfp_consume_modes() to common fileVijay Hiremath2020-02-043-33/+17
* TCPMv1/v2: Move dfp_consume_svids() to common fileVijay Hiremath2020-02-043-79/+39
* TCPMv1/v2: Move dfp_consume_identity() to common fileVijay Hiremath2020-02-044-57/+30
* TCPMv1/v2: Move pd_dfp_exit_mode() to common fileVijay Hiremath2020-02-043-148/+74
* TCPMv1/v2: Move pd_dfp_enter_mode() to common fileVijay Hiremath2020-02-043-162/+111
* TCPMv1/v2: Move pd_dfp_dp_get_pin_mode() to common fileVijay Hiremath2020-02-044-103/+62
* common: mag_cal: Re-add bias inversionGwendal Grignou2020-02-041-3/+3
* usb_pd TCPMv1: Maintain independent MessageId for SOP''Ayushee2020-02-032-37/+43
* 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