All of lore.kernel.org
 help / color / mirror / Atom feed
From: sebastian.hesselbarth@gmail.com (Sebastian Hesselbarth)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] phy: berlin_usb: depends on RESET_CONTROLLER
Date: Tue, 18 Nov 2014 20:39:10 +0100	[thread overview]
Message-ID: <546BA05E.4090605@gmail.com> (raw)
In-Reply-To: <1416231192-27056-2-git-send-email-antoine.tenart@free-electrons.com>

On 17.11.2014 14:33, Antoine Tenart wrote:
> The Berlin USB PHY driver uses the Berlin reset controller
> unconditionally. Make it depending on RESET_CONTROLLER.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

> ---
>   drivers/phy/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
> index b6da75f563e7..38ca6ff00aef 100644
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -17,7 +17,7 @@ config GENERIC_PHY
>
>   config PHY_BERLIN_USB
>   	tristate "Marvell Berlin USB PHY Driver"
> -	depends on ARCH_BERLIN && HAS_IOMEM && OF
> +	depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
>   	select GENERIC_PHY
>   	help
>   	  Enable this to support the USB PHY on Marvell Berlin SoCs.
>

WARNING: multiple messages have this Message-ID (diff)
From: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
To: Antoine Tenart <antoine.tenart@free-electrons.com>,
	kishon@ti.com, p.zabel@pengutronix.de
Cc: arnd@arndb.de, alexandre.belloni@free-electrons.com,
	thomas.petazzoni@free-electrons.com, zmxu@marvell.com,
	jszhang@marvell.com, linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] phy: berlin_usb: depends on RESET_CONTROLLER
Date: Tue, 18 Nov 2014 20:39:10 +0100	[thread overview]
Message-ID: <546BA05E.4090605@gmail.com> (raw)
In-Reply-To: <1416231192-27056-2-git-send-email-antoine.tenart@free-electrons.com>

On 17.11.2014 14:33, Antoine Tenart wrote:
> The Berlin USB PHY driver uses the Berlin reset controller
> unconditionally. Make it depending on RESET_CONTROLLER.
>
> Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

> ---
>   drivers/phy/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
> index b6da75f563e7..38ca6ff00aef 100644
> --- a/drivers/phy/Kconfig
> +++ b/drivers/phy/Kconfig
> @@ -17,7 +17,7 @@ config GENERIC_PHY
>
>   config PHY_BERLIN_USB
>   	tristate "Marvell Berlin USB PHY Driver"
> -	depends on ARCH_BERLIN && HAS_IOMEM && OF
> +	depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
>   	select GENERIC_PHY
>   	help
>   	  Enable this to support the USB PHY on Marvell Berlin SoCs.
>


  reply	other threads:[~2014-11-18 19:39 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-17 13:33 [PATCH 0/2] ARM: berlin: let RESET_CONTROLLER be user-selectable Antoine Tenart
2014-11-17 13:33 ` Antoine Tenart
2014-11-17 13:33 ` [PATCH 1/2] phy: berlin_usb: depends on RESET_CONTROLLER Antoine Tenart
2014-11-17 13:33   ` Antoine Tenart
2014-11-18 19:39   ` Sebastian Hesselbarth [this message]
2014-11-18 19:39     ` Sebastian Hesselbarth
2014-11-19  6:09     ` Kishon Vijay Abraham I
2014-11-19  6:09       ` Kishon Vijay Abraham I
2014-11-20 21:46       ` Sebastian Hesselbarth
2014-11-20 21:46         ` Sebastian Hesselbarth
2014-11-20 21:55       ` Sebastian Hesselbarth
2014-11-20 21:55         ` Sebastian Hesselbarth
2014-11-20 21:59       ` Sebastian Hesselbarth
2014-11-20 21:59         ` Sebastian Hesselbarth
2014-11-17 13:33 ` [PATCH 2/2] ARM: berlin: do not select RESET_CONTROLLER Antoine Tenart
2014-11-17 13:33   ` Antoine Tenart
2014-11-18 19:28   ` Sebastian Hesselbarth
2014-11-18 19:28     ` Sebastian Hesselbarth

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=546BA05E.4090605@gmail.com \
    --to=sebastian.hesselbarth@gmail.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.