mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Arun Parameswaran <aparames@broadcom.com>
To: kbuild test robot <lkp@intel.com>,
	Arun Parameswaran <arunp@broadcom.com>
Cc: "kbuild-all@01.org" <kbuild-all@01.org>,
	Florian Fainelli <f.fainelli@gmail.com>,
	"David S. Miller" <davem@davemloft.net>,
	"netdev@vger.kernel.org" <netdev@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	bcm-kernel-feedback-list <bcm-kernel-feedback-list@broadcom.com>
Subject: Re: [PATCH v2 4/5] net: phy: Broadcom Cygnus internal Etherent PHY driver
Date: Tue, 6 Oct 2015 11:56:06 -0700	[thread overview]
Message-ID: <56141946.4090801@broadcom.com> (raw)
In-Reply-To: <201510011203.PcAeqiTE%fengguang.wu@intel.com>



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


  reply	other threads:[~2015-10-06 18:55 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-01  0:16 [PATCH v2 0/5] Add support for Broadcom's iProc MDIO and Cygnus Ethernet PHY Arun Parameswaran
2015-10-01  0:16 ` [PATCH v2 1/5] dt-bindings: net: Broadcom iProc MDIO bus driver device tree binding Arun Parameswaran
2015-10-01  0:16 ` [PATCH v2 2/5] net: phy: Broadcom iProc MDIO bus driver Arun Parameswaran
2015-10-01  0:16 ` [PATCH v2 3/5] net: phy: Add Broadcom phy library for common interfaces Arun Parameswaran
2015-10-01  0:16 ` [PATCH v2 4/5] net: phy: Broadcom Cygnus internal Etherent PHY driver Arun Parameswaran
2015-10-01  4:04   ` kbuild test robot
2015-10-06 18:56     ` Arun Parameswaran [this message]
2015-10-01  0:16 ` [PATCH v2 5/5] net: phy: bcm7xxx: Modified to use global core register defines Arun Parameswaran

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=56141946.4090801@broadcom.com \
    --to=aparames@broadcom.com \
    --cc=arunp@broadcom.com \
    --cc=bcm-kernel-feedback-list@broadcom.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=f.fainelli@gmail.com \
    --cc=kbuild-all@01.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lkp@intel.com \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome