[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150311234839.GA21023@earth>
Date: Thu, 12 Mar 2015 00:48:40 +0100
From: Sebastian Reichel <sre@...nel.org>
To: Moritz Fischer <moritz.fischer@...us.com>
Cc: dbaryshkov@...il.com, dwmw2@...radead.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pm@...r.kernel.org
Subject: Re: [PATCHv2 1/2] power: reset: Add generic SYSCON register mapped
poweroff.
Hi Moritz,
On Wed, Mar 11, 2015 at 03:32:24PM -0700, Moritz Fischer wrote:
> [...]
> +static struct platform_driver syscon_poweroff_driver = {
> + .probe = syscon_poweroff_probe,
> + .remove = syscon_poweroff_remove,
> + .driver = {
> + .name = "syscon-poweroff",
> + .of_match_table = of_match_ptr(syscon_poweroff_of_match),
Sorry if it was unclear from my previous message - of_match_ptr() is
only needed for optional OF support. Since you removed the #ifdef
around syscon_poweroff_of_match, of_match_ptr() is not needed.
> [...]
-- Sebastian
Download attachment "signature.asc" of type "application/pgp-signature" (820 bytes)
Powered by blists - more mailing lists