summaryrefslogtreecommitdiff
path: root/common
Commit message (Expand)AuthorAgeFilesLines
* motion: Control on which task sensor setting functions are running onGwendal Grignou2020-12-031-36/+62
* Revert "motion: Control on which task sensor setting functions are running on"Gwendal Grignou2020-12-021-55/+28
* motion: Control on which task sensor setting functions are running onGwendal Grignou2020-12-021-28/+55
* motion_sense: Stop collection when sensor is powered downGwendal Grignou2020-12-021-8/+17
* battery: set correct battery cutoff stateKeith Short2020-10-271-2/+5
* Revert "baseboard/kukui: enable HC for 5 seconds on sysjumping to RW"Hung-Te Lin2020-08-101-4/+0
* WORKAROUND: kukui: add delay between HC request and response.Eric Yilun Lin2020-08-101-0/+11
* charge_state_v2: add function to check batt current is stableEric Yilun Lin2020-07-231-1/+6
* baseboard/kukui: enable HC for 5 seconds on sysjumping to RWEric Yilun Lin2020-07-101-0/+4
* Charge state v2: Only shutdown on cold dischargeDiana Z2020-04-221-4/+14
* mkbp: keyboard_clear_buffer should only drop keyboard eventsTing Shen2020-03-121-1/+30
* usb_pd: return to correct state after tcpc resetTing Shen2020-03-021-0/+3
* USB PD: reset VCONN and keep consistent with the previous explicit contractxiong2020-02-271-1/+15
* charger_state: check BATT_FLAG_* flags before trusting the valueTing Shen2020-02-171-2/+8
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-02-131-0/+8
* Revert "Enable double tap host detection in kukui"Fei Shao2020-01-081-2/+0
* led_pwm: support different pwm modulesTing Shen2020-01-031-12/+15
* kodama: overwrite bad battery params to known good valueTing Shen2019-12-231-0/+4
* virtual_battery: return errors on bad battery flagsTing Shen2019-12-231-0/+18
* battery: combine strings to reduce code sizeEric Yilun Lin2019-12-181-5/+6
* fusb302: implement vbus measurement using tcpcTing Shen2019-12-171-0/+2
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-161-0/+511
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-12-164-142/+410
* Reland: i2c: add support for i2c bit-bangingTing Shen2019-12-163-7/+394
* Revert "i2c: add support for i2c bit-banging"Ting Shen2019-12-163-366/+7
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-12-1219-115/+118
* pd_protocol: add hard_reset_complete_timerCaveh Jalali2019-12-121-19/+49
* keyboard_scan: detect inconsistent state in read_matrixTing Shen2019-12-121-17/+48
* main: Initialize I2C pretty earlyAlexandru M Stan2019-12-121-0/+8
* usb_pd: request preferred voltage PDOYilun Lin2019-12-103-8/+209
* usbc: fix storm tracker overflow issueJett Rink2019-12-061-6/+9
* Reland "common: Refactor motion_sense_fifo"Yuval Peress2019-11-212-145/+250
* Revert "common: Refactor motion_sense_fifo"Eric Yilun Lin2019-11-202-250/+145
* common: Refactor motion_sense_fifoYuval Peress2019-11-202-145/+250
* Clean up double tap related definitionHeng-Ruey Hsu2019-11-132-5/+5
* Add double tap and make motion sense wake up apHeng-Ruey Hsu2019-11-111-1/+5
* Fix skip interrupt logic for host eventHeng-Ruey Hsu2019-11-111-4/+10
* uart_buffer: ensure uart tx/rx buffer size are power of twoYilun Lin2019-11-071-1/+4
* i2c: add support for i2c bit-bangingTing Shen2019-11-073-7/+366
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-062-5/+6
* Revert "i2c: add support for i2c bit-banging"Ting Shen2019-10-303-366/+7
* i2c: add support for i2c bit-bangingTing Shen2019-10-293-7/+366
* smart_battery: add smbus error checking supportTing Shen2019-10-281-36/+199
* common: motion_sense: Refactor common code out of event processYuval Peress2019-10-181-50/+48
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-162-6/+1
* ppc: cleanup ppcDenis Brockus2019-10-061-37/+147
* printf: Deprecate %lEvan Green2019-10-051-1/+17
* Remove uses of %lEvan Green2019-10-056-11/+10
* include: De-longify CC_MASK() and CC_ALLEvan Green2019-10-051-1/+1
* include: De-longify BIT() macroEvan Green2019-10-051-3/+3