summaryrefslogtreecommitdiff
path: root/chip/host
Commit message (Expand)AuthorAgeFilesLines
* common: move chip agnostic trng code from stm32 to commonDavid Cross2023-05-121-0/+5
* clock: Add mock for clock_enable_moduleYi Chou2023-04-251-1/+2
* clock: Remove the weak definition clock_enable_moduleYi Chou2023-04-181-0/+4
* chip: Sort header filesJeremy Bettis2022-11-297-22/+22
* ec: Don't declare forward decls as weakJeremy Bettis2022-10-072-2/+9
* Update license boilerplate text in source code filesMike Frysinger2022-09-1220-20/+20
* util: remove unused includesYuval Peress2022-08-055-0/+5
* tree: Check return value from snprintfTom Hughes2022-07-131-4/+10
* trng: Rename rand to trng_randTom Hughes2022-07-061-3/+3
* chip/host/flash.c: Format with clang-formatJack Rosenthal2022-07-011-6/+5
* chip/host/reboot.h: Format with clang-formatJack Rosenthal2022-07-011-1/+2
* chip/host/host_test.h: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* chip/host/persistence.c: Format with clang-formatJack Rosenthal2022-07-011-7/+6
* chip/host/usb_pd_phy.c: Format with clang-formatJack Rosenthal2022-07-011-4/+3
* chip/host/uart.c: Format with clang-formatJack Rosenthal2022-07-011-2/+1
* chip/host/trng.c: Format with clang-formatJack Rosenthal2022-06-301-1/+1
* chip/host/system.c: Format with clang-formatJack Rosenthal2022-06-301-6/+5
* chip/host/i2c.c: Format with clang-formatJack Rosenthal2022-06-291-12/+7
* chip/host/config_chip.h: Format with clang-formatJack Rosenthal2022-06-291-5/+5
* chip/host/reboot.c: Format with clang-formatJack Rosenthal2022-06-281-3/+2
* chip/host/gpio.c: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* Revert "trng: Rename rand to trng_rand"Pin-yen Lin2022-06-281-3/+3
* trng: Rename rand to trng_randTom Hughes2022-06-281-3/+3
* chip/host: Fix -Wstrict-prototypes warningManoj Gupta2022-04-281-1/+1
* cleanup: it8801: Rename discrete Keyboard configsVijay Hiremath2022-04-251-1/+1
* adc: Include adc_chip.h from adc.hCaveh Jalali2021-08-271-0/+16
* system: fix system_get_scratchpad APIYuval Peress2021-08-201-6/+5
* COIL: host: Update SPI terminologyCaveh Jalali2021-08-043-12/+12
* include/flash: rename the APIsTim Lin2021-06-091-11/+11
* chip/host: Match fprintf type and format stringPatrick Georgi2021-04-281-1/+1
* chip/host: Check that file reads are successfulPatrick Georgi2021-04-281-9/+4
* chip/host: Make persistence's path handling more robustPatrick Georgi2021-04-281-3/+49
* chip/host: assert that reading emulated flash is successfulPatrick Georgi2021-04-281-1/+3
* spi: Pass in spi_device as argument to spi_enable instead of portTom Hughes2021-01-281-1/+1
* Refactor CONFIG_FLASH_SIZE to CONFIG_FLASH_SIZE_BYTESYuval Peress2021-01-152-4/+4
* host/system: Implement functions for getting pointer to panic dataPatryk Duda2020-10-011-0/+6
* Replace __attribute__((noreturn)) with noreturnTom Hughes2020-08-172-2/+4
* ec: change usage of dummySam Hurst2020-08-054-4/+4
* remove cr50 related filesNamyoon Woo2020-03-096-159/+0
* common/system: Unify ec_current_image and system_image_copy_tTom Hughes2020-02-281-8/+8
* i2c: Support changing I2C bus speed at runtimeTing Shen2020-01-172-1/+25
* pd: cleanup pd_get_roleDenis Brockus2020-01-091-1/+1
* chip/host: Avoid concurrent recipes of libcryptoc.aYicheng Li2019-12-051-12/+0
* testing: remove incorrect testing assertJett Rink2019-11-211-1/+7
* keyscan: decouple keyboard_raw functionality from the presence of TASK_KEYSCANAlexandru M Stan2019-11-191-0/+2
* host: adding gpio print for debuggingJett Rink2019-11-041-0/+12
* Rename CONFIG_USB_PD_PORT_COUNT as CONFIG_USB_PD_PORT_MAX_COUNTKarthikeyan Ramasubramanian2019-11-011-1/+1
* Cleanup: Correct GPIO alternate function parameterVijay Hiremath2019-11-011-1/+1
* main: Initialize I2C pretty earlyAlexandru M Stan2019-10-241-0/+5
* include: Move RESET_FLAG_* into ec_commands.h as EC_RESET_FLAG_*You-Cheng Syu2019-08-261-5/+6