Re: [PATCH] mach-s3c64xx:Fix error handling for certain calls to s3c_gpio_cfgpin_range in the file dev-audio.c

2015-09-16 Thread Krzysztof Kozlowski
On 17.09.2015 10:51, Nicholas Krause wrote: > This fixes error handling for calls to the function > s3c_gpio_cfgpin_range in the file dev-audio.c that > assume calls to this particular function always run > successfully to properly check now if these calls > fail by returning a error code and if so

Re: [PATCH v2 0/7] Add support for Exynos SROM Controller driver

2015-09-16 Thread Kukjin Kim
On 08/24/15 17:02, Pankaj Dubey wrote: > This patch set adds support for Exynos SROM controller DT based driver. > Currently SROM register sets are used only during S2R, so driver > basically added for taking care of S2R. It will help us in removing > static mapping from exynos.c and other extra co

Re: [PATCH] ARM: dts: Fix LEDs on exynos5422-odroidxu3

2015-09-16 Thread Kukjin Kim
On 09/17/15 08:09, Kukjin Kim wrote: > On 09/02/15 23:48, Krzysztof Kozlowski wrote: >> The LEDs on Odroid XU3 family boards could not properly probe because PWM >> outputs were reduced only to PWM for fan. Fix this to: >> - Odroid XU3 and XU3-Lite: 4 outputs (although the PWM for MIPI >>proba

Re: [PATCH] ARM: dts: Fix LEDs on exynos5422-odroidxu3

2015-09-16 Thread Kukjin Kim
On 09/02/15 23:48, Krzysztof Kozlowski wrote: > The LEDs on Odroid XU3 family boards could not properly probe because PWM > outputs were reduced only to PWM for fan. Fix this to: > - Odroid XU3 and XU3-Lite: 4 outputs (although the PWM for MIPI >probably is redundant because board does not hav

Re: [PATCH] cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs

2015-09-16 Thread Kukjin Kim
On 09/09/15 10:14, Rafael J. Wysocki wrote: > On Tuesday, September 08, 2015 07:02:12 PM Bartlomiej Zolnierkiewicz wrote: >> CONFIG_PM ifdefs are superfluous and can be removed. > > I guess Kukjin can apply this one? > Applied, thanks. - Kukjin -- To unsubscribe from this list: send the line "un

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

2015-09-16 Thread Kukjin Kim
On 09/15/15 09:02, Krzysztof Kozlowski wrote: > On 14.09.2015 21:04, 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

Re: [PATCH v2] ARM: dts: Fix LEDs on exynos5422-odroidxu3

2015-09-16 Thread Kukjin Kim
On 09/16/15 08:54, Krzysztof Kozlowski wrote: > On 16.09.2015 08:35, Kukjin Kim wrote: >> On 09/13/15 18:32, Krzysztof Kozlowski wrote: >>> The LEDs on Odroid XU3 family boards could not properly probe because PWM >>> outputs were reduced only to PWM for fan. Fix it for Odroid XU3 and >>> XU3-Lite

Re: [PATCH v4 0/4] cpufreq-dt: add suspend frequency support

2015-09-16 Thread Kukjin Kim
On 09/08/15 14:10, Viresh Kumar wrote: > On 08-09-15, 13:48, Krzysztof Kozlowski wrote: >> Somehow my mind stuck on solving Exynos4x12 cpufreq issues. >> >> Right, it should go through Rafael's, probably except DTS patch (4/4) >> because it depends on previous DTS changes. These changes are still i

[PATCH v2 7/7] usb: dwc2: refactor common low-level hw code to platform.c

2015-09-16 Thread Marek Szyprowski
DWC2 module on some platforms needs three additional hardware resources: phy controller, clock and power supply. All of them must be enabled/activated to properly initialize and operate. This was initially handled in s3c-hsotg driver, which has been converted to 'gadget' part of dwc2 driver. Unfort

Re: [PATCH RESEND v6 0/3] dts: thermal: Odroid U3: Provide support for Odroid U3 fan

2015-09-16 Thread Krzysztof Kozlowski
2015-09-16 20:00 GMT+09:00 Thomas Pietrowski : > Will this patchset be released with 4.3.x? No, although Kukjin applied it but it did not reach arm-soc for v4.3. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to maj

Re: [PATCH RESEND v6 0/3] dts: thermal: Odroid U3: Provide support for Odroid U3 fan

2015-09-16 Thread Thomas Pietrowski
Will this patchset be released with 4.3.x? 2015-08-11 15:07 GMT+02:00 Lukasz Majewski : > Presented patches add support for Odroid's U3 optional CPU FAN, which uses PWM > subsystem for low level control. > > This patch is a resend of previously send series: > https://lkml.org/lkml/2015/3/4/726 > >

Re: [PATCH 5/7] [media] use v4l2_get_timestamp where possible

2015-09-16 Thread Sylwester Nawrocki
On 15/09/15 17:49, Arnd Bergmann wrote: > This is a preparation for a change to the type of v4l2 timestamps. > v4l2_get_timestamp() is a helper function that reads the monotonic > time and stores it into a 'struct timeval'. Multiple drivers implement > the same thing themselves for historic reasons

Re: [PATCH 4/7] [media] exynos4-is: use monotonic timestamps as advertized

2015-09-16 Thread Sylwester Nawrocki
On 15/09/15 17:49, Arnd Bergmann wrote: > The exynos4 fimc capture driver claims to use monotonic > timestamps but calls ktime_get_real_ts(). This is both > an incorrect API use, and a bad idea because of the y2038 > problem and the fact that the wall clock time is not reliable > for timestamps acr

Re: [PATCH 6/7] [RFC] [media]: v4l2: introduce v4l2_timeval

2015-09-16 Thread Arnd Bergmann
On Wednesday 16 September 2015 10:12:00 Hans Verkuil wrote: > > Are you also attending the ELCE in Dublin? We could have a quick talk there. > I think the discussion whether to switch to a new v4l2_buffer struct isn't > really > dependent on anything y2038. No, unfortunately I won't be there. C

[PATCH 6/6] pinctrl: samsung: Remove unneded semicolon

2015-09-16 Thread Javier Martinez Canillas
It's not needed an is just creating a null statement, so remove it. Signed-off-by: Javier Martinez Canillas --- drivers/pinctrl/samsung/pinctrl-exynos5440.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pinctrl/samsung/pinctrl-exynos5440.c b/drivers/pinctrl/samsu

[PATCH 0/6] pinctrl: Remove unneded semicolons in drivers

2015-09-16 Thread Javier Martinez Canillas
Hello Linus, This series contains trivial patches that removes unneeded semicolons in pinctrl drivers. These are clearly typo errors and are just creating null statements. Best regards, Javier Javier Martinez Canillas (6): pinctrl: tz1090: Remove unneded semicolons pinctrl: tz1090-pdc: Remo

Re: [PATCH 6/7] [RFC] [media]: v4l2: introduce v4l2_timeval

2015-09-16 Thread Hans Verkuil
On 09/16/2015 09:56 AM, Arnd Bergmann wrote: > On Wednesday 16 September 2015 08:51:14 Hans Verkuil wrote: > >>> a) Similar to my first attempt, define a new struct v4l2_timeval, but >>>only use it when building with a y2038-aware libc, so we don't break >>>existing environments: >>> >>>

Re: [PATCH 6/7] [RFC] [media]: v4l2: introduce v4l2_timeval

2015-09-16 Thread Arnd Bergmann
On Wednesday 16 September 2015 08:51:14 Hans Verkuil wrote: > > a) Similar to my first attempt, define a new struct v4l2_timeval, but > >only use it when building with a y2038-aware libc, so we don't break > >existing environments: > > > > /* some compile-time conditional that we firs