From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Rafael J. Wysocki" Subject: Re: [PATCH] cpuidle: Convert to using %pOF instead of full_name Date: Wed, 23 Aug 2017 22:34:11 +0200 Message-ID: References: <20170718214339.7774-15-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: "Rafael J. Wysocki" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Daniel Lezcano , "linux-pm@vger.kernel.org" List-Id: linux-pm@vger.kernel.org On Wed, Aug 23, 2017 at 8:14 PM, Rob Herring wrote: > On Tue, Jul 18, 2017 at 4:42 PM, Rob Herring wrote: >> Now that we have a custom printf format specifier, convert users of >> full_name to use %pOF instead. This is preparation to remove storing >> of the full path string for each node. >> >> Signed-off-by: Rob Herring >> Cc: "Rafael J. Wysocki" >> Cc: Daniel Lezcano >> Cc: linux-pm@vger.kernel.org >> --- >> drivers/cpuidle/dt_idle_states.c | 20 ++++++++++---------- >> 1 file changed, 10 insertions(+), 10 deletions(-) > > Rafael, Ping. Please apply this one and 2 others for cpufreq and > PM-domains which haven't been applied yet. I thought that these would go in through the DT tree. I'll try to find them, but next time please make it clear how you want to route things. Thanks, Rafael