summaryrefslogtreecommitdiff
path: root/zephyr/shim
Commit message (Expand)AuthorAgeFilesLines
...
* zephyr: Fix USBA device driverSam Hurst2022-03-031-1/+3
* zephyr: Add PLATFORM_EC_USB_PD_3A_PORTS config optionSam Hurst2022-03-031-0/+5
* 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-282-20/+34
* 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: Fix GPIO includes for EC chipsKeith Short2022-02-252-2/+2
* zephyr: Move gpio_get_dt_spec prototypeKeith Short2022-02-251-0/+9
* zephyr: split legacy and shimmed codes into librariesKeith Short2022-02-252-2/+2
* zephyr: move location where system.c is compiledKeith Short2022-02-251-1/+0
* gpio: cleanup header usage for powerKeith Short2022-02-251-0/+1
* gpio: cleanup header usage for keyboardKeith Short2022-02-251-0/+1
* zephyr: cbi: drop the driver modelDawid Niedzwiecki2022-02-249-26/+526
* zephyr/ppc_syv682x: add support for frs_en pinTing Shen2022-02-241-0/+3
* zephyr: fan: use DT_DRV_COMPATFabio Baltieri2022-02-221-10/+9
* zephyr: it8xxx2: use 768KB space from flashDino Li2022-02-221-2/+2
* 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
* zephyr: shim: drop the PWM_CH_KBLIGHT definitionFabio Baltieri2022-02-181-1/+0
* 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: Cache the f/w boot control bits.Andrew McRae2022-02-121-2/+5
* zephyr: Add better errorsJeremy Bettis2022-02-121-4/+14
* zephyr: add support for USBA in device treeSam Hurst2022-02-122-0/+21
* usbc: add CONFIG_USB_PD_STARTUP_DELAY_MSPeter Marheine2022-02-111-0/+6
* zephyr: Upon warm boot, maintain the value of output GPIOsAndrew McRae2022-02-111-2/+10
* zephyr: Don't include gpio_map.h for testsJeremy Bettis2022-02-111-1/+2
* write protect: extract checking write protectDawid Niedzwiecki2022-02-111-0/+43
* zephyr: add support for tcpc in device treeSam Hurst2022-02-102-0/+46
* switchcap: Migrate legacy GPIO API to Zephyr APIAndrew McRae2022-02-102-11/+15
* zephyr: Convert fan GPIO access to use Zephyr APIAndrew McRae2022-02-101-2/+4
* zephyr: Check that the tasks run at non-idleJeremy Bettis2022-02-101-0/+5
* zephyr: pwm-leds: convert pwm_led to the Zephyr PWM APIFabio Baltieri2022-02-091-10/+55
* zephyr: add shim support for BMA4xx accelerometerPeter Marheine2022-02-092-0/+47
* zephyr: Use GPIO nodelabel for EC_PCH_WAKE_ODLAndrew McRae2022-02-081-1/+2
* zephyr: pwm: use Zephyr builtin USEC_PER_SECFabio Baltieri2022-02-081-3/+1
* zephyr: Remove gpio_int_data if no dts nodesJeremy Bettis2022-02-081-2/+6
* Power: Add fake S0 console commandDiana Z2022-02-051-0/+5
* zephyr: Split interrupt config into RW/RO portionsAndrew McRae2022-02-044-80/+125
* zephyr: Support use of zephyr "dummy" consolestabilize-14498.B-mainJeremy Bettis2022-02-031-9/+25
* zephyr: Do not call power_set_state in testsstabilize-14496.B-mainJeremy Bettis2022-02-021-1/+4
* zephyr: Use DT for ALS_COUNTYuval Peress2022-02-022-5/+7
* zephyr: Add GPIO_DT_FROM_{NODE,ALIAS} macrosAndrew McRae2022-02-011-4/+12
* Zephyr: Add support for active low backlight enableDiana Z2022-01-311-0/+5
* zephyr: Remove legacy interrupt supportAndrew McRae2022-01-281-203/+9