[PATCH v2 0/2] Add support for NXP PCA6408

Justin Chen posted 2 patches 4 years ago
Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 +
drivers/gpio/gpio-pca953x.c                              | 2 ++
2 files changed, 3 insertions(+)
[PATCH v2 0/2] Add support for NXP PCA6408
Posted by Justin Chen 4 years ago
The NXP PCA6408 is the 8 bit/8 GPIO version of the NXP PCA6416.

Justin Chen (2):
  gpio: pca953xx: Add support for pca6408
  dt-bindings: gpio: pca95xx: add entry for pca6408

 Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 +
 drivers/gpio/gpio-pca953x.c                              | 2 ++
 2 files changed, 3 insertions(+)

-- 
2.7.4
Re: [PATCH v2 0/2] Add support for NXP PCA6408
Posted by Bartosz Golaszewski 4 years ago
On Thu, May 5, 2022 at 12:30 AM Justin Chen <justinpopo6@gmail.com> wrote:
>
> The NXP PCA6408 is the 8 bit/8 GPIO version of the NXP PCA6416.
>
> Justin Chen (2):
>   gpio: pca953xx: Add support for pca6408
>   dt-bindings: gpio: pca95xx: add entry for pca6408
>
>  Documentation/devicetree/bindings/gpio/gpio-pca95xx.yaml | 1 +
>  drivers/gpio/gpio-pca953x.c                              | 2 ++
>  2 files changed, 3 insertions(+)
>
> --
> 2.7.4
>

Both applied, thanks!

Bart