All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: bcm2835: enable USB_DWC2_HOST in defconfig
@ 2014-09-17  1:52 Stephen Warren
  2014-09-25 21:29 ` Arnd Bergmann
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Warren @ 2014-09-17  1:52 UTC (permalink / raw)
  To: linux-arm-kernel

From: Lubomir Rintel <lkundrak@v3.sk>

It broke when host was moved into a separate module, in 47a1685 ("usb:
dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory"),

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
---
These two patches are all I expect to have for RPi for 3.18, so I figure
it's easiest to just forward them on to you rather than sending tiny pull
requests.

 arch/arm/configs/bcm2835_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/bcm2835_defconfig b/arch/arm/configs/bcm2835_defconfig
index 0302d29..31cb073 100644
--- a/arch/arm/configs/bcm2835_defconfig
+++ b/arch/arm/configs/bcm2835_defconfig
@@ -98,6 +98,7 @@ CONFIG_LEDS_TRIGGER_TRANSIENT=y
 CONFIG_LEDS_TRIGGER_CAMERA=y
 CONFIG_STAGING=y
 CONFIG_USB_DWC2=y
+CONFIG_USB_DWC2_HOST=y
 # CONFIG_IOMMU_SUPPORT is not set
 CONFIG_EXT2_FS=y
 CONFIG_EXT2_FS_XATTR=y
-- 
1.9.1

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

* [PATCH] ARM: bcm2835: enable USB_DWC2_HOST in defconfig
  2014-09-17  1:52 [PATCH] ARM: bcm2835: enable USB_DWC2_HOST in defconfig Stephen Warren
@ 2014-09-25 21:29 ` Arnd Bergmann
  0 siblings, 0 replies; 2+ messages in thread
From: Arnd Bergmann @ 2014-09-25 21:29 UTC (permalink / raw)
  To: linux-arm-kernel

On Wednesday 17 September 2014, Stephen Warren wrote:
> From: Lubomir Rintel <lkundrak@v3.sk>
> 
> It broke when host was moved into a separate module, in 47a1685 ("usb:
> dwc2/s3c-hsotg: move s3c-hsotg into dwc2 directory"),
> 
> Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
> Signed-off-by: Stephen Warren <swarren@wwwdotorg.org>
> ---
> These two patches are all I expect to have for RPi for 3.18, so I figure
> it's easiest to just forward them on to you rather than sending tiny pull
> requests.
> 

Applied to next/defconfig.

BTW, I wonder if we should add a multi_v6_defconfig that has this and other
platforms enabled, or possibly a multi_v6plus_defconfig that is also a superset
of multi_v7_defconfig. Nothing to worry about on your end, but it seems
weird to have it for v7 and v5 but not v6.

	Arnd

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

end of thread, other threads:[~2014-09-25 21:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-17  1:52 [PATCH] ARM: bcm2835: enable USB_DWC2_HOST in defconfig Stephen Warren
2014-09-25 21:29 ` Arnd Bergmann

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.