From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756057AbdDMDrI (ORCPT ); Wed, 12 Apr 2017 23:47:08 -0400 Received: from mail-pg0-f68.google.com ([74.125.83.68]:33800 "EHLO mail-pg0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755987AbdDMDrG (ORCPT ); Wed, 12 Apr 2017 23:47:06 -0400 Subject: Re: [PATCH v2 0/3] of: Make of_match_node() an inline stub for CONFIG_OF=n To: Florian Fainelli , linux-kernel@vger.kernel.org References: <20170412044156.17351-1-f.fainelli@gmail.com> Cc: andrew@lunn.ch, vivien.didelot@savoirfairelinux.com, Lee Jones , Nicolas Ferre , Rob Herring , "open list:NETWORKING DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" From: Frank Rowand Message-ID: <58EEF4A2.9070003@gmail.com> Date: Wed, 12 Apr 2017 20:46:42 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <20170412044156.17351-1-f.fainelli@gmail.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/11/17 21:41, Florian Fainelli wrote: > Hi all, > > This patch series makes of_match_node() an inline stub for CONFIG_OF=n. kbuild > reported two build errors which are fixed as preriquisite patches. > > This is based on Linus' master, not sure which tree would merge this, Frank's? It would come in via Rob. I am not comfortable with patch 3/3 at this moment. Version 1 of the patch resulted in two errors from the kbuild test robot. This version results in another error from the kbuild test robot. I know it is a lot of work, but please look at all of the callers of of_match_node() and check whether any of the other callers will have the same type of error that the kbuild test robot is catching. -Frank > > Thanks! > > Florian Fainelli (3): > mfd: max8998: Remove CONFIG_OF around max8998_dt_match > net: macb: Remove CONFIG_OF around DT match table > of: Make of_match_node() an inline stub for CONFIG_OF=n > > drivers/mfd/max8998.c | 2 -- > drivers/net/ethernet/cadence/macb.c | 2 -- > include/linux/of.h | 6 +++++- > 3 files changed, 5 insertions(+), 5 deletions(-) > From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frank Rowand Subject: Re: [PATCH v2 0/3] of: Make of_match_node() an inline stub for CONFIG_OF=n Date: Wed, 12 Apr 2017 20:46:42 -0700 Message-ID: <58EEF4A2.9070003@gmail.com> References: <20170412044156.17351-1-f.fainelli@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: andrew-g2DYL2Zd6BY@public.gmane.org, vivien.didelot-4ysUXcep3aM1wj+D4I0NRVaTQe2KTcn/@public.gmane.org, Lee Jones , Nicolas Ferre , Rob Herring , "open list:NETWORKING DRIVERS" , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE" To: Florian Fainelli , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Return-path: In-Reply-To: <20170412044156.17351-1-f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: netdev.vger.kernel.org On 04/11/17 21:41, Florian Fainelli wrote: > Hi all, > > This patch series makes of_match_node() an inline stub for CONFIG_OF=n. kbuild > reported two build errors which are fixed as preriquisite patches. > > This is based on Linus' master, not sure which tree would merge this, Frank's? It would come in via Rob. I am not comfortable with patch 3/3 at this moment. Version 1 of the patch resulted in two errors from the kbuild test robot. This version results in another error from the kbuild test robot. I know it is a lot of work, but please look at all of the callers of of_match_node() and check whether any of the other callers will have the same type of error that the kbuild test robot is catching. -Frank > > Thanks! > > Florian Fainelli (3): > mfd: max8998: Remove CONFIG_OF around max8998_dt_match > net: macb: Remove CONFIG_OF around DT match table > of: Make of_match_node() an inline stub for CONFIG_OF=n > > drivers/mfd/max8998.c | 2 -- > drivers/net/ethernet/cadence/macb.c | 2 -- > include/linux/of.h | 6 +++++- > 3 files changed, 5 insertions(+), 5 deletions(-) > -- 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