From: Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
To: Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <brgl@bgdev.pl>
Cc: linux@ew.tq-group.com, linux-gpio@vger.kernel.org,
linux-kernel@vger.kernel.org,
Matthias Schiffer <matthias.schiffer@ew.tq-group.com>
Subject: [PATCH v2 0/5] gpio-tqmx86: cleanup + changing directions
Date: Thu, 12 Dec 2024 15:08:04 +0100 [thread overview]
Message-ID: <cover.1734001247.git.matthias.schiffer@ew.tq-group.com> (raw)
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/
next reply other threads:[~2024-12-12 14:08 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-12 14:08 Matthias Schiffer [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1734001247.git.matthias.schiffer@ew.tq-group.com \
--to=matthias.schiffer@ew.tq-group.com \
--cc=brgl@bgdev.pl \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@ew.tq-group.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox