summaryrefslogtreecommitdiff
path: root/zephyr/drivers
Commit message (Expand)AuthorAgeFilesLines
* zephyr: drivers: kblight: Use 'period' from PWM spec inplace of 'frequency'Madhurima Paruchuri2022-07-181-1/+1
* zephyr: drivers: displight: Use 'period' from PWM spec inplace of 'frequency'Madhurima Paruchuri2022-07-181-1/+1
* zephyr: cros_system: npcx: implement hibernate with power control deviceMulin Chao2022-07-121-9/+45
* zephyr/drivers/cros_rtc/renesas_rtc_idt1337ag.h: Format with clang-formatJack Rosenthal2022-07-011-41/+41
* zephyr/drivers/cros_shi/cros_shi_npcx.c: Format with clang-formatJack Rosenthal2022-07-011-1/+1
* zephyr/drivers/cros_rtc/cros_rtc_xec.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* zephyr/drivers/cros_displight/cros_displight.c: Format with clang-formatJack Rosenthal2022-07-011-3/+3
* zephyr/drivers/cros_system/cros_system_it8xxx2.c: Format with clang-formatJack Rosenthal2022-07-011-24/+24
* zephyr/drivers/cros_kb_raw/cros_kb_raw_ite.c: Format with clang-formatJack Rosenthal2022-07-011-2/+2
* zephyr/drivers/cros_shi/cros_shi_it8xxx2.c: Format with clang-formatJack Rosenthal2022-07-011-19/+16
* zephyr/drivers/cros_kb_raw/cros_kb_raw_xec.c: Format with clang-formatJack Rosenthal2022-06-291-3/+3
* zephyr/drivers/cros_system/cros_system_xec.c: Format with clang-formatJack Rosenthal2022-06-291-5/+5
* zephyr/drivers/cros_rtc/nxp_rtc_pcf85063a.c: Format with clang-formatJack Rosenthal2022-06-291-45/+40
* zephyr/drivers/cros_rtc/nxp_rtc_pcf85063a.h: Format with clang-formatJack Rosenthal2022-06-291-37/+37
* zephyr/drivers/cros_flash/cros_flash_it8xxx2.c: Format with clang-formatJack Rosenthal2022-06-291-15/+15
* zephyr/drivers/cros_system/cros_system_npcx.c: Format with clang-formatJack Rosenthal2022-06-281-20/+20
* zephyr/drivers/cros_kblight/pwm_kblight.c: Format with clang-formatJack Rosenthal2022-06-281-3/+3
* zephyr/drivers/cros_flash/cros_flash_xec.c: Format with clang-formatJack Rosenthal2022-06-281-6/+4
* zephyr/drivers/cros_rtc/renesas_rtc_idt1337ag.c: Format with clang-formatJack Rosenthal2022-06-281-38/+40
* zephyr: npcx: update SHI driver for pinctrlKeith Short2022-06-021-10/+17
* zephyr: npcx-cros-dbg: Update driver for pinctrlKeith Short2022-06-021-10/+14
* zephyr: npcx: update kb raw driver for pinctrlKeith Short2022-05-311-8/+12
* zephyr: ite: Use EC_SPI_RX_READY macroSam Hurst2022-05-311-1/+1
* zephyr: npcx: Use EC_SPI_RX_READY macroSam Hurst2022-05-311-1/+1
* zephyr: it8xxx2: Use pinctrl instead of pinmux driverTim Lin2022-05-161-13/+14
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-0917-73/+73
* it8xxx2: don't set system reset flags directlyPeter Marheine2022-05-011-26/+15
* zephyr: shim: update to the new pwm_set Zephyr APIFabio Baltieri2022-04-292-18/+14
* zephyr: mchp: Remove shim flash read APImartin yan2022-04-271-9/+0
* zephyr: mchp: Implement kscan APIsmartin yan2022-04-251-22/+65
* zephyr: Kconfig: fix few choice symbols formatFabio Baltieri2022-04-141-1/+1
* zephyr: cleanup the structure member typeRuibin Chang2022-04-121-8/+5
* zephyr: npcx: clock: remove the guard for npcx_clock_get_sleep_ticksJun Lin2022-04-111-1/+1
* zephyr: ITE keyboard driver uses wake up interface for WUC pinsRuibin Chang2022-04-111-13/+77
* zephyr: cleanup I2C Kconfig dependenciesKeith Short2022-04-081-2/+2
* Revert "zephyr: Add alternative LED handling"Andrew McRae2022-04-068-972/+0
* Revert "leds: Add tests for LED GPIO handling."Andrew McRae2022-04-061-37/+31
* zephyr/it8xxx2: don't get flash device dynamicallyPeter Marheine2022-04-051-5/+5
* zephyr: ITE flash remove deprecated macroKeith Short2022-04-011-1/+1
* zephyr: cros_system: npcx: fix chip reset cause checkingJun Lin2022-04-011-7/+21
* leds: Add tests for LED GPIO handling.Andrew McRae2022-03-311-31/+37
* zephyr: Add alternative LED handlingAndrew McRae2022-03-308-0/+972
* zephyr: drivers/cros_flash: it8xxx2: Add flash protect lock settingTim Lin2022-03-281-0/+10
* zephyr: add a new displight Zephyr driverFabio Baltieri2022-03-083-0/+69
* zephyr: rename CONFIG_SOC_POWER_MANAGEMENT_TRACE to CONFIG_NPCX_PM_TRACEKeith Short2022-03-071-1/+1
* zephyr: npcx: refactor the calculation of total RAM blcokJun Lin2022-03-011-1/+6
* zephyr: Fix GPIO includes for EC chipsKeith Short2022-02-255-8/+3
* zephyr: npcx: add build time check for the hibernate DT nodeJun Lin2022-02-251-0/+10
* zephyr: keyboard: set active low flag for column 2Keith Short2022-02-252-8/+16
* zephyr: update keyboard drivers to use Zephyr GPIOsKeith Short2022-02-242-18/+22