From: Michael Walle <michael@walle.cc>
To: linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org
Cc: Linus Walleij <linus.walleij@linaro.org>,
Bartosz Golaszewski <bgolaszewski@baylibre.com>,
Mark Brown <broonie@kernel.org>,
Pierre-Louis Bossart <pierre-louis.bossart@intel.com>,
Michael Walle <michael@walle.cc>
Subject: [PATCH v5 0/2] gpio: generic regmap implementation
Date: Thu, 28 May 2020 05:58:39 +0200 [thread overview]
Message-ID: <20200528035841.16800-1-michael@walle.cc> (raw)
This series is a split off of the sl28cpld series:
https://lore.kernel.org/linux-gpio/20200423174543.17161-1-michael@walle.cc/
I wasn't sure if I should also include the gpiochip_irqchip_add_domain()
patch here. So feel free to skip it. OTOH if you use interrupts with
gpio-regmap it is quite handy.
For an actual user see the patch 11/16 ("gpio: add support for the sl28cpld
GPIO controller") of the series above.
Changes since v4:
- add comment about can_sleep
- fix config->label typo
- add config->names property
Changes since v3:
- set reg_dat_base, that was actually broken
- fix typo
- fix swapped reg_in_dir/reg_out_dir documentation
- use "goto err" in error path in gpio_regmap_register()
Changes since v2:
See changelog in the former patch series.
Michael Walle (2):
gpiolib: Introduce gpiochip_irqchip_add_domain()
gpio: add a reusable generic gpio_chip using regmap
drivers/gpio/Kconfig | 4 +
drivers/gpio/Makefile | 1 +
drivers/gpio/gpio-regmap.c | 352 ++++++++++++++++++++++++++++++++++++
drivers/gpio/gpiolib.c | 20 ++
include/linux/gpio-regmap.h | 70 +++++++
include/linux/gpio/driver.h | 3 +
6 files changed, 450 insertions(+)
create mode 100644 drivers/gpio/gpio-regmap.c
create mode 100644 include/linux/gpio-regmap.h
--
2.20.1
next reply other threads:[~2020-05-28 3:58 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-28 3:58 Michael Walle [this message]
2020-05-28 3:58 ` [PATCH v5 1/2] gpiolib: Introduce gpiochip_irqchip_add_domain() Michael Walle
2020-05-28 3:58 ` [PATCH v5 2/2] gpio: add a reusable generic gpio_chip using regmap Michael Walle
2020-05-28 11:04 ` Michael Walle
2020-05-28 11:45 ` Andy Shevchenko
2020-05-28 13:00 ` Michael Walle
2020-05-28 13:43 ` Andy Shevchenko
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=20200528035841.16800-1-michael@walle.cc \
--to=michael@walle.cc \
--cc=bgolaszewski@baylibre.com \
--cc=broonie@kernel.org \
--cc=linus.walleij@linaro.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=pierre-louis.bossart@intel.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;
as well as URLs for NNTP newsgroup(s).