[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20110408132541.39042e95@lxorguk.ukuu.org.uk>
Date: Fri, 8 Apr 2011 13:25:41 +0100
From: Alan Cox <alan@...rguk.ukuu.org.uk>
To: Nat Gurumoorthy <natg@...gle.com>
Cc: Jean Delvare <khali@...ux-fr.org>,
Guenter Roeck <guenter.roeck@...csson.com>,
Wim Van Sebroeck <wim@...ana.be>,
Mike Waychison <mikew@...gle.com>, lm-sensors@...sensors.org,
linux-kernel@...r.kernel.org, linux-watchdog@...r.kernel.org
Subject: Re: [PATCH] Make all it87 drivers SMP safe.
> attempts to serialize access to the hardware by defining a global spinlock
> it87_io_lock in a file it87_lock.c. This lock has to be acquired by each
> of the it87 drivers before it can access the hardware. We have defined
I think this needs a NAK
The resource handler can do this for you and would ensure proper
behaviour.
See
IORESOURCE_MUXED
Providing the it87 drivers request the resources (which they need to do
anyway!) and use IORESOURCE_MUXED, it should all work ?
Alan
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists