linux-tegra.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [RFC][PATCH 1/4] regulator: Add helper function to get "poweroff-source" property
       [not found]   ` <20141001180759.GH4273-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
@ 2014-10-02 17:43     ` Romain Perier
  0 siblings, 0 replies; only message in thread
From: Romain Perier @ 2014-10-02 17:43 UTC (permalink / raw)
  To: Mark Brown
  Cc: devicetree-u79uwXL29TY76Z2rM5mHXA,
	lgirdwood-Re5JQEeQqe8AvxtiuMwx3w,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	"heiko@sntech.de >> Heiko Stübner",
	sameo-VuQAYsv1563Yd54FQh9/CA, lee.jones-QSEj5FYQhm4dnm+yROfE0A,
	grant.likely-QSEj5FYQhm4dnm+yROfE0A,
	robh+dt-DgEjT+Ai2ygdnm+yROfE0A, sre-DgEjT+Ai2ygdnm+yROfE0A,
	dbaryshkov-Re5JQEeQqe8AvxtiuMwx3w, dwmw2-wEGCiKHe2LqWVfeAwA7xHQ,
	anton-9xeibp6oKSgdnm+yROfE0A, ldewangan-DDmLM1+adcrQT0dZR+AlfA,
	linux-omap-u79uwXL29TY76Z2rM5mHXA,
	linux-tegra-u79uwXL29TY76Z2rM5mHXA

Adding the corresponding drivers and DT maintainers to the loop (parts 
of the kernel which use this property)

Le 01/10/2014 20:07, Mark Brown a écrit :
> On Tue, Sep 30, 2014 at 05:29:43PM +0000, Romain Perier wrote:
>
>> +/**
>> + * of_get_regulator_poweroff_source - Get poweroff-source for given device_node
>> + * @np: Pointer to the given device_node
>> + *
>> + * return true if present false otherwise
>> + */
>> +bool of_get_regulator_poweroff_source(const struct device_node *np)
>> +{
>> +	return of_property_read_bool(np, "poweroff-source");
>> +}
>> +EXPORT_SYMBOL_GPL(of_get_regulator_poweroff_source);
> This isn't really a regulator specific thing - it's common for the
> actual implementation to be to simply cut power but it could be
> something that doesn't look like a regulator doing it like a system
> monitor.  I'd rename this to something like is_system_poweroff_source().
>
> You probably also want to CC the DT maintainers on this and add some
> documentation of this as a standard property, not entirely sure where
> exactly but I'm sure the DT people could advise.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-10-02 17:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1412098186-5042-1-git-send-email-romain.perier@gmail.com>
     [not found] ` <20141001180759.GH4273@sirena.org.uk>
     [not found]   ` <20141001180759.GH4273-GFdadSzt00ze9xe1eoZjHA@public.gmane.org>
2014-10-02 17:43     ` [RFC][PATCH 1/4] regulator: Add helper function to get "poweroff-source" property Romain Perier

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).