public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: William Breathitt Gray <william.gray@linaro.org>
To: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>,
	Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	Andy Shevchenko <andriy.shevchenko@linux.intel.com>,
	William Breathitt Gray <william.gray@linaro.org>
Subject: [RESEND PATCH 0/7] Migrate ACCES and WinSystems drivers to the regmap API
Date: Thu, 10 Aug 2023 18:00:37 -0400	[thread overview]
Message-ID: <cover.1691703927.git.william.gray@linaro.org> (raw)

This patchset is a collection and resend of the lingering GPIO patches
for the regmap migration of the ACCES and WinSystems drivers.[^1][^2]
Previously, these patches were postponed due to pending dependency
patches that have since been merged into mainline. Now that those
dependencies are present in the GPIO tree, this patchset can be merged
without incident. An IRQ handling fix for the ws16c48 driver is also
included at the end.[^3]

[^1] https://lore.kernel.org/all/cover.1680618405.git.william.gray@linaro.org/
[^2] https://lore.kernel.org/all/cover.1680708357.git.william.gray@linaro.org/
[^3] https://lore.kernel.org/all/20230228081724.94786-1-william.gray@linaro.org/

William Breathitt Gray (7):
  gpio: idio-16: Migrate to the regmap API
  gpio: 104-idio-16: Migrate to the regmap API
  gpio: pci-idio-16: Migrate to the regmap API
  gpio: idio-16: Remove unused legacy interface
  gpio: pcie-idio-24: Migrate to the regmap API
  gpio: ws16c48: Migrate to the regmap API
  gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent

 drivers/gpio/Kconfig             |  13 +-
 drivers/gpio/gpio-104-idio-16.c  | 286 +++----------
 drivers/gpio/gpio-idio-16.c      | 254 ++++++------
 drivers/gpio/gpio-idio-16.h      |  79 +---
 drivers/gpio/gpio-pci-idio-16.c  | 294 +++-----------
 drivers/gpio/gpio-pcie-idio-24.c | 677 +++++++++++--------------------
 drivers/gpio/gpio-ws16c48.c      | 554 +++++++++----------------
 7 files changed, 728 insertions(+), 1429 deletions(-)


base-commit: 87d0688483f56c748b37a5298bdc382df5cf8f74
-- 
2.41.0


             reply	other threads:[~2023-08-10 22:01 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-10 22:00 William Breathitt Gray [this message]
2023-08-10 22:00 ` [RESEND PATCH 1/7] gpio: idio-16: Migrate to the regmap API William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 2/7] gpio: 104-idio-16: " William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 3/7] gpio: pci-idio-16: " William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 4/7] gpio: idio-16: Remove unused legacy interface William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 5/7] gpio: pcie-idio-24: Migrate to the regmap API William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 6/7] gpio: ws16c48: " William Breathitt Gray
2023-08-10 22:00 ` [RESEND PATCH 7/7] gpio: ws16c48: Fix off-by-one error in WS16C48 resource region extent William Breathitt Gray
2023-08-11  9:19   ` Andy Shevchenko
2023-08-11 11:23     ` William Breathitt Gray
2023-08-11  9:32 ` [RESEND PATCH 0/7] Migrate ACCES and WinSystems drivers to the regmap API Linus Walleij
2023-08-11 12:24 ` 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.1691703927.git.william.gray@linaro.org \
    --to=william.gray@linaro.org \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=bartosz.golaszewski@linaro.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    /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