summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* 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
* printf: Convert %T to %pTEvan Green2019-10-052-3/+6
* printf: Fix up %p to %pPEvan Green2019-10-051-1/+2
* util: Add function to check whether a buffer is trivial (all 0x00 or all 0xff)Yicheng Li2019-10-041-0/+13
* fpsensor: Prepare positive match salt.Yicheng Li2019-10-041-0/+4
* fpsensor: Add hkdf-expand implementation for arbitrary output size.Yicheng Li2019-10-031-0/+23
* usbc: remove unnecessary tcpc CC readsJett Rink2019-10-021-3/+8
* fpsensor: Add async FP_CMD_CONTEXTTom Hughes2019-10-021-0/+12
* Revert "common: Refactor motion_sense_fifo"Scott Collyer2019-10-021-47/+33
* host_command: Change host command return value to enum ec_statusTom Hughes2019-10-024-5/+5
* battery: add precharge voltageTing Shen2019-10-011-1/+7
* utils: Add strstrDaisuke Nojiri2019-10-011-0/+10
* fpsensor: Deinit the sensor before clearing the contextTom Hughes2019-09-282-3/+7
* common: Refactor motion_sense_fifoYuval Peress2019-09-271-33/+47
* util/comm-i2c: upgrade to host command protocol v3Harry Cutts2019-09-261-0/+6
* cleanup: remove copy of pd_cc_state enumJett Rink2019-09-262-23/+16
* usb_pd: Send SOP' DiscIdent messages on SOP NAKsPrashant Malani2019-09-231-0/+1
* version: Make ver_get_num_commits work for on-flash imagesDaisuke Nojiri2019-09-212-2/+13
* chip/mt_scp: support software gainTzung-Bi Shih2019-09-191-0/+5
* audio_codec: integrate speech-microTzung-Bi Shih2019-09-191-0/+47
* audio_codec: add WoV abstract layerTzung-Bi Shih2019-09-193-0/+159
* tablet_mode: Renaming for GMR sensorPhilip Chen2019-09-192-20/+20
* g: re-implement usb console with usb-stream configuration.Namyoon Woo2019-09-192-1/+8
* config: Merge CONFIG_CHARGER_V2 into CONFIG_CHARGERKeith Short2019-09-182-6/+1
* touchpad_gt7288: Basic driver for Goodix GT7288Harry Cutts2019-09-182-0/+9
* pd: Exit DP mode on sysjumpSam Hurst2019-09-171-0/+8
* audio_codec: add I2S RX abstract layerTzung-Bi Shih2019-09-172-0/+63
* audio_codec: support software gainTzung-Bi Shih2019-09-171-0/+3
* audio_codec: add DMIC abstract layerTzung-Bi Shih2019-09-173-10/+92
* audio_codec: replace legacy console channelTzung-Bi Shih2019-09-171-3/+0
* audio_codec: add common abstract layerTzung-Bi Shih2019-09-174-5/+129
* config.h: remove CONFIG_BOARD_SYS_PRE_INITCaveh Jalali2019-09-131-5/+0
* config.h: remove unused CONFIG_USB_PORT_POWER_IN_S3Caveh Jalali2019-09-131-6/+0
* config.h: remove unused PP1350, PP5000 config uptionsCaveh Jalali2019-09-131-4/+0
* config.h: remove unused CONFIG_POWER_IGNORE_LID_OPENCaveh Jalali2019-09-131-3/+0
* anx7447: Add proper mux setting for DP alt mode and DTS mode (CCD)Lee, Shawn C2019-09-121-0/+9
* tablet_mode: expose console command.Ravi Chandra Sadineni2019-09-121-2/+0
* pd: USB Power Delivery State Machine based on Revision 3.0 of the spec.Sam Hurst2019-09-106-42/+428
* jacuzzi: enable DPTing Shen2019-09-091-0/+1
* driver/touchpad_st: Add enable flag to config.hHarry Cutts2019-09-071-1/+4
* power: Add power sequencing logic for Tigerlake chipsetVijay Hiremath2019-09-051-3/+20
* rollback: Clear temporary copies of rollback secret.Yicheng Li2019-09-051-0/+9
* cometlake: Minimize delay for high->low rsmrst passthroughScott Collyer2019-09-041-0/+11
* fuzz_host_cmd: Add fuzzing for fpsensor host cmdsCraig Hesling2019-09-031-0/+22
* common: Add uptime host commandTom Hughes2019-09-033-0/+26
* config: Refactor CONFIG_ACCEL_FIFO to enable use of IS_ENABLEDYuval Peress2019-09-033-5/+17
* audio_codec: extract DMIC from I2S RXTzung-Bi Shih2019-09-031-13/+36
* audio_codec: refactor I2S RXTzung-Bi Shih2019-09-031-69/+51