summaryrefslogtreecommitdiff
path: root/zephyr/shim/src/gpio_int.c
Commit message (Expand)AuthorAgeFilesLines
* gpio/i2c: Only use status okay for Zephyr interrupts/named-i2cYuval Peress2023-03-151-3/+3
* zephyr: Manually reorder includesJeremy Bettis2022-11-211-5/+5
* zephyr/shim: Sort header filesJeremy Bettis2022-11-161-1/+1
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* zephyr/shim/src/gpio_int.c: Format with clang-formatJack Rosenthal2022-06-281-1/+1
* zephyr: add a zephyr/ prefix to all zephyr includesFabio Baltieri2022-05-091-4/+4
* zephyr: Hide gpio_enable_interrupt if no dt nodesJeremy Bettis2022-03-151-26/+26
* zephyr: Add GPIO interrupt enum to get configAndrew McRae2022-02-281-20/+9
* zephyr: allow EC gpio.h for shim driverKeith Short2022-02-251-0/+3
* zephyr: Remove gpio_int_data if no dts nodesJeremy Bettis2022-02-081-2/+6
* zephyr: Split interrupt config into RW/RO portionsAndrew McRae2022-02-041-74/+119
* zephyr: Remove legacy interrupt supportAndrew McRae2022-01-281-203/+9
* zephyr: Rename irq-gpio to irq-pinAndrew McRae2022-01-281-10/+10
* zephyr: Normalise GPIO_INT_FROM_NODE nameAndrew McRae2022-01-271-2/+2
* zephyr: Refactor gpio_config to include gpio_dt_specAndrew McRae2022-01-251-10/+9
* zephyr: Use DTS to configure gpio interruptsAndrew McRae2022-01-251-0/+165
* zephyr: Relocate GPIO interrupt handling to separate fileAndrew McRae2022-01-241-0/+203