From: Samuel Ortiz <sameo@linux.intel.com>
To: Ian Lartey <ian@slimlogic.co.uk>
Cc: linux-kernel@vger.kernel.org, linux-doc@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-leds@vger.kernel.org,
linux-watchdog@vger.kernel.org,
devicetree-discuss@lists.ozlabs.org, swarren@wwwdotorg.org,
grant.likely@secretlab.ca, broonie@opensource.wolfsonmicro.com,
rob.herring@calxeda.com, rob@landley.net, mturquette@linaro.org,
linus.walleij@linaro.org, cooloney@gmail.com,
sfr@canb.auug.org.au, rpurdie@rpsys.net,
akpm@linux-foundation.org, wim@iguana.be, lgirdwood@gmail.com,
gg@slimlogic.co.uk, j-keerthy@ti.com, ldewangan@nvidia.com,
t-kristo@ti.com
Subject: Re: [PATCH v10 03/12] mfd: palmas add variant and OTP detection
Date: Fri, 5 Apr 2013 18:32:23 +0200 [thread overview]
Message-ID: <20130405163223.GO17363@zurbaran> (raw)
In-Reply-To: <1363964122-19201-4-git-send-email-ian@slimlogic.co.uk>
Hi Ian,
On Fri, Mar 22, 2013 at 02:55:13PM +0000, Ian Lartey wrote:
> @@ -278,20 +329,20 @@ static void palmas_dt_to_pdata(struct i2c_client *i2c,
> int ret;
> u32 prop;
>
> - ret = of_property_read_u32(node, "ti,mux_pad1", &prop);
> + ret = of_property_read_u32(node, "ti,mux-pad1", &prop);
> if (!ret) {
> pdata->mux_from_pdata = 1;
> pdata->pad1 = prop;
> }
>
> - ret = of_property_read_u32(node, "ti,mux_pad2", &prop);
> + ret = of_property_read_u32(node, "ti,mux-pad2", &prop);
> if (!ret) {
> pdata->mux_from_pdata = 1;
> pdata->pad2 = prop;
> }
>
> /* The default for this register is all masked */
> - ret = of_property_read_u32(node, "ti,power_ctrl", &prop);
> + ret = of_property_read_u32(node, "ti,power-ctrl", &prop);
> if (!ret)
> pdata->power_ctrl = prop;
> else
> @@ -309,7 +360,7 @@ static int palmas_i2c_probe(struct i2c_client *i2c,
> struct palmas_platform_data *pdata;
> struct device_node *node = i2c->dev.of_node;
> int ret = 0, i;
> - unsigned int reg, addr;
> + unsigned int reg;
> int slave;
> struct mfd_cell *children;
The '-' to '_' fix has been sent by J Keerthy and is on my mfd-next tree
aready. Would you mind removing it from this patch ?
Cheers,
Samuel.
--
Intel Open Source Technology Centre
http://oss.intel.com/
next prev parent reply other threads:[~2013-04-05 16:32 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1363964122-19201-1-git-send-email-ian@slimlogic.co.uk>
2013-03-22 19:04 ` [PATCH v10 0/12] Palmas updates Stephen Rothwell
2013-03-24 21:13 ` Mark Brown
[not found] ` <1363964122-19201-6-git-send-email-ian@slimlogic.co.uk>
2013-03-24 4:09 ` [PATCH v10 05/12] watchdog: Kconfig for Palmas watchdog Guenter Roeck
[not found] ` <1363964122-19201-13-git-send-email-ian@slimlogic.co.uk>
2013-03-25 1:07 ` [PATCH v10 12/12] regulator: palmas remove palmas-charger option from DT bindings Mark Brown
[not found] ` <1363964122-19201-2-git-send-email-ian@slimlogic.co.uk>
2013-03-25 17:59 ` [PATCH v10 01/12] mfd: DT bindings for the palmas family MFD Stephen Warren
2013-03-25 19:47 ` Mark Brown
2013-05-30 11:33 ` keerthy
2013-05-30 23:03 ` Stephen Warren
[not found] ` <DC88CAD03C0052499C1907B327FC63229E662E@DBDE04.ent.ti.com>
2013-06-04 6:24 ` gg
2013-04-05 16:30 ` [PATCH v10 0/12] Palmas updates Samuel Ortiz
2013-04-08 15:55 ` Graeme Gregory
2013-04-08 16:11 ` Samuel Ortiz
[not found] ` <1363964122-19201-4-git-send-email-ian@slimlogic.co.uk>
2013-04-05 16:32 ` Samuel Ortiz [this message]
[not found] ` <1363964122-19201-3-git-send-email-ian@slimlogic.co.uk>
2013-04-08 15:51 ` [PATCH v10 02/12] mfd: palmas: is_palmas_charger needed by multiple drivers Samuel Ortiz
[not found] ` <1363964122-19201-5-git-send-email-ian@slimlogic.co.uk>
2013-03-24 3:19 ` [PATCH v10 04/12] watchdog: add Palmas Watchdog support Guenter Roeck
2013-08-20 20:31 ` Wim Van Sebroeck
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=20130405163223.GO17363@zurbaran \
--to=sameo@linux.intel.com \
--cc=akpm@linux-foundation.org \
--cc=broonie@opensource.wolfsonmicro.com \
--cc=cooloney@gmail.com \
--cc=devicetree-discuss@lists.ozlabs.org \
--cc=gg@slimlogic.co.uk \
--cc=grant.likely@secretlab.ca \
--cc=ian@slimlogic.co.uk \
--cc=j-keerthy@ti.com \
--cc=ldewangan@nvidia.com \
--cc=lgirdwood@gmail.com \
--cc=linus.walleij@linaro.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-doc@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-leds@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=mturquette@linaro.org \
--cc=rob.herring@calxeda.com \
--cc=rob@landley.net \
--cc=rpurdie@rpsys.net \
--cc=sfr@canb.auug.org.au \
--cc=swarren@wwwdotorg.org \
--cc=t-kristo@ti.com \
--cc=wim@iguana.be \
/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