[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4C7D023B.9000704@steinhoff.de>
Date: Tue, 31 Aug 2010 15:23:07 +0200
From: Armin Steinhoff <armin@...inhoff.de>
To: "Hans J. Koch" <hjk@...utronix.de>
CC: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: UIO and Fedora 13 (kernel 33.6)
Hans J. Koch wrote:
> After a successfull uio_register_device() there is both a /dev/uioX
> and a directory /sys/class/uio/uioX/.
In the attachment is an updated version of uio_jand.
The module uio_jand.ko can be inserted and removed, no messages visible
by dmesg, no kernel oops, no dev/uio* and no class entries available.
There are only entries of uio_jand in /sys/module,
/sys/bus/platform/drivers and /sys/uio/holders ... I'm really confused =:-/
It's completely unclear how to write the initial platform_data of the
platform device in the example uio_smx.c :
regs = platform_get_resource(dev, IORESOURCE_MEM, 0);
if (!regs) {
dev_err(&dev->dev, "No memory resource specified\n");
goto out_free;
Same issue in uio_platform_genirq ...
Cheers
--Armin
View attachment "uio_jand.c" of type "text/x-csrc" (4316 bytes)
Powered by blists - more mailing lists