All of lore.kernel.org
 help / color / mirror / Atom feed
From: kishon@ti.com (Kishon Vijay Abraham I)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] phy: miphy365x: Select GENERIC_PHY rather than depends on
Date: Fri, 12 Sep 2014 11:33:07 +0530	[thread overview]
Message-ID: <54128C9B.10904@ti.com> (raw)
In-Reply-To: <1410457647-14086-1-git-send-email-peter.griffin@linaro.org>

Hi,

On Thursday 11 September 2014 11:17 PM, Peter Griffin wrote:
> Change miphy365x over to select GENERIC_PHY like all other phy drivers.

A patch for this by Lee Jones has already been merged and should come up in
this -rc cycle.

Thanks
Kishon
> Also update the help message as the new stih410 SoC doesn't have this
> phy (it is very similar to sti407), so the stih41x naming is sadly no
> longer correct.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>  drivers/phy/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
> index d361d98..68bfe07 100644
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -39,14 +39,14 @@ config PHY_MVEBU_SATA
>  	select GENERIC_PHY
>  
>  config PHY_MIPHY365X
> -	tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
> +	tristate "STMicroelectronics MIPHY365X PHY driver for STiH415/6 series"
>  	depends on ARCH_STI
> -	depends on GENERIC_PHY
>  	depends on HAS_IOMEM
>  	depends on OF
> +	select GENERIC_PHY
>  	help
>  	  Enable this to support the miphy transceiver (for SATA/PCIE)
> -	  that is part of STMicroelectronics STiH41x SoC series.
> +	  that is part of STMicroelectronics STiH415/6 SoC series.
>  
>  config OMAP_CONTROL_PHY
>  	tristate "OMAP CONTROL PHY Driver"
> 

WARNING: multiple messages have this Message-ID (diff)
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Peter Griffin <peter.griffin@linaro.org>,
	<linux-arm-kernel@lists.infradead.org>,
	<linux-kernel@vger.kernel.org>, <b.zolnierkie@samsung.com>,
	<srinivas.kandagatla@gmail.com>, <maxime.coquelin@st.com>,
	<patrice.chotard@st.com>, <lee.jones@linaro.org>
Subject: Re: [PATCH] phy: miphy365x: Select GENERIC_PHY rather than depends on
Date: Fri, 12 Sep 2014 11:33:07 +0530	[thread overview]
Message-ID: <54128C9B.10904@ti.com> (raw)
In-Reply-To: <1410457647-14086-1-git-send-email-peter.griffin@linaro.org>

Hi,

On Thursday 11 September 2014 11:17 PM, Peter Griffin wrote:
> Change miphy365x over to select GENERIC_PHY like all other phy drivers.

A patch for this by Lee Jones has already been merged and should come up in
this -rc cycle.

Thanks
Kishon
> Also update the help message as the new stih410 SoC doesn't have this
> phy (it is very similar to sti407), so the stih41x naming is sadly no
> longer correct.
> 
> Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
> ---
>  drivers/phy/Kconfig | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
> index d361d98..68bfe07 100644
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -39,14 +39,14 @@ config PHY_MVEBU_SATA
>  	select GENERIC_PHY
>  
>  config PHY_MIPHY365X
> -	tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
> +	tristate "STMicroelectronics MIPHY365X PHY driver for STiH415/6 series"
>  	depends on ARCH_STI
> -	depends on GENERIC_PHY
>  	depends on HAS_IOMEM
>  	depends on OF
> +	select GENERIC_PHY
>  	help
>  	  Enable this to support the miphy transceiver (for SATA/PCIE)
> -	  that is part of STMicroelectronics STiH41x SoC series.
> +	  that is part of STMicroelectronics STiH415/6 SoC series.
>  
>  config OMAP_CONTROL_PHY
>  	tristate "OMAP CONTROL PHY Driver"
> 

  reply	other threads:[~2014-09-12  6:03 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-11 17:47 [PATCH] phy: miphy365x: Select GENERIC_PHY rather than depends on Peter Griffin
2014-09-11 17:47 ` Peter Griffin
2014-09-12  6:03 ` Kishon Vijay Abraham I [this message]
2014-09-12  6:03   ` Kishon Vijay Abraham I

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=54128C9B.10904@ti.com \
    --to=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.