From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [PATCH] misc: Convert to using %pOF instead of full_name Date: Wed, 9 Aug 2017 15:41:57 -0700 Message-ID: <20170809224157.GA2954@kroah.com> References: <20170718214339.7774-35-robh@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Rob Herring Cc: Arnd Bergmann , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" List-Id: devicetree@vger.kernel.org On Wed, Aug 09, 2017 at 04:59:53PM -0500, Rob Herring wrote: > On Tue, Jul 18, 2017 at 4:43 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: Arnd Bergmann > > Cc: Greg Kroah-Hartman > > Greg, ping. You picked up most of the the other patches, but not this one. My queue is still really long, due to travel and a semi-vacation. They are not lost, will get picked up "soon"... thanks, greg k-h -- 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752294AbdHIWmA (ORCPT ); Wed, 9 Aug 2017 18:42:00 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:38122 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751974AbdHIWl6 (ORCPT ); Wed, 9 Aug 2017 18:41:58 -0400 Date: Wed, 9 Aug 2017 15:41:57 -0700 From: Greg Kroah-Hartman To: Rob Herring Cc: Arnd Bergmann , "linux-kernel@vger.kernel.org" , "devicetree@vger.kernel.org" Subject: Re: [PATCH] misc: Convert to using %pOF instead of full_name Message-ID: <20170809224157.GA2954@kroah.com> References: <20170718214339.7774-35-robh@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.8.3 (2017-05-23) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Aug 09, 2017 at 04:59:53PM -0500, Rob Herring wrote: > On Tue, Jul 18, 2017 at 4:43 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: Arnd Bergmann > > Cc: Greg Kroah-Hartman > > Greg, ping. You picked up most of the the other patches, but not this one. My queue is still really long, due to travel and a semi-vacation. They are not lost, will get picked up "soon"... thanks, greg k-h