[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1691703927.git.william.gray@linaro.org>
Date: Thu, 10 Aug 2023 18:00:37 -0400
From: William Breathitt Gray <william.gray@...aro.org>
To: Bartosz Golaszewski <bartosz.golaszewski@...aro.org>,
Linus Walleij <linus.walleij@...aro.org>
Cc: linux-gpio@...r.kernel.org, linux-kernel@...r.kernel.org,
Andy Shevchenko <andriy.shevchenko@...ux.intel.com>,
William Breathitt Gray <william.gray@...aro.org>
Subject: [RESEND PATCH 0/7] Migrate ACCES and WinSystems drivers to the regmap API
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
Powered by blists - more mailing lists