Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers

2015-08-27 Thread Javier Martinez Canillas
Hello Andrey, On 08/27/2015 02:20 PM, Andrey Ryabinin wrote: 2015-08-27 13:34 GMT+03:00 Javier Martinez Canillas jav...@osg.samsung.com: These platform drivers have a platform device ID table but the module alias information is not created so module autoloading will not work. Signed-off-by:

Re: [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common

2015-08-27 Thread Krzysztof Kozlowski
W dniu 27.08.2015 o 18:29, Jaehoon Chung pisze: Currently vmmc's property is wrong. If it needs to control two supplies, then it has to use vmmc/vqmmc-supply. (Card supply power and I/O Line supply Power.) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com ---

Re: [PATCH 00/14] drm/exynos: rewrite fimg2d error handling

2015-08-27 Thread Emil Velikov
Hi Tobias, On 24 August 2015 at 15:13, Tobias Jakobi tjak...@math.uni-bielefeld.de wrote: Hello, during the discussion about the last patchset touching the fimg2d code, it became apparent that the error handling for the command submission is currently unsatisfactory. This series rewrites

Re: drm/exynos: g2d userptr memory corruption

2015-08-27 Thread Tobias Jakobi
Tobias Jakobi wrote: Next I looked into Jerome's question about whethere the G2D is cache coherent with the CPU. I looked into old Android code and found FIMG2D_AXI_MODE_REG, a register that currently isn't touched in the DRM code. It seems to manipulate signals to the AXI Master interface.

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, August 25, 2015 05:09:32 PM Lorenzo Pieralisi wrote: On Tue, Aug 25, 2015 at 03:35:29PM +0100, Bartlomiej Zolnierkiewicz wrote: [ added Lorenzo and linux-pm to Cc: ] Hi, On Tuesday, August 25, 2015 11:43:38 AM Javier Martinez Canillas wrote: [adding Kevin

Re: drm/exynos: g2d userptr memory corruption

2015-08-27 Thread Tobias Jakobi
Hello, I did some further investigation into this issue. I extended my test application to also cover GEM/GEM and GEM/userptr transfers, and also putting GEM allocation flags into the mix. You can find the current version here:

Re: [PATCH v3] irqchip: kill off set_irq_flags usage

2015-08-27 Thread Thomas Gleixner
On Wed, 26 Aug 2015, Rob Herring wrote: Everything except this patch, sh, gpu, and final removal of set_irq_flags in arm/arm64 are in -next. There don't appear to be any new users either. Can you apply this patch and these 2 now so they have some time in -next:

Re: [PATCH 00/14] drm/exynos: rewrite fimg2d error handling

2015-08-27 Thread Tobias Jakobi
Hey Emil, Emil Velikov wrote: Hi Tobias, On 24 August 2015 at 15:13, Tobias Jakobi tjak...@math.uni-bielefeld.de wrote: Hello, during the discussion about the last patchset touching the fimg2d code, it became apparent that the error handling for the command submission is currently

Re: [PATCH RESEND] clk: s5pv210: add missing call to samsung_clk_of_add_provider()

2015-08-27 Thread Michael Turquette
Quoting Tomasz Figa (2015-08-12 02:00:17) 2015-08-12 17:58 GMT+09:00 Marek Szyprowski m.szyprow...@samsung.com: Commit d5e136a21b2028fb1f45143ea7112d5869bfc6c7 (clk: samsung: Register clk provider only after registering its all clocks, merged to v3.17-rc1) modified a way that driver

Re: [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common

2015-08-27 Thread Jaehoon Chung
On 08/27/2015 09:26 PM, Krzysztof Kozlowski wrote: W dniu 27.08.2015 o 18:29, Jaehoon Chung pisze: Currently vmmc's property is wrong. If it needs to control two supplies, then it has to use vmmc/vqmmc-supply. (Card supply power and I/O Line supply Power.) Signed-off-by: Jaehoon Chung

Re: [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common

2015-08-27 Thread Krzysztof Kozlowski
On 28.08.2015 10:48, Jaehoon Chung wrote: On 08/27/2015 09:26 PM, Krzysztof Kozlowski wrote: W dniu 27.08.2015 o 18:29, Jaehoon Chung pisze: Currently vmmc's property is wrong. If it needs to control two supplies, then it has to use vmmc/vqmmc-supply. (Card supply power and I/O Line supply

Re: [PATCH 1/7] phy: exynos-usb2: add vbus regulator support

2015-08-27 Thread Kishon Vijay Abraham I
Hi, On Tuesday 25 August 2015 11:42 AM, Krzysztof Kozlowski wrote: On 25.08.2015 14:47, Marek Szyprowski wrote: Hello, On 2015-08-21 14:44, Kishon Vijay Abraham I wrote: On Friday 21 August 2015 06:08 PM, Marek Szyprowski wrote: Exynos USB2 PHY has separate power supply, which is usually

Re: [PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common

2015-08-27 Thread Javier Martinez Canillas
Hello Jaehoon, On 08/27/2015 11:29 AM, Jaehoon Chung wrote: Currently vmmc's property is wrong. If it needs to control two supplies, then it has to use vmmc/vqmmc-supply. (Card supply power and I/O Line supply Power.) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com ---

[PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers

2015-08-27 Thread Javier Martinez Canillas
These platform drivers have a platform device ID table but the module alias information is not created so module autoloading will not work. Signed-off-by: Javier Martinez Canillas jav...@osg.samsung.com --- drivers/rtc/rtc-ab8500.c | 1 + drivers/rtc/rtc-max8997.c | 1 + drivers/rtc/rtc-s5m.c

[PATCH] ARM: dts: use vqmmc-supply of emmc/sd for exynos4412-odroid-common

2015-08-27 Thread Jaehoon Chung
Currently vmmc's property is wrong. If it needs to control two supplies, then it has to use vmmc/vqmmc-supply. (Card supply power and I/O Line supply Power.) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com --- arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 7 --- 1 file changed, 4

Re: [PATCH 03/11] drm/exynos: add prepare and cleanup phases for planes

2015-08-27 Thread Inki Dae
On 2015년 08월 27일 00:45, Gustavo Padovan wrote: Hi Inki, 2015-08-24 Inki Dae inki@samsung.com: On 2015년 08월 16일 01:26, Gustavo Padovan wrote: From: Gustavo Padovan gustavo.pado...@collabora.co.uk .prepare_plane() and .cleanup_plane() allows to perform extra operations before and

Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers

2015-08-27 Thread Andrey Ryabinin
2015-08-27 13:34 GMT+03:00 Javier Martinez Canillas jav...@osg.samsung.com: These platform drivers have a platform device ID table but the module alias information is not created so module autoloading will not work. Signed-off-by: Javier Martinez Canillas jav...@osg.samsung.com ---

Re: [PATCH] rtc: Fix module autoload for rtc-{ab8500,max8997,s5m} drivers

2015-08-27 Thread Krzysztof Kozlowski
On 27.08.2015 19:34, Javier Martinez Canillas wrote: These platform drivers have a platform device ID table but the module alias information is not created so module autoloading will not work. Signed-off-by: Javier Martinez Canillas jav...@osg.samsung.com --- drivers/rtc/rtc-ab8500.c