[PATCH 0/2] gpio: mmio: further refactoring

Bartosz Golaszewski posted 2 patches 3 months, 1 week ago
drivers/gpio/gpio-mmio.c | 335 +++++++++++++++++++++++------------------------
1 file changed, 162 insertions(+), 173 deletions(-)
[PATCH 0/2] gpio: mmio: further refactoring
Posted by Bartosz Golaszewski 3 months, 1 week ago
After the big conversion to the new generic GPIO chip API, let's further
refactor the gpio-mmio module by using lock-guards and dropping the -
now obsolete - "bgpio" prefix.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
Bartosz Golaszewski (2):
      gpio: mmio: use lock guards
      gpio: mmio: drop the "bgpio" prefix

 drivers/gpio/gpio-mmio.c | 335 +++++++++++++++++++++++------------------------
 1 file changed, 162 insertions(+), 173 deletions(-)
---
base-commit: 8fec172c82c2b5f6f8e47ab837c1dc91ee3d1b87
change-id: 20251027-gpio-mmio-refactor-e07ee08a9699

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Re: [PATCH 0/2] gpio: mmio: further refactoring
Posted by Bartosz Golaszewski 3 months, 1 week ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Mon, 27 Oct 2025 14:48:01 +0100, Bartosz Golaszewski wrote:
> After the big conversion to the new generic GPIO chip API, let's further
> refactor the gpio-mmio module by using lock-guards and dropping the -
> now obsolete - "bgpio" prefix.
> 
> 

Applied, thanks!

[1/2] gpio: mmio: use lock guards
      https://git.kernel.org/brgl/linux/c/7e061b462b3d43a1f85519f5aebdc77cbbe648c0
[2/2] gpio: mmio: drop the "bgpio" prefix
      https://git.kernel.org/brgl/linux/c/13172171f5c44df67e8882d983fb50d9b27477ad

Best regards,
-- 
Bartosz Golaszewski <bartosz.golaszewski@linaro.org>