* [PATCH] mfd: tps65090: Add compatible string for charger subnode
@ 2013-04-10 17:14 Rhyland Klein
[not found] ` <1365614095-5846-1-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Rhyland Klein @ 2013-04-10 17:14 UTC (permalink / raw)
To: Samuel Ortiz
Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA,
linux-tegra-u79uwXL29TY76Z2rM5mHXA, Rhyland Klein
This patch adds the of_compatible value for the tps65090 charger
subnode used when loading the driver to find its properties
and of_node.
Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
---
drivers/mfd/tps65090.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/mfd/tps65090.c b/drivers/mfd/tps65090.c
index 88846ae..fbd6ee6 100644
--- a/drivers/mfd/tps65090.c
+++ b/drivers/mfd/tps65090.c
@@ -72,6 +72,7 @@ static struct mfd_cell tps65090s[] = {
.name = "tps65090-charger",
.num_resources = ARRAY_SIZE(charger_resources),
.resources = &charger_resources[0],
+ .of_compatible = "ti,tps65090-charger",
},
};
--
1.7.9.5
^ permalink raw reply related [flat|nested] 3+ messages in thread[parent not found: <1365614095-5846-1-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>]
* Re: [PATCH] mfd: tps65090: Add compatible string for charger subnode [not found] ` <1365614095-5846-1-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> @ 2013-04-10 22:17 ` Samuel Ortiz 2013-04-11 15:34 ` Rhyland Klein 0 siblings, 1 reply; 3+ messages in thread From: Samuel Ortiz @ 2013-04-10 22:17 UTC (permalink / raw) To: Rhyland Klein Cc: linux-kernel-u79uwXL29TY76Z2rM5mHXA, linux-tegra-u79uwXL29TY76Z2rM5mHXA Hi Rhyland, On Wed, Apr 10, 2013 at 01:14:55PM -0400, Rhyland Klein wrote: > This patch adds the of_compatible value for the tps65090 charger > subnode used when loading the driver to find its properties > and of_node. > > Signed-off-by: Rhyland Klein <rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> > --- > drivers/mfd/tps65090.c | 1 + > 1 file changed, 1 insertion(+) Applied, thanks. And sorry for taking the wrong version. Cheers, Samuel. -- Intel Open Source Technology Centre http://oss.intel.com/ ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mfd: tps65090: Add compatible string for charger subnode 2013-04-10 22:17 ` Samuel Ortiz @ 2013-04-11 15:34 ` Rhyland Klein 0 siblings, 0 replies; 3+ messages in thread From: Rhyland Klein @ 2013-04-11 15:34 UTC (permalink / raw) To: Samuel Ortiz; +Cc: linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org On 4/10/2013 6:17 PM, Samuel Ortiz wrote: > Hi Rhyland, > > On Wed, Apr 10, 2013 at 01:14:55PM -0400, Rhyland Klein wrote: >> This patch adds the of_compatible value for the tps65090 charger >> subnode used when loading the driver to find its properties >> and of_node. >> >> Signed-off-by: Rhyland Klein <rklein@nvidia.com> >> --- >> drivers/mfd/tps65090.c | 1 + >> 1 file changed, 1 insertion(+) > Applied, thanks. And sorry for taking the wrong version. > > Cheers, > Samuel. > Np, Thanks! -rhyland -- nvpublic ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-04-11 15:34 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-10 17:14 [PATCH] mfd: tps65090: Add compatible string for charger subnode Rhyland Klein
[not found] ` <1365614095-5846-1-git-send-email-rklein-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
2013-04-10 22:17 ` Samuel Ortiz
2013-04-11 15:34 ` Rhyland Klein
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).