mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
To: Pavel Machek <pavel@ucw.cz>
Cc: David Zeuthen <davidz@redhat.com>,
	Richard Hughes <hughsient@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>,
	Shem Multinymous <multinymous@gmail.com>,
	Dan Williams <dcbw@redhat.com>,
	linux-kernel@vger.kernel.org, devel@laptop.org,
	sfr@canb.auug.org.au, len.brown@intel.com, greg@kroah.com,
	benh@kernel.crashing.org,
	linux-thinkpad mailing list <linux-thinkpad@linux-thinkpad.org>
Subject: Re: [PATCH v2] Re: Battery class driver.
Date: Sat, 28 Oct 2006 18:54:25 -0300	[thread overview]
Message-ID: <20061028215424.GA23228@khazad-dum.debian.net> (raw)
In-Reply-To: <20061028210509.GA30819@elf.ucw.cz>

On Sat, 28 Oct 2006, Pavel Machek wrote:
> > > Just put it into the name:
> > > 
> > > power_avg_mV
> > 
> > Bad idea... it means user space will have to try to open different files
> > and what happens when someone introduces a new unit? Ideally I'd like
> > the unit to be part of the payload of the sysfs file. Second to that I
> > think having the unit in a separate file is preferable.
> 
> Introducing new unit *should* be hard. You know, when you introduce
> new unit, you automatically break all the userspace.

Well, I just wish whatever is done for battery is also done the same way for
ACPI when it moves to sysfs, and if at all possible, also to hwmon: we *are*
supposed to move stuff like ACPI temperatures to sysfs using hwmon
conventions, AFAIK.

That said, wearing a userspace app writer hat, I'd really prefer if it is
named in such a way that I can always extract the unit, like:

power_avg:mV  or
power_avg[mV]

or whatever (and I'd prefer :mV a lot more than [mV], it is much cleaner).
LED seems already to be using ":" for such qualifiers (they use it for the
colors).

I can't just trust that the last _foo is the unit, as it might be something
that doesn't have an unit (it is the status quo in hwmon, for example).  If
the kernel has this unit handling thing clearly defined, I can write a
generic application that displays all battery attributes beautifully,
instantly aware of the units (and even doing the intelligent thing if you
have both power_avg in uV and mV...)

> Having separate files is actually a *feature*. It allows you to
> introduce new units while providing backwards compatibility.

Agreed.

> Imagine going from mV to uV... With voltage_mV, you can have both
> voltage_mV and voltage_uV. In your system, you'd have to change value
> from mV to uV, breaking all the userspace....

I believe there is a school that says that "this is why userspace is
supposed to use a single library helper which will have the knowledge on how
to deal with this".

I am not defending such a library approach.  But if the sysfs interface does
not have the units anywhere, it better be strictly versioned and export
that information somewhere, so that such a library is actually doable in a
sane and robust way.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

  reply	other threads:[~2006-10-28 21:54 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <1161628327.19446.391.camel@pmac.infradead.org>
2006-10-23 19:18 ` Dan Williams
2006-10-23 19:58   ` Richard Hughes
2006-10-23 20:10     ` Roland Dreier
2006-10-23 20:48     ` David Woodhouse
2006-10-24  3:44       ` Benjamin Herrenschmidt
2006-10-24 17:18       ` Richard Hughes
2006-10-25  7:42         ` [PATCH v2] " David Woodhouse
2006-10-25  9:54           ` Shem Multinymous
2006-10-25 12:11             ` David Woodhouse
2006-10-25 14:42               ` Shem Multinymous
2006-10-25 22:25                 ` David Woodhouse
2006-10-25 23:39                   ` Shem Multinymous
2006-10-28 12:15                     ` David Woodhouse
2006-10-28 13:22                       ` Richard Hughes
2006-10-28 14:34                         ` Shem Multinymous
2006-10-28 14:36                           ` David Woodhouse
2006-10-28 14:55                             ` David Zeuthen
2006-10-28 18:52                               ` Pavel Machek
2006-10-28 19:48                                 ` David Zeuthen
2006-10-28 21:10                                   ` Pavel Machek
2006-10-28 15:09                         ` David Zeuthen
2006-10-28 15:31                           ` David Zeuthen
2006-10-28 18:12                           ` Shem Multinymous
2006-10-31  7:49                             ` Greg KH
2006-10-31 13:28                               ` Shem Multinymous
2006-11-01 19:31                                 ` Greg KH
2006-11-01 19:53                                   ` Shem Multinymous
2006-11-01 20:53                                     ` Greg KH
2006-11-01 23:55                                       ` [ltp] " Henrique de Moraes Holschuh
2006-11-02  3:45                                         ` Greg KH
2006-11-02 17:49                                         ` Bill Davidsen
2006-11-02 19:19                                           ` Richard Hughes
2006-11-02 21:20                                           ` Pavel Machek
2006-11-03 12:46                                           ` Henrique de Moraes Holschuh
2006-11-03 15:13                                           ` Stefan Seyfried
2006-11-02 22:01                                         ` Pavel Machek
2006-11-03 13:12                                           ` U Kuehn
2006-11-05 20:52                                             ` Pavel Machek
2006-11-05 21:02                                               ` Jean Delvare
2006-11-01 21:27                                     ` Pavel Machek
2006-11-01 21:32                                       ` Richard Hughes
2006-10-31  7:59                             ` Jean Delvare
2006-10-31 13:42                               ` Shem Multinymous
2006-10-31 13:51                                 ` Xavier Bestel
2006-10-31 14:06                                   ` Shem Multinymous
2006-11-01 13:26                                     ` Richard Hughes
2006-11-01 13:54                                       ` David Woodhouse
2006-11-01 14:36                                         ` Henrique de Moraes Holschuh
2006-11-01 16:36                                           ` Shem Multinymous
2006-11-01 16:55                                             ` Henrique de Moraes Holschuh
2006-11-01 19:30                                       ` Greg KH
2006-11-02  7:52                                     ` Jean Delvare
2006-11-02  8:39                                       ` Richard Hughes
2006-11-02 13:54                                       ` Henrique de Moraes Holschuh
2006-11-02 17:52                                       ` Bill Davidsen
2006-11-02 19:26                                         ` Richard B. Johnson
2006-11-03 13:23                                           ` Henrique de Moraes Holschuh
2006-11-03 14:20                                             ` Richard B. Johnson
2006-11-03 16:10                                               ` [ltp] " Henrique de Moraes Holschuh
2006-10-28 18:55                           ` Pavel Machek
2006-10-28 19:53                             ` David Zeuthen
2006-10-28 21:05                               ` Pavel Machek
2006-10-28 21:54                                 ` Henrique de Moraes Holschuh [this message]
2006-10-26  9:55                 ` [ltp] " FeRD
2006-10-28  5:12           ` Pavel Machek
2006-10-24  3:41     ` Benjamin Herrenschmidt

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=20061028215424.GA23228@khazad-dum.debian.net \
    --to=hmh@hmh.eng.br \
    --cc=benh@kernel.crashing.org \
    --cc=davidz@redhat.com \
    --cc=dcbw@redhat.com \
    --cc=devel@laptop.org \
    --cc=dwmw2@infradead.org \
    --cc=greg@kroah.com \
    --cc=hughsient@gmail.com \
    --cc=len.brown@intel.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-thinkpad@linux-thinkpad.org \
    --cc=multinymous@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=sfr@canb.auug.org.au \
    /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

Powered by JetHome