From: ben@simtec•co.uk (Ben Dooks)
To: linux-arm-kernel@lists•infradead.org
Subject: [PATCH v2 1/3] rx1950: add battery device
Date: Sun, 26 Sep 2010 00:48:57 +0100 [thread overview]
Message-ID: <4C9E8A69.8020000@simtec.co.uk> (raw)
In-Reply-To: <1283936292-10429-1-git-send-email-anarsoul@gmail.com>
On 08/09/10 09:58, Vasily Khoruzhick wrote:
> v2: don't force usage of battery driver,
> use named initialisers in LUTs.
Any chance of more description here?
> +
> +static const struct s3c_adc_bat_thresh bat_lut_noac[] = {
> + {
> + .volt = 4100,
> + .cur = 156,
> + .level = 100
> + },
In this case I'd say we may as well do the following
{ .volt = 4100, .cur = 156, .level = 100 },
given there so many of them.
--
Ben
next prev parent reply other threads:[~2010-09-25 23:48 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-07 14:32 [PATCH 0/3] rx1950: add rest of devices Vasily Khoruzhick
2010-09-07 14:32 ` [PATCH 1/3] rx1950: add battery device Vasily Khoruzhick
2010-09-07 23:06 ` Ben Dooks
2010-09-07 23:10 ` Vasily Khoruzhick
2010-09-08 8:58 ` [PATCH v2 " Vasily Khoruzhick
2010-09-25 23:48 ` Ben Dooks [this message]
2010-09-26 21:17 ` [PATCH v3 " Vasily Khoruzhick
2010-09-07 14:32 ` [PATCH 2/3] rx1950: add LEDs support Vasily Khoruzhick
2010-09-07 14:32 ` [PATCH 3/3] rx1950: add UDA1380 to i2c devices list Vasily Khoruzhick
2010-09-07 23:07 ` [PATCH 0/3] rx1950: add rest of devices Ben Dooks
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=4C9E8A69.8020000@simtec.co.uk \
--to=ben@simtec$(echo .)co.uk \
--cc=linux-arm-kernel@lists$(echo .)infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
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