mbox series

[v4,0/3] gpio: pca9570: add slg7xl45106 support

Message ID 20220927121918.30543-1-shubhrajyoti.datta@amd.com
Headers show
Series gpio: pca9570: add slg7xl45106 support | expand

Message

Shubhrajyoti Datta Sept. 27, 2022, 12:19 p.m. UTC
Add SLG7XL45106 GPO expander
 
v2:
Use the platform data check instead of compatible
arrange alphabetically
rebase to the latest kernel

v3:
Reorder the p_data struct
Add ack

v4:
Resend as the v3 sent was doubled and mangled 

Shubhrajyoti Datta (3):
  dt-bindings: gpio: pca9570: Add compatible for slg7xl45106
  gpio: pca9570: add a platform data structure
  gpio: pca9570: add slg7xl45106 support

 .../bindings/gpio/gpio-pca9570.yaml           |  1 +
 drivers/gpio/gpio-pca9570.c                   | 49 ++++++++++++++++---
 2 files changed, 44 insertions(+), 6 deletions(-)