From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Parameswaran Subject: Re: [PATCH v2 4/5] net: phy: Broadcom Cygnus internal Etherent PHY driver Date: Tue, 6 Oct 2015 11:56:06 -0700 Message-ID: <56141946.4090801@broadcom.com> References: <201510011203.PcAeqiTE%fengguang.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <201510011203.PcAeqiTE%fengguang.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: kbuild test robot , Arun Parameswaran Cc: "kbuild-all-JC7UmRfGjtg@public.gmane.org" , Florian Fainelli , "David S. Miller" , "netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , bcm-kernel-feedback-list List-Id: devicetree@vger.kernel.org On 15-09-30 09:04 PM, kbuild test robot wrote: > Hi Arun, > > [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] > > config: um-allyesconfig (attached as .config) > reproduce: > git checkout 0560b94805aa3bb38439b4f72b776d85d2aac394 > # save the attached .config to linux build tree > make ARCH=um > > All warnings (new ones prefixed by >>): > > warning: (BCM_CYGNUS_PHY) selects MDIO_BCM_IPROC which has unmet direct dependencies (NETDEVICES && PHYLIB && (ARCH_BCM_IPROC || COMPILE_TEST) && HAS_IOMEM && OF_MDIO) Fixing this warning. Changing from 'select MDIO_BCM_IPROC' to using 'depends on MDIO_BCM_IPROC' in the Cygnus PHY driver. > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation -- 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 S1752960AbbJFSza (ORCPT ); Tue, 6 Oct 2015 14:55:30 -0400 Received: from mail-gw3-out.broadcom.com ([216.31.210.64]:36238 "EHLO mail-gw3-out.broadcom.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752313AbbJFSz2 (ORCPT ); Tue, 6 Oct 2015 14:55:28 -0400 X-IronPort-AV: E=Sophos;i="5.17,645,1437462000"; d="scan'208";a="76761883" Message-ID: <56141946.4090801@broadcom.com> Date: Tue, 6 Oct 2015 11:56:06 -0700 From: Arun Parameswaran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.8.0 MIME-Version: 1.0 To: kbuild test robot , Arun Parameswaran CC: "kbuild-all@01.org" , Florian Fainelli , "David S. Miller" , "netdev@vger.kernel.org" , "devicetree@vger.kernel.org" , "linux-kernel@vger.kernel.org" , bcm-kernel-feedback-list Subject: Re: [PATCH v2 4/5] net: phy: Broadcom Cygnus internal Etherent PHY driver References: <201510011203.PcAeqiTE%fengguang.wu@intel.com> In-Reply-To: <201510011203.PcAeqiTE%fengguang.wu@intel.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 15-09-30 09:04 PM, kbuild test robot wrote: > Hi Arun, > > [auto build test results on v4.3-rc3 -- if it's inappropriate base, please ignore] > > config: um-allyesconfig (attached as .config) > reproduce: > git checkout 0560b94805aa3bb38439b4f72b776d85d2aac394 > # save the attached .config to linux build tree > make ARCH=um > > All warnings (new ones prefixed by >>): > > warning: (BCM_CYGNUS_PHY) selects MDIO_BCM_IPROC which has unmet direct dependencies (NETDEVICES && PHYLIB && (ARCH_BCM_IPROC || COMPILE_TEST) && HAS_IOMEM && OF_MDIO) Fixing this warning. Changing from 'select MDIO_BCM_IPROC' to using 'depends on MDIO_BCM_IPROC' in the Cygnus PHY driver. > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://lists.01.org/pipermail/kbuild-all Intel Corporation