All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viresh Kumar <viresh.kumar@linaro.org>
To: Vivek Gautam <gautam.vivek@samsung.com>
Cc: vireshk@kernel.org, shiraz.linux.kernel@gmail.com, kishon@ti.com,
	heiko@sntech.de, maxime.ripard@free-electrons.com, wens@csie.org,
	linux@arm.linux.org.uk, linux-arm-kernel@lists.infradead.org,
	spear-devel@list.st.com, linux-kernel@vger.kernel.org,
	linux-rockchip@lists.infradead.org, linux-usb@vger.kernel.org,
	linux-samsung-soc@vger.kernel.org, linux-omap@vger.kernel.org,
	cpgs@samsung.com
Subject: Re: [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency
Date: Fri, 1 Apr 2016 17:12:26 +0530	[thread overview]
Message-ID: <20160401114226.GD2987@vireshk-i7> (raw)
In-Reply-To: <1459510156-9147-2-git-send-email-gautam.vivek@samsung.com>

On 01-04-16, 16:59, Vivek Gautam wrote:
> mach-spear enables PHY_ST_SPEAR1310_MIPHY and
> PHY_ST_SPEAR1340_MIPHY, which now fall under PHY_PLAT
> config. So select CONFIG_PHY_PLAT as well to resolve
> dependencies.
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
> ---
>  arch/arm/mach-spear/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
> index ea9ea95..c0a62fd 100644
> --- a/arch/arm/mach-spear/Kconfig
> +++ b/arch/arm/mach-spear/Kconfig
> @@ -29,6 +29,7 @@ if ARCH_SPEAR13XX
>  config MACH_SPEAR1310
>  	bool "SPEAr1310 Machine support with Device Tree"
>  	select PINCTRL_SPEAR1310
> +	select PHY_PLAT
>  	select PHY_ST_SPEAR1310_MIPHY
>  	help
>  	  Supports ST SPEAr1310 machine configured via the device-tree
> @@ -36,6 +37,7 @@ config MACH_SPEAR1310
>  config MACH_SPEAR1340
>  	bool "SPEAr1340 Machine support with Device Tree"
>  	select PINCTRL_SPEAR1340
> +	select PHY_PLAT
>  	select PHY_ST_SPEAR1340_MIPHY
>  	help
>  	  Supports ST SPEAr1340 machine configured via the device-tree

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

WARNING: multiple messages have this Message-ID (diff)
From: viresh.kumar@linaro.org (Viresh Kumar)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency
Date: Fri, 1 Apr 2016 17:12:26 +0530	[thread overview]
Message-ID: <20160401114226.GD2987@vireshk-i7> (raw)
In-Reply-To: <1459510156-9147-2-git-send-email-gautam.vivek@samsung.com>

On 01-04-16, 16:59, Vivek Gautam wrote:
> mach-spear enables PHY_ST_SPEAR1310_MIPHY and
> PHY_ST_SPEAR1340_MIPHY, which now fall under PHY_PLAT
> config. So select CONFIG_PHY_PLAT as well to resolve
> dependencies.
> 
> Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
> Cc: Shiraz Hashim <shiraz.linux.kernel@gmail.com>
> ---
>  arch/arm/mach-spear/Kconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
> index ea9ea95..c0a62fd 100644
> --- a/arch/arm/mach-spear/Kconfig
> +++ b/arch/arm/mach-spear/Kconfig
> @@ -29,6 +29,7 @@ if ARCH_SPEAR13XX
>  config MACH_SPEAR1310
>  	bool "SPEAr1310 Machine support with Device Tree"
>  	select PINCTRL_SPEAR1310
> +	select PHY_PLAT
>  	select PHY_ST_SPEAR1310_MIPHY
>  	help
>  	  Supports ST SPEAr1310 machine configured via the device-tree
> @@ -36,6 +37,7 @@ config MACH_SPEAR1310
>  config MACH_SPEAR1340
>  	bool "SPEAr1340 Machine support with Device Tree"
>  	select PINCTRL_SPEAR1340
> +	select PHY_PLAT
>  	select PHY_ST_SPEAR1340_MIPHY
>  	help
>  	  Supports ST SPEAr1340 machine configured via the device-tree

Acked-by: Viresh Kumar <viresh.kumar@linaro.org>

-- 
viresh

  reply	other threads:[~2016-04-01 11:42 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-04-01 11:29 [PATCH 1/2] phy: Group vendor specific phy drivers Vivek Gautam
2016-04-01 11:29 ` Vivek Gautam
2016-04-01 11:29 ` Vivek Gautam
2016-04-01 11:29 ` [PATCH 2/2] arm: mach-spear: Enable PHY_PLAT to meet dependency Vivek Gautam
2016-04-01 11:29   ` Vivek Gautam
2016-04-01 11:29   ` Vivek Gautam
2016-04-01 11:42   ` Viresh Kumar [this message]
2016-04-01 11:42     ` Viresh Kumar
2016-04-01 11:39 ` [PATCH 1/2] phy: Group vendor specific phy drivers Viresh Kumar
2016-04-01 11:39   ` Viresh Kumar
2016-04-01 12:52   ` Vivek Gautam
2016-04-01 12:52     ` Vivek Gautam
2016-04-01 11:42 ` Maxime Ripard
2016-04-01 11:42   ` Maxime Ripard
2016-04-01 12:51   ` Vivek Gautam
2016-04-01 12:51     ` Vivek Gautam
2016-04-01 13:05 ` Kishon Vijay Abraham I
2016-04-01 13:05   ` Kishon Vijay Abraham I
2016-04-01 13:05   ` Kishon Vijay Abraham I
2016-04-01 13:35   ` Vivek Gautam
2016-04-01 13:35     ` Vivek Gautam
2016-04-06 12:51     ` Kishon Vijay Abraham I
2016-04-06 12:51       ` Kishon Vijay Abraham I
2016-04-06 12:51       ` Kishon Vijay Abraham I
2016-04-06 13:48       ` Vivek Gautam
2016-04-06 13:48         ` Vivek Gautam
2016-04-06 13:48         ` Vivek Gautam
2016-04-01 15:16 ` Heiko Stuebner
2016-04-01 15:16   ` Heiko Stuebner
2016-04-01 15:16   ` Heiko Stuebner
2016-04-01 15:31 ` kbuild test robot
2016-04-01 15:31   ` kbuild test robot
2016-04-01 15:31   ` kbuild test robot
2016-04-05  4:54   ` Vivek Gautam
2016-04-05  4:54     ` Vivek Gautam
2016-04-05  4:54     ` Vivek Gautam
2016-04-03  6:05 ` Krzysztof Kozlowski
2016-04-03  6:05   ` Krzysztof Kozlowski
2016-04-05  4:52   ` Vivek Gautam
2016-04-05  4:52     ` Vivek Gautam

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=20160401114226.GD2987@vireshk-i7 \
    --to=viresh.kumar@linaro.org \
    --cc=cpgs@samsung.com \
    --cc=gautam.vivek@samsung.com \
    --cc=heiko@sntech.de \
    --cc=kishon@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=linux-rockchip@lists.infradead.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=linux-usb@vger.kernel.org \
    --cc=linux@arm.linux.org.uk \
    --cc=maxime.ripard@free-electrons.com \
    --cc=shiraz.linux.kernel@gmail.com \
    --cc=spear-devel@list.st.com \
    --cc=vireshk@kernel.org \
    --cc=wens@csie.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.