mbox series

[v2,0/1] fix pin count in gpio bank and chip name

Message ID 20230427152055.18380-1-henning.schild@siemens.com
Headers show
Series fix pin count in gpio bank and chip name | expand

Message

Henning Schild April 27, 2023, 3:20 p.m. UTC
change to v1:
 - rename the chip in the code

When first writing that code i looked at a spec that was only describing
a similar chip. Now i have access to the specs and found that i got the
name of the chip for my given chip id wrong, and also the pin count on
the 7th bank.

I added a "Fixes" in the hope that this can be backported as a bugfix.

Henning Schild (1):
  gpio-f7188x: fix chip name and pin count on Nuvoton chip

 drivers/gpio/Kconfig       |  2 +-
 drivers/gpio/gpio-f7188x.c | 28 ++++++++++++++--------------
 2 files changed, 15 insertions(+), 15 deletions(-)