Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1736795
| From | Chris Packham <chris.packham@alliedtelesis.co.nz> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2 0/2] using uio_pdrv_genirq without module param |
| Date | 2017-09-21 17:50 +0200 |
| Message-ID | <usbTH-2TP-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
I found myself about to add a driver that was a sub-optimal clone of uio_pdrv_genirq the only difference was that I didn't want to modify the args passed to the kernel by my bootloader. If uio_pdrv_genirq had a default of_match entry I could simply use that. This series attempts to implement this. Changes in v2: - added a better commit message to 1/2 - remove bogus checkpatch fix in 2/2 Chris Packham (2): uio: dt-bindings: document binding for uio-pdrv-genirq uio: add default compatible string to uio_pdrv_genirq .../bindings/uio/linux,uio-pdrv-genirq.txt | 28 ++++++++++++++++++++++ drivers/uio/uio_pdrv_genirq.c | 3 ++- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 Documentation/devicetree/bindings/uio/linux,uio-pdrv-genirq.txt -- 2.14.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v2 0/2] using uio_pdrv_genirq without module param Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-09-21 17:50 +0200 [PATCH v2 1/2] uio: dt-bindings: document binding for uio-pdrv-genirq Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-09-21 17:50 +0200 [PATCH v2 2/2] uio: add default compatible string to uio_pdrv_genirq Chris Packham <chris.packham@alliedtelesis.co.nz> - 2017-09-21 17:50 +0200
csiph-web