summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
Commit message (Expand)AuthorAgeFilesLines
* zephyr: i2c: Remove label from named-i2c-portsKeith Short2021-12-061-1/+0
* zephyr: use a chosen device for eSPI shimPeter Marheine2021-12-031-7/+3
* zephyr: use a chosen DT node to find ADC devicesPeter Marheine2021-12-031-5/+2
* zephyr: Shim nct38xx io expander alertWealian Liao2021-12-022-0/+33
* zephyr: Fix console buffer characters collectingTomasz Michalec2021-12-021-1/+1
* zephyr: use a chosen node to detect internal flashPeter Marheine2021-11-301-7/+7
* task: change task events bitmask to atomic_tDawid Niedzwiecki2021-11-291-2/+2
* system: change sleep_mask to atomic_t typeDawid Niedzwiecki2021-11-291-1/+1
* zephyr: remove automatic probing of motion sensorsDawid Niedzwiecki2021-11-241-8/+0
* zephyr: console: Use shell backend config struct for main branchJack Rosenthal2021-11-221-2/+10
* zephyr: espi: move common function to src/espi.cDino Li2021-11-221-0/+42
* zephyr: use uart_poll_out() instead of printkKeith Short2021-11-171-1/+1
* zephyr: add bridge between zephyr gpio and cros ioex driversMichał Barnaś2021-11-163-2/+430
* zephyr: add shim layer for ioexMichał Barnaś2021-11-162-0/+328
* zephyr: fix false error regarding HOOKs priorityKeith Short2021-11-151-3/+4
* zephyr: fix CONSOLE_READ_NEXTKeith Short2021-11-121-1/+4
* zephyr: flash: npcx: move the flash operations to upstreamJun Lin2021-11-121-0/+5
* zephyr: remove the HOOKS taskKeith Short2021-11-102-52/+56
* zephyr: reorder hooks shimKeith Short2021-11-101-53/+53
* zephyr: extract common gpio logicMichał Barnaś2021-11-091-14/+2
* task: Use bool for truthy return typesTom Hughes2021-11-091-1/+1
* Task: Introduce generic deferred checkDiana Z2021-11-081-0/+15
* Zephyr: Create sysworkq entry in task shimDiana Z2021-11-081-11/+12
* zephyr: i2c: add i2c get/set frequency functionsDawid Niedzwiecki2021-11-081-0/+57
* zephyr: i2c: Add dynamic-speed flag to named-i2c nodeDawid Niedzwiecki2021-11-081-4/+9
* zephyr: improve gpio flags conversionMichał Barnaś2021-11-051-2/+57
* zephyr: ppc: Add support for alternate chipsDawid Niedzwiecki2021-11-041-0/+14
* zephyr: ppc: Add support for SYV682xDawid Niedzwiecki2021-11-041-1/+5
* zephyr: move ppc_chips definition to a separated fileDawid Niedzwiecki2021-11-043-34/+27
* zephyr: mt8192: gather power-signal information from DTDenis Brockus2021-11-032-0/+22
* zephyr: Fix declaring the ppc_chips arrayDawid Niedzwiecki2021-11-021-1/+1
* zephyr: remove option to use printkDawid Niedzwiecki2021-10-261-9/+1
* zephyr: add support for ppc in device treeSam Hurst2021-10-222-0/+34
* zephyr: Add bc1.2 for herobrine_npcx9 to device treeSam Hurst2021-10-221-0/+16
* zephyr: add support for bc1.2 in device treeSam Hurst2021-10-222-0/+46
* zephyr: remove unused structure gpio_dataMichał Barnaś2021-10-191-6/+0
* Zephyr: Increase default eSPI configDiana Z2021-10-141-2/+2
* zephyr: optimize I2C mutexesDawid Niedzwiecki2021-10-111-12/+19
* zephyr: test: usb_mux: Disable PD task during testingYuval Peress2021-10-081-0/+5
* zephyr: shim: handle sidesel in the shim fileFabio Baltieri2021-10-081-0/+44
* zephyr: shim: set supported_led_ids from the device treeFabio Baltieri2021-10-081-1/+12
* zephyr: shim: implement a default led_set_brightnessFabio Baltieri2021-10-061-0/+40
* zephyr: shim: make color-map- properties optionalFabio Baltieri2021-10-061-6/+14
* zephyr: shim: support optional pwm led channelsFabio Baltieri2021-10-061-3/+9
* zephyr: test: isl923x::initYuval Peress2021-10-051-0/+13
* zephyr: shim: split task structure to save memoryMichał Barnaś2021-10-051-34/+53
* zephyr: shim: remove gpio_data arrayMichał Barnaś2021-10-051-17/+14
* zephyr: add support for flashchip commandMichał Barnaś2021-10-011-0/+37
* zephyr: motion: add support for icm426xx driverMichał Barnaś2021-09-302-0/+60
* zephyr: motion: add support for runtime probing of motion sensorsMichał Barnaś2021-09-301-7/+87