summaryrefslogtreecommitdiff
path: root/zephyr/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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
* zephyr: cbi: drop the driver modelDawid Niedzwiecki2022-02-247-491/+0
* zephyr: replace the ecos kblight driver for a deshimmed oneFabio Baltieri2022-02-183-0/+102
* zephyr: npcx: shi: configure power down bitJun Lin2022-02-161-0/+18
* write protect: extract checking write protectDawid Niedzwiecki2022-02-112-30/+8
* zephyr: npcx: Fix code RAM size checkWealian Liao2022-02-081-1/+4
* zephyr: Split interrupt config into RW/RO portionsAndrew McRae2022-02-042-2/+2
* zephyr: Convert wake-pins to use interrupt configAndrew McRae2022-02-012-20/+86
* SPI0: Use Zephyr API for interrupt enabling of SPI0Andrew McRae2022-01-281-1/+2
* zephyr: mchp: Add cros_system drivermartin yan2022-01-283-0/+195
* zephyr: mchp: Add cros_rtc drivermartin yan2022-01-283-0/+137
* pcf85063: Move int-gpio to int-pinAndrew McRae2022-01-271-9/+8
* zephyr: mchp: Add cros_kb_raw drivermartin yan2022-01-273-2/+165
* idt1337: Move int-gpio to int-pinAndrew McRae2022-01-271-11/+9
* zephyr: Allow a default value to be set for each FW_CONFIG fieldAndrew McRae2022-01-241-3/+24
* zephyr: mchp: Add cros_flash drivermartin yan2022-01-243-1/+644
* zephyr: flash: it8xxx2: lower cros_flash priorityTim Lin2022-01-201-1/+1
* zephyr: flash: clean up the shim layerDawid Niedzwiecki2022-01-182-20/+13
* zephyr: Add tests for fw_config support and normalize some names.Andrew McRae2022-01-071-20/+13
* zephyr: Add FW Config support to CBIAndrew McRae2022-01-056-192/+437
* zephyr: cros_shi_npcx: Change get time API for timeout checkingWealian Liao2022-01-041-3/+4
* zephyr: fix kb_raw Kconfig dependencyKeith Short2021-12-221-1/+5
* zephyr: remove prompt for npcx/ite shi driversMichał Barnaś2021-12-171-5/+8
* zephyr: use a chosen node to detect internal flashPeter Marheine2021-11-301-4/+3
* COIL: Update SPI references to controller/peripheralKeith Short2021-11-231-6/+6
* zephyr: flash: npcx: Fix physical_get_protect_flags()Jun Lin2021-11-121-14/+23
* zephyr: flash: npcx: Disable flash QE bit at initJun Lin2021-11-121-17/+42
* zephyr: flash: npcx: Refactor flash_get_status()Jun Lin2021-11-121-35/+16
* zephyr: flash: npcx: move the flash operations to upstreamJun Lin2021-11-122-357/+149
* zephyr: cros_cbi: fix typeYuval Peress2021-10-131-1/+1
* zephyr: cros_cbi demangle return value from statusYuval Peress2021-10-131-18/+27
* zephyr: cros_cbi remove unused cached_ssfcYuval Peress2021-10-131-9/+9
* zephyr: delete node and re-defined registers, and re-name structRuibin Chang2021-10-071-9/+10
* zephyr: npcx: Update flash driver to use reg sizeYuval Peress2021-10-061-1/+1
* zephyr: npcx: add get_jedec_id and get_status functionsMichał Barnaś2021-10-011-0/+34
* RTC: Zephyr IDT1337AG RTC driverSam Hurst2021-09-234-0/+549
* zephyr: driver: bbram: Migrate to upstream driverYuval Peress2021-09-107-278/+1
* zephyr: cros_system: add hibernate mode to IT8xxx2 chipsetTim Lin2021-09-101-2/+69
* zephyr: cros_system: export the declarations to header file.Tim Lin2021-09-031-38/+0
* RTC: Zephyr PCF85063A RTC driverSam Hurst2021-09-034-6/+531
* zephyr: Removing unused varsJeremy Bettis2021-08-311-1/+1