summaryrefslogtreecommitdiff
path: root/zephyr/shim/src
Commit message (Expand)AuthorAgeFilesLines
* zephyr: mchp: Add shim flashmartin yan2022-03-291-0/+8
* zephyr: Remove tp register from panic liststabilize-14633.B-mainYuval Peress2022-03-251-1/+0
* zephyr/hooks: don't store hooks in RAMPeter Marheine2022-03-231-49/+92
* Revert "nissa: Workaround for ADC initial read error"Andrew McRae2022-03-221-11/+0
* zephyr: Add common led implementation to shim dirParth Malkan2022-03-222-0/+361
* zephyr: change config that enables LED PWM in CMakeListsMichał Barnaś2022-03-221-1/+1
* zephyr: add common tcpc_config shimTing Shen2022-03-213-46/+38
* zephyr: remove the named-ioexes and move ioex logic to gpioMichał Barnaś2022-03-211-322/+3
* zephyr: fix checking SSFCDawid Niedzwiecki2022-03-171-10/+5
* nissa: Workaround for ADC initial read errorAndrew McRae2022-03-171-0/+11
* zephyr: gpio: Do not change the output state for open-drain outputsWai-Hong Tam2022-03-161-2/+16
* zephyr: Directly map GPIO flagsKeith Short2022-03-161-33/+12
* zephyr: Convert HOOK_CHIPSET calls to AP power callbacksAndrew McRae2022-03-151-1/+7
* zephyr: Hide gpio_enable_interrupt if no dt nodesJeremy Bettis2022-03-151-26/+26
* zephyr: hooks: avoid copying constant fields to RAMPeter Marheine2022-03-151-3/+3
* zephyr: shim: drop empty pwm.dts overlaysFabio Baltieri2022-03-151-0/+6
* zephyr: fan: rename fan structured to a data/config pairFabio Baltieri2022-03-141-56/+58
* zephyr: pwm: de-shim the fan driver PWM APIsFabio Baltieri2022-03-141-35/+62
* zephyr: don't find USB-A port instances by DT pathPeter Marheine2022-03-141-1/+3
* zephyr: Add complete AP API interfaceAndrew McRae2022-03-112-11/+27
* zephyr: Add AP notification frameworkAndrew McRae2022-03-111-0/+94
* zephyr: UTIL_LISTIFY deprecated, use LISTIFY insteadAl Semjonovs2022-03-081-7/+7
* zephyr: pwm_led: check for device ready before using itFabio Baltieri2022-03-081-0/+5
* zephyr: pwm: add generic-pwm-channel support to kblight and displightFabio Baltieri2022-03-081-4/+46
* zephyr: add a new displight Zephyr driverFabio Baltieri2022-03-081-0/+14
* zephyr: shim: move the PWM HC implementation in the shim driverFabio Baltieri2022-03-081-0/+45
* zephyr: Add cros flash emulatorJeremy Bettis2022-03-071-11/+22
* zephyr: ioex: Fix compile error when cros ioex drivers enabledRajesh Kumar2022-03-051-0/+4
* zephyr: support multiple bc12 chipsTing Shen2022-03-042-0/+32
* zephyr/rt1739: add device tree supportTing Shen2022-03-041-1/+7
* zephyr: Fix USBA device driverSam Hurst2022-03-031-1/+3
* zephyr: fan: check for tach device ready in fan_rpmFabio Baltieri2022-03-011-2/+9
* zephyr: fan: move rpm_pre into struct fan_status_tFabio Baltieri2022-03-011-10/+10
* zephyr: subsys/ap_pwrseq: Add chipset state interface APIsLi Feng2022-03-013-0/+90
* zephyr: Add GPIO interrupt enum to get configAndrew McRae2022-02-281-20/+9
* zephyr: allow EC gpio.h for shim driverKeith Short2022-02-254-0/+15
* zephyr: Fix GPIO includes for shim driversKeith Short2022-02-255-6/+8
* zephyr: move location where system.c is compiledKeith Short2022-02-251-1/+0
* zephyr: cbi: drop the driver modelDawid Niedzwiecki2022-02-248-26/+408
* zephyr: fan: use DT_DRV_COMPATFabio Baltieri2022-02-221-10/+9
* zephyr: cbi: use alias for GPIO_EC_CBI_WPDawid Niedzwiecki2022-02-181-1/+5
* zephyr: pwm_led: coding style cleanupsFabio Baltieri2022-02-181-15/+16
* zephyr: fan: misc cleanupsstabilize-14528.B-mainFabio Baltieri2022-02-181-61/+94
* Reland "zephyr: Remove unused enum-name entries"Andrew McRae2022-02-161-1/+1
* zephyr: Include common/system.c in posix alsoJeremy Bettis2022-02-152-68/+35
* zephyr: eeprom: use Zephry EEPROM driverDawid Niedzwiecki2022-02-152-0/+52
* zephyr: Fix comment referencing functionAndrew McRae2022-02-141-1/+1
* zephyr: Add better errorsJeremy Bettis2022-02-121-4/+14
* zephyr: add support for USBA in device treeSam Hurst2022-02-122-0/+21
* zephyr: Upon warm boot, maintain the value of output GPIOsAndrew McRae2022-02-111-2/+10