summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* common/vboot: Add rwsig info commandTom Hughes2020-12-302-0/+50
* build_assert: use _Static_assertJett Rink2020-12-301-5/+5
* chip/stm32/usb_hid_keyboard: Implement HID GET_REPORTNicolas Boichat2020-12-241-0/+5
* Revert "baseboard/kukui: enable HC for 5 seconds on sysjumping to RW"Hung-Te Lin2020-08-101-7/+0
* charge_state_v2: add function to check batt current is stableEric Yilun Lin2020-07-231-0/+9
* baseboard/kukui: enable HC for 5 seconds on sysjumping to RWEric Yilun Lin2020-07-101-0/+7
* charger/isl9238c: enable slew rate controlTing Shen2020-06-111-2/+3
* bc12: Limit max current to 1.5AAseda Aboagye2020-05-211-0/+10
* driver: bmi160: Fix rounding error in set_offset() and get_offset()Ching-Kang Yen2020-02-131-0/+5
* led_pwm: support different pwm modulesTing Shen2020-01-031-3/+6
* jacuzzi: enable ledTing Shen2019-12-271-0/+5
* kodama: overwrite bad battery params to known good valueTing Shen2019-12-231-0/+5
* fusb302: implement vbus measurement using tcpcTing Shen2019-12-172-0/+24
* driver/ioexpander_it8801: add I/O expander driver for keyboardtim2019-12-161-0/+5
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-12-161-0/+8
* usb_pd_policy: Make a lot of objects commonAseda Aboagye2019-12-162-12/+149
* TCPMv2: Enable TCPC low power when port is looking for a connectionSam Hurst2019-12-163-3/+39
* Reland: i2c: add support for i2c bit-bangingTing Shen2019-12-163-0/+45
* Revert "i2c: add support for i2c bit-banging"Ting Shen2019-12-163-38/+0
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-12-125-10/+10
* pd_protocol: add hard_reset_complete_timerCaveh Jalali2019-12-121-18/+20
* usb_pd: use enum tcpc_rp_value instead of intCaveh Jalali2019-12-121-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-12-123-3/+18
* usb_pd: request preferred voltage PDOYilun Lin2019-12-104-0/+72
* Reland "common: Refactor motion_sense_fifo"Yuval Peress2019-11-212-30/+60
* common: add __test_only attributeJack Rosenthal2019-11-211-0/+13
* Revert "common: Refactor motion_sense_fifo"Eric Yilun Lin2019-11-202-60/+30
* common: Refactor motion_sense_fifoYuval Peress2019-11-202-30/+60
* Clean up double tap related definitionHeng-Ruey Hsu2019-11-131-3/+3
* Add double tap and make motion sense wake up apHeng-Ruey Hsu2019-11-111-0/+4
* i2c: add support for i2c bit-bangingTing Shen2019-11-073-0/+38
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-061-3/+20
* Revert "i2c: add support for i2c bit-banging"Ting Shen2019-10-303-38/+0
* i2c: add support for i2c bit-bangingTing Shen2019-10-293-0/+38
* smart_battery: add smbus error checking supportTing Shen2019-10-283-0/+27
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-161-6/+0
* ppc: add AOZ1380 driverDenis Brockus2019-10-061-1/+4
* ppc: cleanup ppcDenis Brockus2019-10-061-0/+5
* ec_commands: Obsolete v0 and declare v1 of host command EC_CMD_POWER_INFOTim Wawrzynczak2019-10-051-7/+60
* printf: Deprecate %lEvan Green2019-10-051-1/+1
* include: De-longify CC_MASK() and CC_ALLEvan Green2019-10-051-2/+2
* include: De-longify BIT() macroEvan Green2019-10-051-1/+1
* printf: Enable compile-time format checkingEvan Green2019-10-054-0/+5
* printf: Fix formatting errorsEvan Green2019-10-051-2/+2
* printf: Correct semantics of %lEvan Green2019-10-051-1/+1
* printf: Convert %l to %llEvan Green2019-10-051-2/+3
* printf: Add support for %zEvan Green2019-10-051-0/+1
* builtin: Introduce and use inttypes.hEvan Green2019-10-052-2/+5
* printf: Convert %b to %pbEvan Green2019-10-051-0/+15
* printf: Convert %h to %phEvan Green2019-10-052-4/+19