From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: RE: [PATCH v3 06/13] dt: add empty for_each_child_of_node, of_find_property Date: Wed, 31 Aug 2011 11:25:52 -0700 Message-ID: <74CDBE0F657A3D45AFBB94109FB122FF04B327A062@HQMAIL01.nvidia.com> References: <1314315824-9687-1-git-send-email-swarren@nvidia.com> <1314315824-9687-7-git-send-email-swarren@nvidia.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <1314315824-9687-7-git-send-email-swarren-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> Content-Language: en-US Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Grant Likely Cc: Russell King , Arnd Bergmann , "devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org" , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Belisko Marek , Jamie Iles , Shawn Guo , Sergei Shtylyov , Linus Walleij , Colin Cross , Erik Gilling , Olof Johansson List-Id: linux-tegra@vger.kernel.org Stephen Warren wrote at Thursday, August 25, 2011 5:44 PM: > The patch adds a couple empty functions for non-dt build, so that > drivers migrating to dt can save some '#ifdef CONFIG_OF'. > > Signed-off-by: Stephen Warren Grant, is there any chance you could apply this one patch without waiting for the whole series; I just realized that the SDHCI controller changes I published yesterday rely on this patch to compile. While I did compile- check them without CONFIG_OF, I also had this patch in that branch and didn't notice the problem. Thanks. -- nvpublic From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751201Ab1HaS0Q (ORCPT ); Wed, 31 Aug 2011 14:26:16 -0400 Received: from hqemgate03.nvidia.com ([216.228.121.140]:18439 "EHLO hqemgate03.nvidia.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750753Ab1HaS0N convert rfc822-to-8bit (ORCPT ); Wed, 31 Aug 2011 14:26:13 -0400 X-PGP-Universal: processed; by hqnvupgp08.nvidia.com on Wed, 31 Aug 2011 11:25:55 -0700 From: Stephen Warren To: Grant Likely CC: Russell King , Arnd Bergmann , "devicetree-discuss@lists.ozlabs.org" , "linux-tegra@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Belisko Marek , Jamie Iles , Shawn Guo , Sergei Shtylyov , Linus Walleij , Colin Cross , Erik Gilling , Olof Johansson Date: Wed, 31 Aug 2011 11:25:52 -0700 Subject: RE: [PATCH v3 06/13] dt: add empty for_each_child_of_node, of_find_property Thread-Topic: [PATCH v3 06/13] dt: add empty for_each_child_of_node, of_find_property Thread-Index: AcxjgOLqxM+UdHhgSYSh4D5it7cLXwEikm2Q Message-ID: <74CDBE0F657A3D45AFBB94109FB122FF04B327A062@HQMAIL01.nvidia.com> References: <1314315824-9687-1-git-send-email-swarren@nvidia.com> <1314315824-9687-7-git-send-email-swarren@nvidia.com> In-Reply-To: <1314315824-9687-7-git-send-email-swarren@nvidia.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Stephen Warren wrote at Thursday, August 25, 2011 5:44 PM: > The patch adds a couple empty functions for non-dt build, so that > drivers migrating to dt can save some '#ifdef CONFIG_OF'. > > Signed-off-by: Stephen Warren Grant, is there any chance you could apply this one patch without waiting for the whole series; I just realized that the SDHCI controller changes I published yesterday rely on this patch to compile. While I did compile- check them without CONFIG_OF, I also had this patch in that branch and didn't notice the problem. Thanks. -- nvpublic From mboxrd@z Thu Jan 1 00:00:00 1970 From: swarren@nvidia.com (Stephen Warren) Date: Wed, 31 Aug 2011 11:25:52 -0700 Subject: [PATCH v3 06/13] dt: add empty for_each_child_of_node, of_find_property In-Reply-To: <1314315824-9687-7-git-send-email-swarren@nvidia.com> References: <1314315824-9687-1-git-send-email-swarren@nvidia.com> <1314315824-9687-7-git-send-email-swarren@nvidia.com> Message-ID: <74CDBE0F657A3D45AFBB94109FB122FF04B327A062@HQMAIL01.nvidia.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Stephen Warren wrote at Thursday, August 25, 2011 5:44 PM: > The patch adds a couple empty functions for non-dt build, so that > drivers migrating to dt can save some '#ifdef CONFIG_OF'. > > Signed-off-by: Stephen Warren Grant, is there any chance you could apply this one patch without waiting for the whole series; I just realized that the SDHCI controller changes I published yesterday rely on this patch to compile. While I did compile- check them without CONFIG_OF, I also had this patch in that branch and didn't notice the problem. Thanks. -- nvpublic