Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-09 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/09/2015 02:06 AM, Krzysztof Kozlowski wrote: > On 08.09.2015 22:32, Javier Martinez Canillas wrote: > > (...) > >> >>> Let me rephrase my question into: >>> 1. What is worth enabling in exynos_defconfig? USB devices? I would >>> argue, except they are needed to boot. >>

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-09 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/09/2015 02:06 AM, Krzysztof Kozlowski wrote: > On 08.09.2015 22:32, Javier Martinez Canillas wrote: > > (...) > >> >>> Let me rephrase my question into: >>> 1. What is worth enabling in exynos_defconfig? USB devices? I would >>> argue, except they are needed to boot. >>

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
On 08.09.2015 22:32, Javier Martinez Canillas wrote: (...) > >> Let me rephrase my question into: >> 1. What is worth enabling in exynos_defconfig? USB devices? I would >> argue, except they are needed to boot. > > Ok, I understand your concern. The question is where we draw the line. > >>

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/08/2015 03:12 PM, Krzysztof Kozlowski wrote: > W dniu 08.09.2015 o 17:40, Javier Martinez Canillas pisze: >> [adding Bartlomiej to cc] >> >> Hello Krzysztof, >> >> On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: >>> On 08.09.2015 06:45, Javier Martinez Canillas wrote:

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
W dniu 08.09.2015 o 17:40, Javier Martinez Canillas pisze: > [adding Bartlomiej to cc] > > Hello Krzysztof, > > On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: >> On 08.09.2015 06:45, Javier Martinez Canillas wrote: >>> The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Javier Martinez Canillas
[adding Bartlomiej to cc] Hello Krzysztof, On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: > On 08.09.2015 06:45, Javier Martinez Canillas wrote: >> The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in >> Silicon Motion USB UVC WebCam. Enable support for the USB Video Class

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
On 08.09.2015 06:45, Javier Martinez Canillas wrote: > The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in > Silicon Motion USB UVC WebCam. Enable support for the USB Video Class > driver and its needed media Kconfig symbols so the camera is supported. > > Signed-off-by:

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
On 08.09.2015 06:45, Javier Martinez Canillas wrote: > The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in > Silicon Motion USB UVC WebCam. Enable support for the USB Video Class > driver and its needed media Kconfig symbols so the camera is supported. > > Signed-off-by:

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Javier Martinez Canillas
[adding Bartlomiej to cc] Hello Krzysztof, On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: > On 08.09.2015 06:45, Javier Martinez Canillas wrote: >> The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in >> Silicon Motion USB UVC WebCam. Enable support for the USB Video Class

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Javier Martinez Canillas
Hello Krzysztof, On 09/08/2015 03:12 PM, Krzysztof Kozlowski wrote: > W dniu 08.09.2015 o 17:40, Javier Martinez Canillas pisze: >> [adding Bartlomiej to cc] >> >> Hello Krzysztof, >> >> On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: >>> On 08.09.2015 06:45, Javier Martinez Canillas wrote:

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
W dniu 08.09.2015 o 17:40, Javier Martinez Canillas pisze: > [adding Bartlomiej to cc] > > Hello Krzysztof, > > On 09/08/2015 10:11 AM, Krzysztof Kozlowski wrote: >> On 08.09.2015 06:45, Javier Martinez Canillas wrote: >>> The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in

Re: [PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-08 Thread Krzysztof Kozlowski
On 08.09.2015 22:32, Javier Martinez Canillas wrote: (...) > >> Let me rephrase my question into: >> 1. What is worth enabling in exynos_defconfig? USB devices? I would >> argue, except they are needed to boot. > > Ok, I understand your concern. The question is where we draw the line. > >>

[PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-07 Thread Javier Martinez Canillas
The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in Silicon Motion USB UVC WebCam. Enable support for the USB Video Class driver and its needed media Kconfig symbols so the camera is supported. Signed-off-by: Javier Martinez Canillas --- arch/arm/configs/exynos_defconfig |

[PATCH] ARM: exynos_defconfig: Enable USB Video Class support

2015-09-07 Thread Javier Martinez Canillas
The Exynos5420 Peach Pit and Exynos5800 Peach Pi boards have a built-in Silicon Motion USB UVC WebCam. Enable support for the USB Video Class driver and its needed media Kconfig symbols so the camera is supported. Signed-off-by: Javier Martinez Canillas ---