mbox series

[0/2] gpio: Add support for SLG7XL45106 I2C GPO expander

Message ID 1656426829-1008-1-git-send-email-shubhrajyoti.datta@xilinx.com
Headers show
Series gpio: Add support for SLG7XL45106 I2C GPO expander | expand

Message

Shubhrajyoti Datta June 28, 2022, 2:33 p.m. UTC
Add GPO expander support

Resending the series as i see this series didn't went out due to 
some issue with my mail client. Please ignore if this series is 
already received


Raviteja Narayanam (1):
  gpio: Add support for SLG7XL45106 I2C GPO expander

Shubhrajyoti Datta (1):
  dt-bindings: gpio: Add gpio-slg7xl45106.yaml

 .../bindings/gpio/gpio-slg7xl45106.yaml       |  47 +++++++
 MAINTAINERS                                   |   7 +
 drivers/gpio/Kconfig                          |   9 ++
 drivers/gpio/Makefile                         |   1 +
 drivers/gpio/gpio-slg7xl45106.c               | 133 ++++++++++++++++++
 5 files changed, 197 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/gpio/gpio-slg7xl45106.yaml
 create mode 100644 drivers/gpio/gpio-slg7xl45106.c