[PATCH v2 0/2] uio: Allow to take irq bottom-half into irq_handler with additional dt-binding

From: Andrey Zhizhikin
Date: Thu Dec 07 2017 - 09:47:32 EST


This patch series aimed to introduce additional feature for UIO driver with
generic interrupt handler to allow IRQ bottom half to be executed in
irq_handler context rather than as threaded IRQ.

Andrey Zhizhikin (2):
uio: Allow to take irq bottom-half into irq_handler with additional
dt-binding
uio: Introduce UIO driver dt-binding documentation

.../devicetree/bindings/uio/uio-pdrv-genirq.txt | 46 ++++++++++++++++++++++
drivers/uio/uio_pdrv_genirq.c | 15 +++++++
2 files changed, 61 insertions(+)
create mode 100644 Documentation/devicetree/bindings/uio/uio-pdrv-genirq.txt

--
2.7.4