Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Krzysztof Kozlowski
On Thu, Sep 28, 2017 at 12:43 PM, Linus Lüssing wrote: > Hi Krzysztof, > > Thanks for your quick reply! > > On Thu, Sep 28, 2017 at 08:21:26AM +0200, Krzysztof Kozlowski wrote: >> [...] >> Anyway please define this as a module (unless it can't... but it >> worked in my

Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Krzysztof Kozlowski
On Thu, Sep 28, 2017 at 12:43 PM, Linus Lüssing wrote: > Hi Krzysztof, > > Thanks for your quick reply! > > On Thu, Sep 28, 2017 at 08:21:26AM +0200, Krzysztof Kozlowski wrote: >> [...] >> Anyway please define this as a module (unless it can't... but it >> worked in my case). > > In that case you

Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Linus Lüssing
Hi Krzysztof, Thanks for your quick reply! On Thu, Sep 28, 2017 at 08:21:26AM +0200, Krzysztof Kozlowski wrote: > [...] > Anyway please define this as a module (unless it can't... but it > worked in my case). In that case you used an initrd, right? I see various cases of USB built-ins, like

Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Linus Lüssing
Hi Krzysztof, Thanks for your quick reply! On Thu, Sep 28, 2017 at 08:21:26AM +0200, Krzysztof Kozlowski wrote: > [...] > Anyway please define this as a module (unless it can't... but it > worked in my case). In that case you used an initrd, right? I see various cases of USB built-ins, like

Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Krzysztof Kozlowski
On Thu, Sep 28, 2017 at 4:40 AM, Linus Lüssing wrote: > The Odroid U3 (Exynos 4412 based) for instance needs this driver, > otherwise its USB hub will not come up. > > exynos_defconfig already has this enabled as built-in, too. So > just doing the same here in

Re: [PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-28 Thread Krzysztof Kozlowski
On Thu, Sep 28, 2017 at 4:40 AM, Linus Lüssing wrote: > The Odroid U3 (Exynos 4412 based) for instance needs this driver, > otherwise its USB hub will not come up. > > exynos_defconfig already has this enabled as built-in, too. So > just doing the same here in multi_v7_defconfig. > >

[PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-27 Thread Linus Lüssing
The Odroid U3 (Exynos 4412 based) for instance needs this driver, otherwise its USB hub will not come up. exynos_defconfig already has this enabled as built-in, too. So just doing the same here in multi_v7_defconfig. Signed-off-by: Linus Lüssing --- Thanks to Tobias

[PATCH] ARM: multi_v7_defconfig: Enable USB3503 driver

2017-09-27 Thread Linus Lüssing
The Odroid U3 (Exynos 4412 based) for instance needs this driver, otherwise its USB hub will not come up. exynos_defconfig already has this enabled as built-in, too. So just doing the same here in multi_v7_defconfig. Signed-off-by: Linus Lüssing --- Thanks to Tobias Jakobi, who indirectly made