uio_pdrv_genirq: convert to use device_property APIs
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Mon, 8 Apr 2024 23:40:48 +0000 (11:40 +1200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 11 Apr 2024 12:40:29 +0000 (14:40 +0200)
commit90fa0280553a87d0db51dd04f1aea1c2dde53c74
tree2852b3bd018d707121413b345ae66e16088e8b62
parent1019fa4839c97c4efff9c26af4d74a184921d8da
uio_pdrv_genirq: convert to use device_property APIs

Convert the uio_pdrv_genirq driver to use the device_property_* APIs
instead of the of_property_* ones. This allows UIO interrupts to be
defined via an ACPI overlay using the Device Tree namespace linkage.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Link: https://lore.kernel.org/r/20240408234050.2056374-2-chris.packham@alliedtelesis.co.nz
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/uio/uio_pdrv_genirq.c