linux/drivers/uio
Esben Haabendal bf12fdf0ab uio_pdrv_genirq: fix use without device tree and no interrupt
While e3a3c3a205 ("UIO: fix uio_pdrv_genirq with device tree but no
interrupt") added support for using uio_pdrv_genirq for devices without
interrupt for device tree platforms, the removal of uio_pdrv in
26dac3c49d ("uio: Remove uio_pdrv and use uio_pdrv_genirq instead")
broke the support for non device tree platforms.

This change fixes this, so that uio_pdrv_genirq can be used without
interrupt on all platforms.

This still leaves the support that uio_pdrv had for custom interrupt
handler lacking, as uio_pdrv_genirq does not handle it (yet).

Fixes: 26dac3c49d ("uio: Remove uio_pdrv and use uio_pdrv_genirq instead")
Signed-off-by: Esben Haabendal <esben@geanix.com>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20200701145659.3978-3-esben@geanix.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2020-07-03 10:52:02 +02:00
..
Kconfig
Makefile
uio.c drivers: uio: remove redundant assignment to variable retval 2020-04-28 15:55:15 +02:00
uio_aec.c
uio_cif.c
uio_dmem_genirq.c uio: remove unneeded variable "ret" in uio_dmem_genirq_open 2020-04-28 15:55:15 +02:00
uio_fsl_elbc_gpcm.c
uio_hv_generic.c uio_hv_generic: add missed sysfs_remove_bin_file 2020-05-15 16:13:19 +02:00
uio_mf624.c
uio_netx.c
uio_pci_generic.c
uio_pdrv_genirq.c uio_pdrv_genirq: fix use without device tree and no interrupt 2020-07-03 10:52:02 +02:00
uio_pruss.c
uio_sercos3.c