From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Nat Gurumoorthy <natg@google.com>
Cc: Jean Delvare <khali@linux-fr.org>,
Wim Van Sebroeck <wim@iguana.be>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"mikew@google.com" <mikew@google.com>
Subject: Re: [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87
Date: Wed, 11 May 2011 02:53:38 +0000 [thread overview]
Message-ID: <20110511025338.GB4051@ericsson.com> (raw)
In-Reply-To: <1304966731-19896-1-git-send-email-natg@google.com>
On Mon, May 09, 2011 at 02:45:31PM -0400, Nat Gurumoorthy wrote:
> 02 - Chages to hwmon it87 driver to use "request_muxed_region"
> Serialize access to the hardware by using "request_muxed_region" macro defined
> by Alan Cox. Call to this macro will hold off the requestor if the resource is
> currently busy. "superio_enter" will return an error if call to
> "request_muxed_region" fails. Rest of the code change is to ripple an error
> return from superio_enter to the top level.
>
> Signed-off-by: Nat Gurumoorthy <natg@google.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
WARNING: multiple messages have this Message-ID (diff)
From: Guenter Roeck <guenter.roeck@ericsson.com>
To: Nat Gurumoorthy <natg@google.com>
Cc: Jean Delvare <khali@linux-fr.org>,
Wim Van Sebroeck <wim@iguana.be>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"mikew@google.com" <mikew@google.com>
Subject: Re: [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers
Date: Tue, 10 May 2011 19:53:38 -0700 [thread overview]
Message-ID: <20110511025338.GB4051@ericsson.com> (raw)
In-Reply-To: <1304966731-19896-1-git-send-email-natg@google.com>
On Mon, May 09, 2011 at 02:45:31PM -0400, Nat Gurumoorthy wrote:
> 02 - Chages to hwmon it87 driver to use "request_muxed_region"
> Serialize access to the hardware by using "request_muxed_region" macro defined
> by Alan Cox. Call to this macro will hold off the requestor if the resource is
> currently busy. "superio_enter" will return an error if call to
> "request_muxed_region" fails. Rest of the code change is to ripple an error
> return from superio_enter to the top level.
>
> Signed-off-by: Nat Gurumoorthy <natg@google.com>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
next prev parent reply other threads:[~2011-05-11 2:53 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-09 18:44 [lm-sensors] [PATCH v10 0/2] Make all it87 drivers SMP safe Nat Gurumoorthy
2011-05-09 18:44 ` Nat Gurumoorthy
2011-05-09 18:45 ` [lm-sensors] [PATCH v10 1/2] Use "request_muxed_region" in it87 Nat Gurumoorthy
2011-05-09 18:45 ` [PATCH v10 1/2] Use "request_muxed_region" in it87 watchdog drivers Nat Gurumoorthy
2011-05-11 2:52 ` [lm-sensors] [PATCH v10 1/2] Use "request_muxed_region" in it87 Guenter Roeck
2011-05-11 2:52 ` [PATCH v10 1/2] Use "request_muxed_region" in it87 watchdog drivers Guenter Roeck
2011-05-09 18:45 ` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87 Nat Gurumoorthy
2011-05-09 18:45 ` [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers Nat Gurumoorthy
2011-05-11 2:53 ` Guenter Roeck [this message]
2011-05-11 2:53 ` Guenter Roeck
2011-05-11 7:00 ` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87 Jean Delvare
2011-05-11 7:00 ` [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers Jean Delvare
2011-05-11 13:52 ` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87 Guenter Roeck
2011-05-11 13:52 ` [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers Guenter Roeck
2011-05-11 19:35 ` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87 Alan Cox
2011-05-11 19:35 ` [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers Alan Cox
2011-05-12 12:01 ` [lm-sensors] [PATCH v10 2/2] Use "request_muxed_region" in it87 Jean Delvare
2011-05-12 12:01 ` [PATCH v10 2/2] Use "request_muxed_region" in it87 hwmon drivers Jean Delvare
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20110511025338.GB4051@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=khali@linux-fr.org \
--cc=linux-kernel@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
--cc=mikew@google.com \
--cc=natg@google.com \
--cc=wim@iguana.be \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.