All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board
       [not found] <CGME20171003101344eucas1p25f8a9b77aea2931e022eb213c14afd27@eucas1p2.samsung.com>
@ 2017-10-03 10:13 ` Marek Szyprowski
  2017-10-04 17:20   ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Marek Szyprowski @ 2017-10-03 10:13 UTC (permalink / raw)
  To: linux-samsung-soc
  Cc: Marek Szyprowski, Krzysztof Kozlowski, Bartlomiej Zolnierkiewicz

Odroid HC1 board has built-in JMicron USB to SATA bridge, which supports
UAS protocol. Enable support for it to make sure that all built-in storage
devices are available. Enable it as module to keep in line with multi_v7
policy to enable drivers as build-in only if they are critical for boot
process. On Odroid HC1 the kernel itself has to be still read from the
SD-card, so assume that modules/initrd is also accessible there.

Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.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 90f546766f38..83b4e3a5e574 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -689,6 +689,7 @@ CONFIG_USB_OHCI_EXYNOS=m
 CONFIG_USB_R8A66597_HCD=m
 CONFIG_USB_RENESAS_USBHS=m
 CONFIG_USB_STORAGE=y
+CONFIG_USB_UAS=m
 CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_SUNXI=m
 CONFIG_USB_DWC3=y
-- 
2.14.2

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

* Re: [PATCH] ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board
  2017-10-03 10:13 ` [PATCH] ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board Marek Szyprowski
@ 2017-10-04 17:20   ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2017-10-04 17:20 UTC (permalink / raw)
  To: Marek Szyprowski; +Cc: linux-samsung-soc, Bartlomiej Zolnierkiewicz

On Tue, Oct 03, 2017 at 12:13:32PM +0200, Marek Szyprowski wrote:
> Odroid HC1 board has built-in JMicron USB to SATA bridge, which supports
> UAS protocol. Enable support for it to make sure that all built-in storage
> devices are available. Enable it as module to keep in line with multi_v7
> policy to enable drivers as build-in only if they are critical for boot
> process. On Odroid HC1 the kernel itself has to be still read from the
> SD-card, so assume that modules/initrd is also accessible there.
> 
> Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 

Thanks, applied.

Best regards,
Krzysztof

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

end of thread, other threads:[~2017-10-04 17:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CGME20171003101344eucas1p25f8a9b77aea2931e022eb213c14afd27@eucas1p2.samsung.com>
2017-10-03 10:13 ` [PATCH] ARM: multi_v7_defconfig: Enable UAS support for Odroid HC1 board Marek Szyprowski
2017-10-04 17:20   ` Krzysztof Kozlowski

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.