summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
Commit message (Expand)AuthorAgeFilesLines
* zephyr: driver: add ST accel_lis2dw12Denis Brockus2021-06-072-0/+47
* COIL: espi: replace VW_SLAVE_BTLD_STATUS_DONE with VW_PERIPHERAL_BTLD_STATUS_...Caveh Jalali2021-06-041-22/+22
* zephyr: Don't reinitialize gpios on a warm rebootSam Hurst2021-06-032-2/+29
* zephyr: move keyboard_raw most functions to shim/srcRuibin Chang2021-05-182-0/+78
* zephyr: i2c: remove scl and sda referencesYuval Peress2021-05-141-10/+5
* zephyr: i2c: remove frequency from devicetreeYuval Peress2021-05-141-11/+9
* zephyr: Rework CBI to be used as a driverDawid Niedzwiecki2021-05-144-70/+58
* zephyr: ztest: Add system_preinitialize back to ztestWealian Liao2021-05-122-3/+15
* zephyr: Set system workqueue priority to preemptiveKeith Short2021-05-101-0/+16
* zephyr: pwm: fix init priorityYuval Peress2021-05-021-1/+4
* zephyr: hooks: use static initialization for hooks structuresFabio Baltieri2021-04-291-22/+5
* zephyr: npcx: Add power management supportKeith Short2021-04-291-0/+22
* zephyr: adc: Add call to setup ADC channelsKeith Short2021-04-291-11/+27
* zephyr: hooks: fix compiler warningFabio Baltieri2021-04-291-2/+2
* zephyr: Add CBI SSFC supportDawid Niedzwiecki2021-04-293-1/+71
* zephyr: shim: use the standard sysworkq for deferred tasksFabio Baltieri2021-04-281-28/+6
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSJeremy Bettis2021-04-271-1/+1
* Revert "config: rename CONFIG_FLASH to CONFIG_FLASH_CROS"stabilize-13935.B-mainJack Rosenthal2021-04-241-1/+1
* zephyr: Update banner to match Chromium OSKeith Short2021-04-231-0/+6
* config: rename CONFIG_FLASH to CONFIG_FLASH_CROSEric Yilun Lin2021-04-231-1/+1
* zephyr: sensors: Add alternate sensors supportYuval Peress2021-04-231-5/+38
* zephyr: drivers: add bindings for KX022Yuval Peress2021-04-232-0/+47
* zephyr: Add unused GPIOs implementation in shimmed gpio driverMulin Chao2021-04-231-0/+11
* zephyr: espi: Reorder to avoid forward declarationsSimon Glass2021-04-221-83/+80
* zephyr: motionsense: add bmi160 to the sensor driver listYuval Peress2021-04-222-0/+60
* zephyr: motionsense: convert cros-ec CONFIG_values to zephyr'sYuval Peress2021-04-221-3/+3
* thermisor: move header to include dirDawid Niedzwiecki2021-04-221-1/+1
* zephyr: validate interrupt flags at build timeKeith Short2021-04-171-0/+23
* zephyr: use interrupt based RX bufferingYuval Peress2021-04-151-27/+129
* zephyr: Adjust watchdog warning timer value and delay timeMulin Chao2021-04-141-5/+4
* zephyr: npcx: Add non-psl hibernate implementationMulin Chao2021-04-141-5/+5
* zephyr: console_buffer: unlock console_write_lock after initYuval Peress2021-04-121-0/+2
* zephyr: Shell of driver ztest.Jeremy Bettis2021-04-121-0/+25
* zephyr: Fix compiler warning on kohakuKeith Short2021-04-091-5/+2
* zephyr: volteer: init i2c_portsYuval Peress2021-04-091-1/+20
* zephyr: gpio: Move named GPIO entries to devicetreeYuval Peress2021-04-081-8/+12
* zephyr: Add chip info support in shimmed system driverMulin Chao2021-04-081-3/+9
* zephyr: fix initialization priority to be forward compatibleYuval Peress2021-04-072-2/+9
* zephyr: Update ADC shim for Zephyr 2.5Simon Glass2021-04-022-2/+2
* zephyr: Update the temperature-sensor shimSimon Glass2021-04-022-31/+8
* zephyr: hooks: set a thread name for the hooks workqueueFabio Baltieri2021-04-011-0/+1
* zephyr: hooks: make deferred queue stack size configurableFabio Baltieri2021-04-011-4/+2
* zephyr: shim: remove dynamic mutex initHyungwoo Yang2021-03-311-13/+1
* zephyr: Implement task_start_calledDawid Niedzwiecki2021-03-311-1/+3
* zephyr: shim: system: add hibernate support.Mulin Chao2021-03-311-10/+30
* zephyr: Enable link time optimization (LTO)Keith Short2021-03-241-29/+29
* zephyr: npcx: add reset cause checkWealian Liao2021-03-241-0/+173
* zephyr: shim: connect RTC with cros_rtc driverWealian Liao2021-03-241-25/+93
* zephyr: use device tree for sensor configHyungwoo Yang2021-03-241-0/+2
* zephyr: DT: support TCS3400Hyungwoo Yang2021-03-242-0/+82