linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
@ 2014-07-28  9:45 Roger Quadros
  2014-07-29  9:01 ` Tony Lindgren
  2014-07-29  9:15 ` Roger Quadros
  0 siblings, 2 replies; 6+ messages in thread
From: Roger Quadros @ 2014-07-28  9:45 UTC (permalink / raw)
  To: linux-arm-kernel

This driver is needed by SATA, PCIe and USB modules on TI SoCs.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 5348364..e411a37 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -368,6 +368,7 @@ CONFIG_PWM=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
 CONFIG_OMAP_USB2=y
+CONFIG_TI_PIPE3=y
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_EXT4_FS=y
 CONFIG_VFAT_FS=y
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
  2014-07-28  9:45 [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver Roger Quadros
@ 2014-07-29  9:01 ` Tony Lindgren
  2014-07-29  9:15 ` Roger Quadros
  1 sibling, 0 replies; 6+ messages in thread
From: Tony Lindgren @ 2014-07-29  9:01 UTC (permalink / raw)
  To: linux-arm-kernel

* Roger Quadros <rogerq@ti.com> [140728 02:48]:
> This driver is needed by SATA, PCIe and USB modules on TI SoCs.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>

You need to send this to arm at kernel.org to avoid conflicts.

Acked-by: Tony Lindgren <tony@atomide.com>

> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
> index 5348364..e411a37 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -368,6 +368,7 @@ CONFIG_PWM=y
>  CONFIG_PWM_TEGRA=y
>  CONFIG_PWM_VT8500=y
>  CONFIG_OMAP_USB2=y
> +CONFIG_TI_PIPE3=y
>  CONFIG_PHY_SUN4I_USB=y
>  CONFIG_EXT4_FS=y
>  CONFIG_VFAT_FS=y
> -- 
> 1.8.3.2
> 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
  2014-07-28  9:45 [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver Roger Quadros
  2014-07-29  9:01 ` Tony Lindgren
@ 2014-07-29  9:15 ` Roger Quadros
  2014-07-30 19:52   ` Olof Johansson
  1 sibling, 1 reply; 6+ messages in thread
From: Roger Quadros @ 2014-07-29  9:15 UTC (permalink / raw)
  To: linux-arm-kernel

This driver is needed by SATA, PCIe and USB modules on TI SoCs.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 5348364..e411a37 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -368,6 +368,7 @@ CONFIG_PWM=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
 CONFIG_OMAP_USB2=y
+CONFIG_TI_PIPE3=y
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_EXT4_FS=y
 CONFIG_VFAT_FS=y
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
  2014-07-29  9:15 ` Roger Quadros
@ 2014-07-30 19:52   ` Olof Johansson
  2014-08-01 11:25     ` [REBASED PATCH] " Roger Quadros
  0 siblings, 1 reply; 6+ messages in thread
From: Olof Johansson @ 2014-07-30 19:52 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jul 29, 2014 at 12:15:28PM +0300, Roger Quadros wrote:
> This driver is needed by SATA, PCIe and USB modules on TI SoCs.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> Acked-by: Tony Lindgren <tony@atomide.com>

What's this based on? It doesn't apply on top of next/defconfig. Please
base it on there and resend. (or linux-next or our for-next branch, which
should be all the same).

Thanks,

-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [REBASED PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
  2014-07-30 19:52   ` Olof Johansson
@ 2014-08-01 11:25     ` Roger Quadros
  2014-08-03  3:24       ` Olof Johansson
  0 siblings, 1 reply; 6+ messages in thread
From: Roger Quadros @ 2014-08-01 11:25 UTC (permalink / raw)
  To: linux-arm-kernel

From: Roger Quadros <rogerq@ti.com>

This driver is needed by SATA, PCIe and USB modules on TI SoCs.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 8403b9c..18fb2aa 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -383,6 +383,7 @@ CONFIG_PWM=y
 CONFIG_PWM_TEGRA=y
 CONFIG_PWM_VT8500=y
 CONFIG_OMAP_USB2=y
+CONFIG_TI_PIPE3=y
 CONFIG_PHY_MIPHY365X=y
 CONFIG_PHY_SUN4I_USB=y
 CONFIG_EXT4_FS=y
-- 
1.8.3.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [REBASED PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver
  2014-08-01 11:25     ` [REBASED PATCH] " Roger Quadros
@ 2014-08-03  3:24       ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2014-08-03  3:24 UTC (permalink / raw)
  To: linux-arm-kernel

On Fri, Aug 01, 2014 at 02:25:04PM +0300, Roger Quadros wrote:
> From: Roger Quadros <rogerq@ti.com>
> 
> This driver is needed by SATA, PCIe and USB modules on TI SoCs.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> Acked-by: Tony Lindgren <tony@atomide.com>

Thanks, applied.


-Olof

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-08-03  3:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-28  9:45 [PATCH] ARM: multi_v7_defconfig: Enable TI PIPE3 PHY driver Roger Quadros
2014-07-29  9:01 ` Tony Lindgren
2014-07-29  9:15 ` Roger Quadros
2014-07-30 19:52   ` Olof Johansson
2014-08-01 11:25     ` [REBASED PATCH] " Roger Quadros
2014-08-03  3:24       ` Olof Johansson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).