[PATCH] uio/pdrv_genirq: Add OF support

John Williams john.williams at petalogix.com
Fri Apr 1 00:10:21 EST 2011


Hi Wolfram,

We discuss this again :)

On Thu, Mar 31, 2011 at 10:49 PM, Wolfram Sang <w.sang at pengutronix.de>wrote:

> On Thu, Mar 31, 2011 at 02:30:00PM +0200, Michal Simek wrote:
> > Support OF support. "generic-uio" compatible property is used.
>
> And exactly this was the issue last time (when I tried). This is a
> generic property, which is linux-specific and not describing HW. The
> agreement back then was to we probably need to add compatible-entries at
> runtime (something like new_id for USB). So the uio-of-driver could be
> matched against any device. Otherwise, we would collect a lot of
> potential entries like "vendor,special-card1". Although I wonder
> meanwhile if it is really going to be that bad; we don't have so much
> UIO-driver in tree as well. Maybe worth a try?
>

Maybe I misunderstand you, in my view it is the responsibility of <vendor>
to create their DTS files to indicate they want <special-card1> to bind to
generic-uio.

So, no great list of compat strings should grow in the driver, but rather
the user of the driver must make it happen.

Am I missing something?

Our use-case is pretty clear, in FPGA-based systems it is common to create
arbitrary devices that developers just want to control from userspace, with
simple IRQ and IO capabilities (DMA can come later :).  They don't need to
bind to other kernel APIs or subsystems, and don't want to invest in one-off
kernel drivers that simply will never go upstream.

UIO is perfect, and simply tagging the device as generic-uio in the DTS is
so simple, clean, and elegant.  Traditional embedded developers really light
up when you tell them you can write simple IRQ handlers in Linux userspace.
 They love it even more if they don't have to write a line of kernel code,
which generic-uio enables.

John
-- 
John Williams, PhD, B. Eng, B. IT
PetaLogix - Linux Solutions for a Reconfigurable World
w: www.petalogix.com  p: +61-7-30090663  f: +61-7-30090663
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/devicetree-discuss/attachments/20110331/7303f502/attachment.html>


More information about the devicetree-discuss mailing list