[PATCH 0/2] gpio: Replace deprecated PCI functions in ACCES drivers

William Breathitt Gray posted 2 patches 3 weeks, 2 days ago
drivers/gpio/gpio-pci-idio-16.c  | 17 +++++------------
drivers/gpio/gpio-pcie-idio-24.c | 19 ++++++++-----------
2 files changed, 13 insertions(+), 23 deletions(-)
[PATCH 0/2] gpio: Replace deprecated PCI functions in ACCES drivers
Posted by William Breathitt Gray 3 weeks, 2 days ago
pcim_iomap_regions() and pcim_iomap_table() have been deprecated in
commit e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(),
pcim_iomap_regions_request_all()").

Replace these functions with pcim_iomap_region() for the pci-idio-16 and
pcie-idio-24 drivers.

Signed-off-by: William Breathitt Gray <wbg@kernel.org>
---
William Breathitt Gray (2):
      gpio: pci-idio-16: Replace deprecated PCI functions
      gpio: pcie-idio-24: Replace deprecated PCI functions

 drivers/gpio/gpio-pci-idio-16.c  | 17 +++++------------
 drivers/gpio/gpio-pcie-idio-24.c | 19 ++++++++-----------
 2 files changed, 13 insertions(+), 23 deletions(-)
---
base-commit: 9852d85ec9d492ebef56dc5f229416c925758edc
change-id: 20241101-pci_iomap_region_gpio_acces-b36fb896080c

Best regards,
-- 
William Breathitt Gray <wbg@kernel.org>
Re: [PATCH 0/2] gpio: Replace deprecated PCI functions in ACCES drivers
Posted by Bartosz Golaszewski 2 weeks, 6 days ago
From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>


On Fri, 01 Nov 2024 16:15:07 +0900, William Breathitt Gray wrote:
> pcim_iomap_regions() and pcim_iomap_table() have been deprecated in
> commit e354bb84a4c1 ("PCI: Deprecate pcim_iomap_table(),
> pcim_iomap_regions_request_all()").
> 
> Replace these functions with pcim_iomap_region() for the pci-idio-16 and
> pcie-idio-24 drivers.
> 
> [...]

Applied, thanks!

[1/2] gpio: pci-idio-16: Replace deprecated PCI functions
      commit: aeca17561dc32fcf8c105e2d6207fdf3356c7c94
[2/2] gpio: pcie-idio-24: Replace deprecated PCI functions
      commit: 09db69a84eca80374045063bdc8db6a21fddd7fe

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