From: anton.vorontsov@linaro.org (Anton Vorontsov)
To: linux-arm-kernel@lists.infradead.org
Subject: [V4 3/4] power_supply: Enable battery-charger for 88pm860x
Date: Wed, 22 Aug 2012 21:43:48 -0700 [thread overview]
Message-ID: <20120823044348.GA415@lizard> (raw)
In-Reply-To: <20120823034815.GB16674@lizard>
On Wed, Aug 22, 2012 at 08:48:15PM -0700, Anton Vorontsov wrote:
[....]
> drivers/mfd/88pm860x-core.c:803:53: warning: incorrect type in assignment (different base types)
> drivers/mfd/88pm860x-core.c:803:53: expected struct charger_regulator *charger_regulators
> drivers/mfd/88pm860x-core.c:803:53: got struct regulator_bulk_data static [toplevel] *
>
> They are minor, except for the last one. You seemed to use
> 'regulator_bulk_data' struct (just as charger manager documentation
> wrongly tells you, yup), but in real it should have been
> 'struct charger_regulator'. The only reason that it worked is
> because both 'supply' and 'regulator_name' struct members are the
> first in these structs. :-)
Oh, actually, I see that this is a result of extcon rework, so not
your fault at all.
Anton.
next prev parent reply other threads:[~2012-08-23 4:43 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-21 6:18 [V2 1/3] regulator: add pre-regulator support for 88pm860x Jett.Zhou
2012-06-21 10:15 ` Mark Brown
2012-06-21 11:31 ` [V3 " Jett.Zhou
2012-06-21 22:54 ` Mark Brown
2012-07-05 14:24 ` Samuel Ortiz
2012-07-05 14:15 ` Mark Brown
2012-07-06 1:59 ` jett zhou
2012-07-06 2:58 ` [V3 1/4] regulator: 88pm860x: add pre-regulator support for 88pm860x regulator Jett.Zhou
2012-09-13 7:47 ` Haojian Zhuang
2012-07-06 2:59 ` [V3 2/4] mfd: 88pm860x: add pre-regulator device for 88pm860x Jett.Zhou
2012-07-06 9:01 ` Samuel Ortiz
2012-07-06 3:02 ` [V3 3/4] power_supply: Enable battery-charger " Jett.Zhou
2012-07-14 8:12 ` Anton Vorontsov
2012-07-16 5:27 ` jett zhou
2012-07-27 8:28 ` [V4 " Jett.Zhou
2012-08-23 3:48 ` Anton Vorontsov
2012-08-23 4:43 ` Anton Vorontsov [this message]
2012-08-23 9:06 ` jett zhou
2012-08-23 12:22 ` Anton Vorontsov
2012-08-23 12:26 ` jett zhou
2012-09-13 7:48 ` Haojian Zhuang
2012-09-20 22:35 ` Anton Vorontsov
2012-09-21 1:01 ` Haojian Zhuang
2012-09-21 22:14 ` Samuel Ortiz
2012-09-21 22:39 ` Anton Vorontsov
2012-07-06 3:02 ` [V3 4/4] ARM: MMP: add 88pm860x battery-charger support Jett.Zhou
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=20120823044348.GA415@lizard \
--to=anton.vorontsov@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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).