From: Anton Vorontsov <cbouatmailru@gmail.com>
To: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
Andrew Morton <akpm@linux-foundation.org>,
David Woodhouse <dwmw2@infradead.org>,
Ben Hutchings <ben@decadent.org.uk>,
linux-kernel@vger.kernel.org, Ryan Mallon <ryan@bluewatersys.com>,
Yulia Vilensky <vilensky@compulab.co.il>
Subject: Re: [GIT PULL] battery-2.6.35.git
Date: Tue, 27 Jul 2010 18:13:31 +0400 [thread overview]
Message-ID: <20100727141331.GA5394@oksana.dev.rtsoft.ru> (raw)
In-Reply-To: <AANLkTim77oCDk9L8oYE5DCEKqZL_L_dm=mm-46=MZwX7@mail.gmail.com>
On Tue, Jul 27, 2010 at 04:03:14PM +0200, Geert Uytterhoeven wrote:
> On Tue, Jul 27, 2010 at 15:51, Anton Vorontsov <cbouatmailru@gmail.com> wrote:
> > diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c
> > index d762a0c..9b3b4b7 100644
> > --- a/drivers/power/ds2782_battery.c
> > +++ b/drivers/power/ds2782_battery.c
> > @@ -43,10 +43,9 @@
> > struct ds278x_info;
> >
> > struct ds278x_battery_ops {
> > - int (*get_current)(struct ds278x_info *info, int *current_uA);
> > - int (*get_voltage)(struct ds278x_info *info, int *voltage_uA);
> > - int (*get_capacity)(struct ds278x_info *info, int *capacity_uA);
> > -
> > + int (*get_battery_current)(struct ds278x_info *info, int *current_uA);
> > + int (*get_battery_voltage)(struct ds278x_info *info, int *voltage_uA);
> > + int (*get_battery_capacity)(struct ds278x_info *info, int *capacity_uA);
>
> What's the meaning of these `uA' namings? At first I thought `micro Ampère', but
> that can't be correct for voltage (`uV'?) and capacity (`uAh'?).
Yeah, the names aren't quite right. But they were wrong before
that patch too, so a patch on top to fix these issues will work.
Cc'ing driver authors.
Thanks Geert!
--
Anton Vorontsov
email: cbouatmailru@gmail.com
irc://irc.freenode.net/bd2
next prev parent reply other threads:[~2010-07-27 14:13 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-27 13:51 [GIT PULL] battery-2.6.35.git Anton Vorontsov
2010-07-27 14:03 ` Geert Uytterhoeven
2010-07-27 14:13 ` Anton Vorontsov [this message]
2010-07-27 21:05 ` [PATCH] Fix ds2782 battery driver units (was Re: [GIT PULL] battery-2.6.35.git) Ryan Mallon
-- strict thread matches above, loose matches on Subject: below --
2010-07-20 11:15 [GIT PULL] battery-2.6.35.git Anton Vorontsov
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=20100727141331.GA5394@oksana.dev.rtsoft.ru \
--to=cbouatmailru@gmail.com \
--cc=akpm@linux-foundation.org \
--cc=ben@decadent.org.uk \
--cc=dwmw2@infradead.org \
--cc=geert@linux-m68k.org \
--cc=linux-kernel@vger.kernel.org \
--cc=ryan@bluewatersys.com \
--cc=torvalds@linux-foundation.org \
--cc=vilensky@compulab.co.il \
/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.