43 Commits (697d0f845d26692929ea3cb15a968c64f6925856)

Author SHA1 Message Date
Tom Hughes 65b4e594d7 drivers: gpio: pca95xx: Remove unused functions 5 months ago
Mikhail Siomin 36bbd67653 drivers: gpio_pca95xx: add pins initialization to default state 7 months ago
Pieter De Gendt 6d178f9cd9 drivers: gpio: Place API into iterable section 7 months ago
Pisit Sawangvonganan 1bcae0ea9f style: drivers: comply with MISRA C:2012 Rule 15.6 11 months ago
Gerard Marull-Paretas 64968d7402 drivers: gpio: fix optional operations usage 2 years ago
Nick Ward 2d65acca3a drivers: gpio: use gpio_is_ready_dt helper function 2 years ago
Henrik Brix Andersen 5e9de122c5 drivers: gpio: pca95xx: check gpio_add_callback() return value 2 years ago
Vincent Geneves 06e4ba88b4 drivers: gpio: pca95xx: add latch for interrupt pins 2 years ago
Vincent Geneves 6612f1e4d5 drivers: gpio: pca95xx: Reduce data transfer over I2C 2 years ago
Balaji Kulkarni 7f1a5cce12 drivers: gpio: expose gpio_utils.h to external GPIO drivers 3 years ago
Daniel DeGrasse 2675fb4ce3 drivers: gpio: pca95xx: do not write to output regs if pin is input 3 years ago
Gerard Marull-Paretas fb60aab245 drivers: migrate includes to <zephyr/...> 3 years ago
Xavier Chapron bfcb181b49 drivers: gpio: pca95xx: Add support for PCAL95xx 3 years ago
Gerard Marull-Paretas 03137a6152 drivers: gpio: pca95xx: fix build errors 3 years ago
Gerard Marull-Paretas 1d449c2924 drivers: gpio: pca95xx: use i2c_dt_spec 3 years ago
Gerard Marull-Paretas 80ee515c9c drivers: gpio: pca95xx: use gpio_dt_spec 3 years ago
Ryan McClelland dacae94761 drivers: avoid i2c_burst_write where possible 4 years ago
Gerard Marull-Paretas 1b5542056b drivers: gpio: remove usage of device_pm_control_nop 4 years ago
Kumar Gala 569155701c drivers: gpio: Convert drivers to new DT device macros 5 years ago
Bent Ove Stinessen 72d5dee2e3 drivers: gpio_pca95xx: Add GPIO driver enable interrupt support 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
Tomasz Bursztyka af6140cc0d device: Apply config_info rename everywhere 5 years ago
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types 5 years ago
Martí Bolívar 7e0eed9235 devicetree: allow access to all nodes 5 years ago
Tomasz Bursztyka 97326c0445 device: Fix structure attributes access 5 years ago
Martí Bolívar 87e1743ae0 devicetree: replace DT_HAS_DRV_INST with DT_INST_FOREACH 5 years ago
Kumar Gala 4e553f31fa drivers: gpio: use new ngpios macros for cases embedded in macros 5 years ago
Kumar Gala 7c07c45a63 drivers: gpio: gpio_pca95xx: Convert to new DT_INST macros 5 years ago
Göran Weinholt d3ff59d383 drivers: gpio_pca95xx: add missing gpio_utils.h include 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 71873c8a16 drivers: gpio_pca95xx: add support for pin validation 6 years ago
Daniel Leung 2de126e40d drivers: gpio_pca95xx: factor device declaration into macros 6 years ago
Daniel Leung e6bbc49a7a gpio: pca95xx: convert kconfig to DTS 6 years ago
Daniel Leung 5e678c2e6a drivers: gpio_pca95xx: no longer support config by port 6 years ago
Daniel Leung b2e1058ca3 drivers: gpio_pca95xx: guard read/write with semaphore 6 years ago
Daniel Leung 04db241fb7 drivers: gpio_pca95xx: update cache after successful write 6 years ago
Daniel Leung 1c474e5364 drivers: gpio_pca95xx: endianness awareness 6 years ago
Daniel Leung 698f587e3a drivers: gpio_pca95xx: roll header file into source file 6 years ago
Daniel Leung 74e6795f6a drivers: gpio_pca95xx: use I2C burst write 6 years ago
Daniel Leung eafd0d9d21 drivers: gpio: rename PCAL9535A to PCA95XX 6 years ago
Daniel Leung dfce0617f4 drivers: gpio_pcal9535a: update to use new GPIO API 6 years ago
Chris Schramm ed9c1ce55d drivers/gpio: pcal9535a: fix i2c write 6 years ago
Anas Nashif a2fd7d70ec cleanup: include/: move misc/util.h to sys/util.h 6 years ago
Anas Nashif 8f692c7d38 cleanup: include/: move i2c.h to drivers/i2c.h 6 years ago
Anas Nashif 6aa9c3a68f cleanup: include/: move gpio.h to drivers/gpio.h 6 years ago
Anas Nashif 4c32258606 style: add braces around if/while statements 6 years ago
Patrik Flykt 97b3bd11a7 drivers: Rename reserved function names 6 years ago