All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support
@ 2012-08-08 22:06 Fabio Estevam
  2012-08-09  5:45 ` Dirk Behme
  2012-08-10  9:04 ` Sascha Hauer
  0 siblings, 2 replies; 4+ messages in thread
From: Fabio Estevam @ 2012-08-08 22:06 UTC (permalink / raw)
  To: linux-arm-kernel

From: Fabio Estevam <fabio.estevam@freescale.com>

Add Chipidea USB driver support.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 arch/arm/configs/imx_v6_v7_defconfig |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
index f725b96..5f6138d 100644
--- a/arch/arm/configs/imx_v6_v7_defconfig
+++ b/arch/arm/configs/imx_v6_v7_defconfig
@@ -179,6 +179,9 @@ CONFIG_SND_SOC_IMX_MC13783=y
 CONFIG_USB=y
 CONFIG_USB_EHCI_HCD=y
 CONFIG_USB_EHCI_MXC=y
+CONFIG_USB_CHIPIDEA=y
+CONFIG_USB_CHIPIDEA_HOST=y
+CONFIG_USB_MXS_PHY=y
 CONFIG_USB_STORAGE=y
 CONFIG_MMC=y
 CONFIG_MMC_SDHCI=y
-- 
1.7.1

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

* [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support
  2012-08-08 22:06 [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support Fabio Estevam
@ 2012-08-09  5:45 ` Dirk Behme
  2012-08-09  6:32   ` Sascha Hauer
  2012-08-10  9:04 ` Sascha Hauer
  1 sibling, 1 reply; 4+ messages in thread
From: Dirk Behme @ 2012-08-09  5:45 UTC (permalink / raw)
  To: linux-arm-kernel

On 09.08.2012 00:06, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Add Chipidea USB driver support.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> ---
>  arch/arm/configs/imx_v6_v7_defconfig |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index f725b96..5f6138d 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -179,6 +179,9 @@ CONFIG_SND_SOC_IMX_MC13783=y
>  CONFIG_USB=y
>  CONFIG_USB_EHCI_HCD=y
>  CONFIG_USB_EHCI_MXC=y
> +CONFIG_USB_CHIPIDEA=y
> +CONFIG_USB_CHIPIDEA_HOST=y
> +CONFIG_USB_MXS_PHY=y
>  CONFIG_USB_STORAGE=y
>  CONFIG_MMC=y
>  CONFIG_MMC_SDHCI=y

I'm not sure if we still need

CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_MXC=y

or if this can be removed? Besides this:

Acked-by: Dirk Behme <dirk.behme@de.bosch.com>

Thanks

Dirk

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

* [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support
  2012-08-09  5:45 ` Dirk Behme
@ 2012-08-09  6:32   ` Sascha Hauer
  0 siblings, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-08-09  6:32 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Aug 09, 2012 at 07:45:19AM +0200, Dirk Behme wrote:
> On 09.08.2012 00:06, Fabio Estevam wrote:
> >From: Fabio Estevam <fabio.estevam@freescale.com>
> >
> >Add Chipidea USB driver support.
> >
> >Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
> >---
> > arch/arm/configs/imx_v6_v7_defconfig |    3 +++
> > 1 files changed, 3 insertions(+), 0 deletions(-)
> >
> >diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> >index f725b96..5f6138d 100644
> >--- a/arch/arm/configs/imx_v6_v7_defconfig
> >+++ b/arch/arm/configs/imx_v6_v7_defconfig
> >@@ -179,6 +179,9 @@ CONFIG_SND_SOC_IMX_MC13783=y
> > CONFIG_USB=y
> > CONFIG_USB_EHCI_HCD=y
> > CONFIG_USB_EHCI_MXC=y
> >+CONFIG_USB_CHIPIDEA=y
> >+CONFIG_USB_CHIPIDEA_HOST=y
> >+CONFIG_USB_MXS_PHY=y
> > CONFIG_USB_STORAGE=y
> > CONFIG_MMC=y
> > CONFIG_MMC_SDHCI=y
> 
> I'm not sure if we still need
> 
> CONFIG_USB_EHCI_HCD=y
> CONFIG_USB_EHCI_MXC=y
> 
> or if this can be removed? Besides this:

It is still needed for the non devicetree platforms.

Sascha


-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

* [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support
  2012-08-08 22:06 [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support Fabio Estevam
  2012-08-09  5:45 ` Dirk Behme
@ 2012-08-10  9:04 ` Sascha Hauer
  1 sibling, 0 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-08-10  9:04 UTC (permalink / raw)
  To: linux-arm-kernel

On Wed, Aug 08, 2012 at 07:06:29PM -0300, Fabio Estevam wrote:
> From: Fabio Estevam <fabio.estevam@freescale.com>
> 
> Add Chipidea USB driver support.
> 
> Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>

Applied, thanks (to the defconfig branch btw)

Sascha

> ---
>  arch/arm/configs/imx_v6_v7_defconfig |    3 +++
>  1 files changed, 3 insertions(+), 0 deletions(-)
> 
> diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig
> index f725b96..5f6138d 100644
> --- a/arch/arm/configs/imx_v6_v7_defconfig
> +++ b/arch/arm/configs/imx_v6_v7_defconfig
> @@ -179,6 +179,9 @@ CONFIG_SND_SOC_IMX_MC13783=y
>  CONFIG_USB=y
>  CONFIG_USB_EHCI_HCD=y
>  CONFIG_USB_EHCI_MXC=y
> +CONFIG_USB_CHIPIDEA=y
> +CONFIG_USB_CHIPIDEA_HOST=y
> +CONFIG_USB_MXS_PHY=y
>  CONFIG_USB_STORAGE=y
>  CONFIG_MMC=y
>  CONFIG_MMC_SDHCI=y
> -- 
> 1.7.1
> 
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

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

end of thread, other threads:[~2012-08-10  9:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-08 22:06 [PATCH] ARM: imx_v6_v7_defconfig: Add Chipidea USB driver support Fabio Estevam
2012-08-09  5:45 ` Dirk Behme
2012-08-09  6:32   ` Sascha Hauer
2012-08-10  9:04 ` Sascha Hauer

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.