Linux GPIO subsystem development
 help / color / mirror / Atom feed
* [PATCH v2 0/5] gpio-tqmx86: cleanup + changing directions
@ 2024-12-12 14:08 Matthias Schiffer
  2024-12-12 14:08 ` [PATCH v2 1/5] gpio: tqmx86: add macros for interrupt configuration Matthias Schiffer
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Matthias Schiffer @ 2024-12-12 14:08 UTC (permalink / raw)
  To: Linus Walleij, Bartosz Golaszewski
  Cc: linux, linux-gpio, linux-kernel, Matthias Schiffer

This is the first of two series adding new features to the gpio-tqmx86
driver. The first 4 patches are cleanup/preparation and the last patch
adds support for changing the directions of GPIOs.

Once this is merged, the final series will add support for new TQMx86
variants (SMARC and COM-HPC) that feature up to 14 GPIOs and full IRQ
support on all lines.

# Changelog

v2:
- Improve wording of commit message (patch 1)
- Fix comment format (patch 1)
- Use lock guards

Matthias Schiffer (5):
  gpio: tqmx86: add macros for interrupt configuration
  gpio: tqmx86: consistently refer to IRQs by hwirq numbers
  gpio: tqmx86: use cleanup guards for spinlock
  gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helper
  gpio: tqmx86: add support for changing GPIO directions

 drivers/gpio/gpio-tqmx86.c | 206 +++++++++++++++++++++----------------
 1 file changed, 119 insertions(+), 87 deletions(-)

-- 
TQ-Systems GmbH | Mühlstraße 2, Gut Delling | 82229 Seefeld, Germany
Amtsgericht München, HRB 105018
Geschäftsführer: Detlef Schneider, Rüdiger Stahl, Stefan Schneider
https://www.tq-group.com/


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-12-16  9:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-12 14:08 [PATCH v2 0/5] gpio-tqmx86: cleanup + changing directions Matthias Schiffer
2024-12-12 14:08 ` [PATCH v2 1/5] gpio: tqmx86: add macros for interrupt configuration Matthias Schiffer
2024-12-12 14:08 ` [PATCH v2 2/5] gpio: tqmx86: consistently refer to IRQs by hwirq numbers Matthias Schiffer
2024-12-12 14:08 ` [PATCH v2 3/5] gpio: tqmx86: use cleanup guards for spinlock Matthias Schiffer
2024-12-12 14:08 ` [PATCH v2 4/5] gpio: tqmx86: introduce tqmx86_gpio_clrsetbits() helper Matthias Schiffer
2024-12-12 14:08 ` [PATCH v2 5/5] gpio: tqmx86: add support for changing GPIO directions Matthias Schiffer
2024-12-16  9:02 ` [PATCH v2 0/5] gpio-tqmx86: cleanup + changing directions Bartosz Golaszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox