diff mbox series

[v2,1/4] gpio: tqmx86: fix typo in Kconfig label

Message ID e0e38c9944ad6d281d9a662a45d289b88edc808e.1717063994.git.matthias.schiffer@ew.tq-group.com
State New
Headers show
Series [v2,1/4] gpio: tqmx86: fix typo in Kconfig label | expand

Commit Message

Matthias Schiffer May 30, 2024, 10:19 a.m. UTC
From: Gregor Herburger <gregor.herburger@tq-group.com>

Fix description for GPIO_TQMX86 from QTMX86 to TQMx86.

Fixes: b868db94a6a7 ("gpio: tqmx86: Add GPIO from for this IO controller")
Signed-off-by: Gregor Herburger <gregor.herburger@tq-group.com>
Signed-off-by: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
---

v2: added Reviwed-by

 drivers/gpio/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Bartosz Golaszewski June 3, 2024, 12:23 p.m. UTC | #1
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Thu, 30 May 2024 12:19:59 +0200, Matthias Schiffer wrote:
> Fix description for GPIO_TQMX86 from QTMX86 to TQMx86.
> 
> 

Applied, thanks!

[1/4] gpio: tqmx86: fix typo in Kconfig label
      commit: 8c219e52ca4d9a67cd6a7074e91bf29b55edc075
[2/4] gpio: tqmx86: introduce shadow register for GPIO output value
      commit: 9d6a811b522ba558bcb4ec01d12e72a0af8e9f6e
[3/4] gpio: tqmx86: store IRQ trigger type and unmask status separately
      commit: 08af509efdf8dad08e972b48de0e2c2a7919ea8b
[4/4] gpio: tqmx86: fix broken IRQ_TYPE_EDGE_BOTH interrupt type
      commit: 90dd7de4ef7ba584823dfbeba834c2919a4bb55b

Best regards,
diff mbox series

Patch

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 3dbddec070281..1c28a48915bb2 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1576,7 +1576,7 @@  config GPIO_TPS68470
 	  are "output only" GPIOs.
 
 config GPIO_TQMX86
-	tristate "TQ-Systems QTMX86 GPIO"
+	tristate "TQ-Systems TQMx86 GPIO"
 	depends on MFD_TQMX86 || COMPILE_TEST
 	depends on HAS_IOPORT_MAP
 	select GPIOLIB_IRQCHIP