From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932640AbdHWUtY (ORCPT ); Wed, 23 Aug 2017 16:49:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:39152 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751774AbdHWUtW (ORCPT ); Wed, 23 Aug 2017 16:49:22 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CAD492170C Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=robh@kernel.org MIME-Version: 1.0 In-Reply-To: References: <20170718214339.7774-15-robh@kernel.org> From: Rob Herring Date: Wed, 23 Aug 2017 15:49:00 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH] cpuidle: Convert to using %pOF instead of full_name To: "Rafael J. Wysocki" Cc: Rob Herring , "Rafael J. Wysocki" , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" , Daniel Lezcano , "linux-pm@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 23, 2017 at 3:34 PM, Rafael J. Wysocki wrote: > 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. Sorry, I thought addressed TO you and not in a series was enough to imply that. Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH] cpuidle: Convert to using %pOF instead of full_name Date: Wed, 23 Aug 2017 15:49:00 -0500 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: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Rafael J. Wysocki" Cc: Rob Herring , "Rafael J. Wysocki" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Daniel Lezcano , "linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org On Wed, Aug 23, 2017 at 3:34 PM, Rafael J. Wysocki wrote: > 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-u79uwXL29TY76Z2rM5mHXA@public.gmane.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. Sorry, I thought addressed TO you and not in a series was enough to imply that. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html