All of lore.kernel.org
 help / color / mirror / Atom feed
From: David Daney <david.s.daney@gmail.com>
To: David Miller <davem@davemloft.net>
Cc: ddaney.cavm@gmail.com, grant.likely@secretlab.ca,
	rob.herring@calxeda.com, devicetree-discuss@lists.ozlabs.org,
	netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-mips@linux-mips.org, afleming@gmail.com,
	galak@kernel.crashing.org, david.daney@cavium.com
Subject: Re: [PATCH v5 2/3] netdev/of/phy: Add MDIO bus multiplexer support.
Date: Sat, 21 Apr 2012 14:25:51 -0700	[thread overview]
Message-ID: <4F9325DF.7020003@gmail.com> (raw)
In-Reply-To: <20120421.153201.2103447307695063734.davem@davemloft.net>

On 04/21/2012 12:32 PM, David Miller wrote:
> From: David Daney<ddaney.cavm@gmail.com>
> Date: Wed, 18 Apr 2012 16:20:53 -0700
>
>> +config MDIO_BUS_MUX
>> +	tristate
>> +	help
>> +	  This module provides a driver framework for MDIO bus
>> +	  multiplexers which connect one of several child MDIO busses
>> +	  to a parent bus.  Switching between child busses is done by
>> +	  device specific drivers.
>> +
> This driver uses OF and OF_MDIO, and therefore need dependencies upon
> them.  Otherwise it can be enabled in configurations which will result
> in build failures.

Note that this symbol cannot be selected by the user, only indirectly 
via the MDIO_BUS_MUX_GPIO symbol (in patch 3/3) which has the proper 
dependencies.

If we were to specify the dependencies in both places, we gain nothing other than duplication of information.

However, if you insist, I will of course add it here too.

David Daney

  reply	other threads:[~2012-04-21 21:26 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-18 23:20 [PATCH v5 0/3] netdev/of/phy: MDIO bus multiplexer support David Daney
2012-04-18 23:20 ` David Daney
2012-04-18 23:20 ` [PATCH v5 1/3] netdev/of/phy: New function: of_mdio_find_bus() David Daney
2012-04-18 23:20   ` David Daney
2012-04-18 23:20   ` David Daney
2012-04-18 23:20 ` [PATCH v5 2/3] netdev/of/phy: Add MDIO bus multiplexer support David Daney
2012-04-21 19:32   ` David Miller
2012-04-21 21:25     ` David Daney [this message]
2012-04-21 23:03       ` David Miller
2012-04-23 16:41         ` David Daney
2012-04-18 23:20 ` [PATCH v5 3/3] netdev/of/phy: Add MDIO bus multiplexer driven by GPIO lines David Daney
2012-04-18 23:20   ` David Daney

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=4F9325DF.7020003@gmail.com \
    --to=david.s.daney@gmail.com \
    --cc=afleming@gmail.com \
    --cc=davem@davemloft.net \
    --cc=david.daney@cavium.com \
    --cc=ddaney.cavm@gmail.com \
    --cc=devicetree-discuss@lists.ozlabs.org \
    --cc=galak@kernel.crashing.org \
    --cc=grant.likely@secretlab.ca \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mips@linux-mips.org \
    --cc=netdev@vger.kernel.org \
    --cc=rob.herring@calxeda.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.