summaryrefslogtreecommitdiff
path: root/zephyr
Commit message (Expand)AuthorAgeFilesLines
* zephyr: config_chip: Add the config of CONFIG_PLATFORM_EC_LID_SWITCHGwendal Grignou2023-03-241-0/+5
* driver: bmi3xx: Update support for BMI323 sensor in firmware branchBhanu Prakash Maiya2022-09-031-0/+675
* driver: bma4xx: Add support for BMA422 sensorBhanu Prakash Maiya2022-08-311-0/+5
* baseboard/trogdor: move usbc_config.c to board levelSue Chen2022-01-052-4/+4
* keyboard: Use __override for keyboard_scan_configDaisuke Nojiri2021-09-103-0/+322
* lid_angle: Create a common callback for lid angle changesWai-Hong Tam2021-09-097-0/+221
* qcom: Generalize the filenames for Qualcomm chipsetsWai-Hong Tam2021-07-121-2/+123
* task_set_event: remove the wait argumentDawid Niedzwiecki2021-03-232-8/+7
* zephyr: shim in power sequencingJack Rosenthal2020-11-244-0/+119
* zephyr: shim some basic eSPI functionalityJack Rosenthal2020-11-246-0/+257
* zephyr: stub system_hibernateJack Rosenthal2020-11-241-0/+8
* zephyr: implement gpio_reset and gpio_set_flagsJack Rosenthal2020-11-241-8/+46
* zephyr: add i2c_ports enumYuval Peress2020-11-246-0/+137
* zephyr: implement system_jumped_to_this_imageJack Rosenthal2020-11-191-0/+5
* zephyr: rename gpio_signal.h so that we have deterministic includesJack Rosenthal2020-11-191-4/+4
* zephyr: add IOEX_ constants to gpio_signal.hJack Rosenthal2020-11-191-1/+18
* zephyr: gpio: declare interrupt handlers in gpio.cJack Rosenthal2020-11-191-1/+10
* zephyr: Include i2c_map.h for I2C enabled boardsYuval Peress2020-11-191-0/+5
* zephyr/tests: add zmake file for crc testJett Rink2020-11-191-0/+9
* Zephyr: Migrate i2c implementation to chip family specific fileYuval Peress2020-11-162-1/+2
* zephyr: fix issue with set_event hanging before tasks startJett Rink2020-11-162-6/+44
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-165-0/+71
* zephyr/test/base32: change test to depend on lessJett Rink2020-11-162-2/+16
* zephyr/test/hooks: change test to depend on lessJett Rink2020-11-162-6/+18
* Revert "zephyr: forward cros_crc8 to zephyrs crc8 impl"Jett Rink2020-11-165-71/+0
* zephyr: bounds check remaining gpio shim functionsJett Rink2020-11-161-0/+6
* zephyr: add strtoull function for 64-bit inputJett Rink2020-11-161-0/+50
* zephyr/kconfig: put KB protocol because KB optionJett Rink2020-11-161-0/+4
* zephyr/gpio: add bound checks to all gpio functionsJett Rink2020-11-161-0/+12
* zephyr/util: reorder header filesJett Rink2020-11-161-3/+6
* zephyr: forward cros_crc8 to zephyrs crc8 implJett Rink2020-11-165-0/+71
* zephyr: add shim for extpowerJack Rosenthal2020-11-102-0/+12
* zephyr: Redefine assert safelySimon Glass2020-11-101-0/+1
* zephyr: correct shimmed task prioritiesJett Rink2020-11-101-2/+3
* cleanup: follow header include styleJett Rink2020-11-104-8/+11
* zephyr: move from SYS_INIT to mainJett Rink2020-11-104-14/+19
* zephyr: add option to shim power buttonJack Rosenthal2020-11-102-0/+10
* zephyr: add stub host events implementationJack Rosenthal2020-11-102-0/+8
* Add chip-specific shim along with i2c moduleYuval Peress2020-11-1010-4/+173
* zephyr: shim the lid switchJack Rosenthal2020-11-102-0/+9
* zephyr: gpio: shim gpio_{en,dis}able_interruptJack Rosenthal2020-11-101-0/+56
* zephyr: move shimmed_tasks.h include to config.hJack Rosenthal2020-11-101-5/+0
* zephyr: Don't output a newline in cputs() unless requestedSimon Glass2020-11-101-1/+1
* zephyr: Enable the '8042' commandSimon Glass2020-11-102-0/+18
* zephyr: Allow keyboard_8042 to build with zephyrSimon Glass2020-11-103-0/+32
* zephyr: Provide parse_bool()Simon Glass2020-11-101-0/+21
* zephyr: Build queue moduleSimon Glass2020-11-101-1/+1
* zephyr: Use spaces to line up the source filesSimon Glass2020-11-101-3/+3
* zephyr: add zmake.yaml filesJett Rink2020-11-102-0/+18
* zephyr: shim in hooks and deferredJack Rosenthal2020-11-108-0/+355