37 Commits (02703e60d9d62fa13495ebfafa2e71e03b42a8e4)

Author SHA1 Message Date
Kumar Gala 02703e60d9 device: Remove DEVICE_DT_DECLARE / DEVICE_DT_INST_DECLARE 5 years ago
Peter Bigot 26927fcc2c gpio: esp32: retrieve pinmux from devicetree reference 5 years ago
Kumar Gala 673a81eabb pinmux: Convert drivers to be devicetree based 5 years ago
Sylvio Alves 6d8fe6eae9 drivers: gpio: esp32: fix DT device macro 5 years ago
Kumar Gala 569155701c drivers: gpio: Convert drivers to new DT device macros 5 years ago
Tomasz Bursztyka 4dcfb5531c isr: Normalize usage of device instance through ISR 5 years ago
Tomasz Bursztyka e18fcbba5a device: Const-ify all device driver instance pointers 5 years ago
Tomasz Bursztyka 98d9b01322 device: Apply driver_api/data attributes rename everywhere 5 years ago
Piotr Mienkowski 4b194eb4fc gpio: remove deprecated API functions/macros 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Kumar Gala 4e553f31fa drivers: gpio: use new ngpios macros for cases embedded in macros 5 years ago
Kumar Gala 8ea8925ebe drivers: esp32: Convert esp32 drivers to new DT_INST macros 5 years ago
Peter Bigot 7c95d503b0 gpio: clean up internal API function prototypes 6 years ago
Peter Bigot c7d526be04 gpio: remove port access op support 6 years ago
Peter Bigot 1f9beb193f gpio: remove legacy read/write API functions 6 years ago
Peter Bigot 1947481cce gpio: deprecate gpio pin callback enable and disable API 6 years ago
Peter Bigot 10075991cc drivers: gpio_esp32: add support for pin validation 6 years ago
Mohamed ElShahawi fef3ebaa69 drivers: gpio_esp32: update to use new GPIO API 6 years ago
Kumar Gala 22042ad75c drivers: gpio_esp32: Add gpio_driver_data to driver data 6 years ago
Yannis Damigos efec7f73b7 dts: esp32: Add GPIO support in DT 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif a8167ab17d cleanup: include/: move pinmux.h to drivers/pinmux.h 6 years ago
Anas Nashif 6aa9c3a68f cleanup: include/: move gpio.h to drivers/gpio.h 6 years ago
Patrik Flykt 97b3bd11a7 drivers: Rename reserved function names 6 years ago
Patrik Flykt 21358baa72 all: Update unsigend 'U' suffix due to multiplication 6 years ago
Peter A. Bigot 0a0e3cdea6 drivers: gpio: esp32: correct constant test for interrupt trigger 7 years ago
Tomasz Bursztyka 064f5f0cef drivers/gpio: Manage callback addition/removal properly 7 years ago
Flavio Ceolin 0866d18d03 irq: Fix irq_lock api usage 7 years ago
Vitor Massaru Iha c969ddbdd8 drivers: gpio: esp32: Check return value of pinmux_pin_input_enable() 8 years ago
Vitor Massaru Iha 6a513ef65d drivers: gpio: Fix typo on esp32 8 years ago
Leandro Pereira 5f22dab17a esp32: Prefix ROM routines with `esp32_rom_` 8 years ago
Leandro Pereira 095424c416 drivers: gpio: esp32: Configure GPIO drive strength 8 years ago
Leandro Pereira fd25931228 drivers: gpio: esp32: Use PIN_FUNC_GPIO definition from ESP-IDF 8 years ago
Leandro Pereira 3d48ce8011 drivers: gpio: esp32: Properly convert interrupt triggering mode 8 years ago
Leandro Pereira b4bfdaa31b drivers: gpio: esp32: Declare data struct only for enabled ports 8 years ago
Leandro Pereira d52de29fba esp32: Fix redefinition of BIT() macro 8 years ago
Leandro Pereira c0c79a8041 drivers: gpio: esp32: Add ESP32 GPIO driver 8 years ago