mbox series

[v3,0/2] gpio: pca9570: add slg7xl45106 support

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

Message

Shubhrajyoti Datta Sept. 26, 2022, 6:12 a.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 

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(-)

Comments

Shubhrajyoti Datta Sept. 27, 2022, 12:18 p.m. UTC | #1
[AMD Official Use Only - General]

Hi,

The series is  sent multiple times . 
Please ignore will resend.


> -----Original Message-----
> From: Shubhrajyoti Datta <shubhrajyoti.datta@amd.com>
> Sent: Monday, September 26, 2022 11:43 AM
> To: linux-gpio@vger.kernel.org
> Cc: git (AMD-Xilinx) <git@amd.com>; devicetree@vger.kernel.org;
> krzysztof.kozlowski+dt@linaro.org; robh+dt@kernel.org; brgl@bgdev.pl;
> linus.walleij@linaro.org
> Subject: [PATCH v3 0/2] gpio: pca9570: add slg7xl45106 support
> 
> 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
> 
> 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(-)
> 
> --
> 2.17.1