[PATCH -next] ASoC: samsung: Fix return value check in s3c2412_iis_dev_probe()

2014-07-19 Thread weiyj_lk
From: Wei Yongjun In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Also remove redundant return value check of platform_get_resource(). Signed-off-by: Wei Yongjun --- sound

[PATCH -next] ASoC: samsung: Fix return value check in s3c24xx_iis_dev_probe()

2014-07-19 Thread weiyj_lk
From: Wei Yongjun In case of error, the function devm_ioremap_resource() returns ERR_PTR() and never returns NULL. The NULL test in the return value check should be replaced with IS_ERR(). Also remove redundant return value check of platform_get_resource(). Signed-off-by: Wei Yongjun --- sound

Re: [GIT PULL 5/5] Samsung DT updates for v3.17

2014-07-19 Thread Olof Johansson
On Sat, Jul 19, 2014 at 09:53:05AM +0900, Kukjin Kim wrote: > The following changes since commit 7171511eaec5bf23fb06078f59784a3a0626b38f: > > Linux 3.16-rc1 (2014-06-15 17:45:28 -1000) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-s

Re: [GIT PULL 4/5] Samsung exynos_mct update for v3.17

2014-07-19 Thread Olof Johansson
On Sat, Jul 19, 2014 at 09:52:52AM +0900, Kukjin Kim wrote: > Note that this is also based on 3.16-rc5 because of dependency with > previous samsung fixes including exynos_mct already merged in > mainline during -rc. > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab:

Re: [GIT PULL 3/5] Samsung exynos cpuidle update for v3.17

2014-07-19 Thread Olof Johansson
On Sat, Jul 19, 2014 at 09:52:41AM +0900, Kukjin Kim wrote: > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-s

Re: [GIT PULL 2/5] Samsung cleanup for v3.17

2014-07-19 Thread Olof Johansson
On Sat, Jul 19, 2014 at 09:52:09AM +0900, Kukjin Kim wrote: > Note that this is based on 3.16-rc5 because of dependency with > previous samsung fixes already merged in mainline during -rc. > > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-

Re: [GIT PULL 1/5] Samsung non-critical-fixes for v3.17

2014-07-19 Thread Olof Johansson
On Sat, Jul 19, 2014 at 09:51:45AM +0900, Kukjin Kim wrote: > The following changes since commit 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-s

Re: [PATCH v7 0/6] cpufreq: use generic cpufreq drivers for exynos platforms

2014-07-19 Thread Tobias Jakobi
Tomasz Figa wrote: > Tobias, > > On 19.07.2014 21:20, Tobias Jakobi wrote: >> Hello, >> >> I have a question concerning an older version of this patchset, the one >> which still included exynos4x12 support and where the clocking data was >> provided through DT. >> >> I tried to get this working fo

[PATCH 2/3] exynos: replace G2D_DOUBLE_TO_FIXED macro with documented function

2014-07-19 Thread Tobias Jakobi
This also avoids the floating point conversion steps and just uses pure integer arithmetic. Also the G2D hardware scaling factor is a bit unintuitive, so explain it in the function. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c | 19 ++- exynos/fimg2d.h| 2 --

[PATCH 3/3] tests/exynos: fix typos and change wording

2014-07-19 Thread Tobias Jakobi
No functional changes. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c| 8 tests/exynos/exynos_fimg2d_test.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/exynos/exynos_fimg2d.c b/exynos/exynos_fimg2d.c index 435a88d..61b4f94 100644 --- a/e

[libdrm/exynos] small fixes and enhancements for the g2d

2014-07-19 Thread Tobias Jakobi
Hello, this is a resend of the patches I posted a while back. Patches touch the exynos part of libdrm, in particular the g2d part. No big changes, just small stuff. Please review and let me know if I should change anything! Thanks, Tobias -- To unsubscribe from this list: send the line "unsubsc

[PATCH 1/3] tests/exynos: fimg2d: add a checkerboard test

2014-07-19 Thread Tobias Jakobi
This makes it easier to see corruption which e.g. occurs when using the userptr functionality to copy buffers allocated via plain malloc. One of the reasons why this is currently just used with GEM buffer mode. Signed-off-by: Tobias Jakobi --- tests/exynos/exynos_fimg2d_test.c | 117

[exynos/g2d] enable g2d block on more SoCs

2014-07-19 Thread Tobias Jakobi
Currently there is just a compatibility string for exynos5250, but the G2D also works satisfactory on my exynos4412. Since the block is the same (HW version 4.1), introduce exynos4212-g2d which can be used for the G2D on the exynos4 series SoCs. -- To unsubscribe from this list: send the line "uns

[PATCH] drm/exynos: g2d: add exynos4212 as a compatible device.

2014-07-19 Thread Tobias Jakobi
From: Alban Browaeys Signed-off-by: Tobias Jakobi --- drivers/gpu/drm/exynos/exynos_drm_g2d.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/exynos/exynos_drm_g2d.c b/drivers/gpu/drm/exynos/exynos_drm_g2d.c index 8001587..5fa1bb6 100644 --- a/drivers/gpu/drm/exynos/exynos_

Re: [PATCH v7 0/6] cpufreq: use generic cpufreq drivers for exynos platforms

2014-07-19 Thread Tomasz Figa
Tobias, On 19.07.2014 21:20, Tobias Jakobi wrote: > Hello, > > I have a question concerning an older version of this patchset, the one > which still included exynos4x12 support and where the clocking data was > provided through DT. > > I tried to get this working for my ODROID-X2, which does wor

Re: [PATCH v7 0/6] cpufreq: use generic cpufreq drivers for exynos platforms

2014-07-19 Thread Tobias Jakobi
Hello, I have a question concerning an older version of this patchset, the one which still included exynos4x12 support and where the clocking data was provided through DT. I tried to get this working for my ODROID-X2, which does work well, including the usage of the boost frequences. Since the X2

Re: [PATCH v7 6/6] cpufreq: exynos: remove exynos4210/5250 specific cpufreq driver support

2014-07-19 Thread Tomasz Figa
Hi, On 14.07.2014 15:38, Thomas Abraham wrote: > From: Thomas Abraham > > Exynos4210 and Exynos5250 based platforms have switched over to use generic > cpufreq drivers for cpufreq functionality. So the Exynos specific cpufreq > drivers for these platforms can be removed. > > Signed-off-by: Thom

Re: [PATCH v7 5/6] ARM: Exynos: switch to using generic cpufreq driver for exynos4210/5250/5420

2014-07-19 Thread Tomasz Figa
On 14.07.2014 15:38, Thomas Abraham wrote: > From: Thomas Abraham > > Remove the platform device instantiation for exynos cpufreq driver and add the > platform device for generic cpufreq drivers. > > Cc: Kukjin Kim > Signed-off-by: Thomas Abraham > Acked-by: Viresh Kumar > Reviewed-by: Amit D

Re: [PATCH v7 4/6] ARM: dts: Exynos: add cpu nodes, opp and cpu clock configuration data

2014-07-19 Thread Tomasz Figa
Hi Thomas, Please see my comments inline. On 14.07.2014 15:38, Thomas Abraham wrote: > From: Thomas Abraham > > For Exynos 4210/5250/5420 based platforms, add CPU nodes, operating points and > cpu clock data for migrating from Exynos specific cpufreq driver to using > generic cpufreq drivers.

Re: [GIT PULL] Samsung fixes-4 for v3.16

2014-07-19 Thread Tomasz Figa
Hi Kukjin, On 19.07.2014 01:34, Kukjin Kim wrote: > Hi, > > This is a regression for v3.16 so please take this in -rc. > > Thanks, > Kukjin > > The following changes since commit > 1795cd9b3a91d4b5473c97f491d63892442212ab: > > Linux 3.16-rc5 (2014-07-13 14:04:33 -0700) > > are available in

Re: [PATCH v7 3/6] clk: exynos: use cpu-clock provider type to represent arm clock

2014-07-19 Thread Tomasz Figa
Hi Thomas, Please see my comments inline. On 14.07.2014 15:38, Thomas Abraham wrote: > From: Thomas Abraham > > Register cpu clocks using the new cpu-clock provider type for exynos > platforms. > The differnt clock blocks that are now encapsulated within the cpu-clock can > be > marked with r

Re: [PATCH v7 2/6] clk: samsung: register exynos5420 apll/kpll configuration data

2014-07-19 Thread Tomasz Figa
On 14.07.2014 15:38, Thomas Abraham wrote: > From: Thomas Abraham > > Register the PLL configuration data for APLL and KPLL on Exynos5420. This > configuration data table specifies PLL coefficients for supported PLL > clock speeds when a 24MHz clock is supplied as the input clock source > for the

Re: [PATCH v7 1/6] clk: samsung: add infrastructure to register cpu clocks

2014-07-19 Thread Tomasz Figa
Hi Thomas, Please see my comments inline. On 14.07.2014 15:38, Thomas Abraham wrote: [snip] > diff --git a/drivers/clk/samsung/clk-cpu.c b/drivers/clk/samsung/clk-cpu.c > new file mode 100644 > index 000..0d62968 > --- /dev/null > +++ b/drivers/clk/samsung/clk-cpu.c > @@ -0,0 +1,576 @@ >

Re: [PATCH 0/7] Exynos4: enable HDMI support for Odroid and UniversalC210

2014-07-19 Thread Inki Dae
2014-07-01 17:10 GMT+09:00 Marek Szyprowski : > Hello, > > This is a long awaited patch series enabling support for HDMI output > available on Exynos4412-based Odroid boards (X/X2/U2/U3/U3+) and > Exynos4210 Universal C210 board. > > This patch consists of 3 groups of patches, which are aimed to be