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 -- 2.17.1