From: Guenter Roeck <guenter.roeck@ericsson.com>
To: "J, KEERTHY" <j-keerthy@ti.com>
Cc: "linux-omap@vger.kernel.org" <linux-omap@vger.kernel.org>,
Jean Delvare <khali@linux-fr.org>,
"lm-sensors@lm-sensors.org" <lm-sensors@lm-sensors.org>
Subject: Re: [RFC PATCH 6/6 V2] hwmon: OMAP4: On die temperature sensor driver
Date: Fri, 19 Aug 2011 06:48:07 -0700 [thread overview]
Message-ID: <20110819134807.GA30736@ericsson.com> (raw)
In-Reply-To: <CAJ6a13b17aAyQeumdqjAVR9Fs7mP6J-b9f+bJe+B6Dk0SXw3qg@mail.gmail.com>
On Fri, Aug 19, 2011 at 09:01:53AM -0400, J, KEERTHY wrote:
> On Fri, Aug 19, 2011 at 11:47 AM, Guenter Roeck
> <guenter.roeck@ericsson.com> wrote:
> > On Fri, Aug 19, 2011 at 02:04:58AM -0400, J, KEERTHY wrote:
> >> On Fri, Aug 19, 2011 at 7:43 AM, Guenter Roeck
> >> <guenter.roeck@ericsson.com> wrote:
> >> > On Thu, Aug 18, 2011 at 06:52:15AM -0400, Keerthy wrote:
> >> >> On chip temperature sensor driver. The driver monitors the temperature of
> >> >> the MPU subsystem of the OMAP4. It sends notifications to the user space if
> >> >> the temperature crosses user defined thresholds via kobject_uevent interface.
> >> >> The user is allowed to configure the temperature thresholds vis sysfs nodes
> >> >> exposed using hwmon interface.
> >> >>
> >> >> Signed-off-by: Keerthy <j-keerthy@ti.com>
> >> >> Cc: Jean Delvare <khali@linux-fr.org>
> >> >> Cc: Guenter Roeck <guenter.roeck@ericsson.com>
> >> >> Cc: lm-sensors@lm-sensors.org
> >> >
> >> > High level review:
> >> >
> >> > - too much and too broad mutex locking. show functions should not need locks at all,
> >> > set functions only while data is written into registers and into platform data.
> >>
> >> Ok. I will clean this.
> >>
> >> > - driver is quite noisy. There should definitely not be any log messages
> >> > if a set parameter is wrong. Show functions already return an error value
> >> > to the user; a log message indicating the error again just creates noise.
> >> > For one boolean set during probe (is_efuse_valid), each subsequent show results
> >> > in a log message if it is false. Some errors result in multiple log messages.
> >>
> >> A user tries to set an invalid temperature threshold. The user should
> >> be notified about this. The invalid temperature will not be set. The user
> >> should not be allowed to set an invalid temperature. It is to inform
> >> the user about precisely the problem with the parameter.
> >>
> > User is notified with -EINVAL. Unless on the console, which is unlikely,
> > the user will likely not notice a message in the kernel log.
>
> These messages on console are useful for debug purpose
> so can i place it under dev_dbg? Only on explicit enabling
> these messages can be seen.
>
Not really for user errors.
The user is already alerted with EINVAL that the parameter was invalid. _Why_
it was invalid should be well defined. Are you really sure you want to have
something like "user entered 'Hello' as temperature" even in a debug log ?
The debug log should be to debug driver problems and behavior, not to debug
wrong parameters entered by users.
> >
> >> In some of the samples the bandgap is not trimmed and hence
> >> temperature reported will be wrong. So every time a user tries to read
> >> he is alerted that the temperatures are not accurate.
> >>
> > In the kernel log ? Sorry, that doesn't make sense. You alert the system administrator,
> > not the user.
>
> Ok. Can this be a dev_dbg message? Only for debug purpose
> this can be useful.
>
Yes, but even then you need the message only once.
Thanks,
Guenter
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2011-08-19 13:49 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-18 10:52 [RFC PATCH 0/6 V2] OMAP4: Temperature sensor driver Keerthy
2011-08-18 10:52 ` [RFC PATCH 1/6 V2] OMAP4: Clock: Associate clocks for OMAP temperature sensor Keerthy
2011-08-29 21:47 ` Kevin Hilman
2011-08-18 10:52 ` [RFC PATCH 2/6 V2] OMAP4: Adding the temperature sensor register set bit fields Keerthy
2011-08-29 21:52 ` Kevin Hilman
2011-08-18 10:52 ` [RFC PATCH 3/6 V2] OMAP4460: Temperature sensor data Keerthy
2011-08-18 11:32 ` Felipe Balbi
2011-08-18 10:52 ` [RFC PATCH 4/6 V2] OMAP4: Hwmod: OMAP temperature sensor Keerthy
2011-08-18 10:52 ` [RFC PATCH 5/6 V2] OMAP4: Temperature sensor device support Keerthy
2011-08-19 5:47 ` Todd Poynor
2011-08-18 10:52 ` [RFC PATCH 6/6 V2] hwmon: OMAP4: On die temperature sensor driver Keerthy
2011-08-18 11:37 ` Felipe Balbi
2011-08-22 4:29 ` J, KEERTHY
2011-08-22 9:24 ` Felipe Balbi
2011-08-19 2:13 ` Guenter Roeck
2011-08-19 6:04 ` J, KEERTHY
2011-08-19 6:17 ` Guenter Roeck
2011-08-19 13:01 ` J, KEERTHY
2011-08-19 13:48 ` Guenter Roeck [this message]
2011-08-19 9:04 ` J, KEERTHY
2011-08-19 12:53 ` J, KEERTHY
2011-08-19 5:34 ` Todd Poynor
2011-08-22 4:40 ` J, KEERTHY
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=20110819134807.GA30736@ericsson.com \
--to=guenter.roeck@ericsson.com \
--cc=j-keerthy@ti.com \
--cc=khali@linux-fr.org \
--cc=linux-omap@vger.kernel.org \
--cc=lm-sensors@lm-sensors.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).