summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fpsensor: Clean up headers and MakefilesTom Hughes2019-10-282-17/+8
* smart_battery: add smbus error checking supportTing Shen2019-10-283-0/+27
* NPCX GPIO: Assert that gpio_get/set_level is passed a GPIO signalEdward Hill2019-10-251-0/+9
* usb_port_power_smart: Add support for IO expander GPIOsEdward Hill2019-10-251-1/+11
* GPIO/IOEX/eSPI: Give different IO signals unique valuesEdward Hill2019-10-253-7/+41
* fuzz_host_cmd: Add fpsensor task + fp host cmdsCraig Hesling2019-10-251-0/+5
* mock: Add fp_sensor and mkbp_events mocksCraig Hesling2019-10-253-0/+76
* driver: g753: add driver supportLu Zhang2019-10-251-0/+1
* cleanup: clean up reference to power role vs cable plugJett Rink2019-10-242-9/+29
* cr50: Remove concept of U2F modeLouis Collard2019-10-241-5/+0
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-243-3/+18
* cleanup: use power and data role enums instead of intJett Rink2019-10-241-6/+6
* usb: fix out bounds issue for non-SOP* packetsJett Rink2019-10-231-3/+3
* usb: Remove invalid data role from enumJett Rink2019-10-231-1/+0
* usb_mux: Add driver for AMD FP5 USB/DP MuxEdward Hill2019-10-232-0/+4
* system.c: move jump_data declarations into sysjump.hCaveh Jalali2019-10-231-0/+46
* common: add __test_only attributeJack Rosenthal2019-10-221-0/+13
* common: make __error discard symbols on clangJack Rosenthal2019-10-221-1/+1
* panic.h: include required stdint.hCaveh Jalali2019-10-181-2/+3
* charge: allow boards to customize max battery poll timeJett Rink2019-10-161-0/+3
* pd: Add PE FRS unit test for new stackDenis Brockus2019-10-162-0/+13
* usbc: make pe_init() staticEdward Hill2019-10-151-7/+0
* usbc: rename exe_state to run_stateEdward Hill2019-10-151-1/+1
* usbc: remove evt_timeout from struct type_cEdward Hill2019-10-151-16/+0
* common: Comment typo correctionCraig Hesling2019-10-151-1/+1
* common:test: Add comparators to test_util.hstabilize-12593.BYuval Peress2019-10-121-0/+4
* usbc: update CRCReceiveTimerJett Rink2019-10-101-3/+6
* fpsensor: Enable positive match secret and positive match salt on enrollment.Yicheng Li2019-10-092-4/+9
* usb_pd: drop duplicate func get_max_request_mv()Yilun Lin2019-10-091-6/+0
* common: Add more macros for making unsigned intsHarry Cutts2019-10-091-2/+16
* common: add `RETURN_ERROR` macroHarry Cutts2019-10-091-0/+7
* npcx: Ensure the watchdog isn't stopped while it is invalid to do soJett Rink2019-10-091-0/+7
* fpsensor: Implement command to read positive_match_secret.Yicheng Li2019-10-093-1/+59
* usbc: fix cc interpretation errorJett Rink2019-10-081-0/+1
* fpsensor: Prepare derivation of positive match secret.Yicheng Li2019-10-082-0/+14
* pd: FRS enable/disable and interrupt handlingDenis Brockus2019-10-074-0/+30
* 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