Re: [PATCH v8 12/12] V4L: Add driver for s5k4e5 image sensor

2013-09-16 Thread Arun Kumar K
Hi Philipp, +Example: + + i2c-isp@1313 { + s5k4e5@20 { + compatible = samsung,s5k4e5; + reg = 0x20; + gpios = gpx1 2 1; This probably should be 'reset-gpios', too. Yes thats right. I missed updating the

Re: [PATCH RFC 2/7] mem2mem_testdev: Use mem-to-mem ioctl and vb2 helpers

2013-09-16 Thread Philipp Zabel
Hi Sylwester, Am Sonntag, den 15.09.2013, 22:58 +0200 schrieb Sylwester Nawrocki: Hi Philipp, On 09/13/2013 03:08 PM, Philipp Zabel wrote: Am Freitag, den 13.09.2013, 14:56 +0200 schrieb Sylwester Nawrocki: [...] @@ -865,6 +793,7 @@ static int queue_init(void *priv, struct vb2_queue

[PATCH] ARM: EXYNOS: remove unnecessary header inclusions from exynos4/5 dt machine file

2013-09-16 Thread Jingoo Han
mach-exynos{4,5}-dt.c include several header files that are not really used. Signed-off-by: Jingoo Han jg1@samsung.com --- arch/arm/mach-exynos/mach-exynos4-dt.c |4 arch/arm/mach-exynos/mach-exynos5-dt.c |4 2 files changed, 8 deletions(-) diff --git

[PATCH] ARM: dts: Add CODEC MCLK for SMDK5250

2013-09-16 Thread Mark Brown
From: Mark Brown broo...@linaro.org There is a 16.934MHz fixed rate clock connected to MCLK1 on the CODEC, add this to the device tree bindings. Signed-off-by: Mark Brown broo...@linaro.org --- arch/arm/boot/dts/exynos5250-smdk5250.dts | 9 + 1 file changed, 9 insertions(+) diff --git

RE: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-09-16 Thread Inki Dae
CCing devicetree, -Original Message- From: Rahul Sharma [mailto:r.sh.o...@gmail.com] Sent: Tuesday, September 10, 2013 5:28 PM To: Sean Paul Cc: Inki Dae; Rahul Sharma; linux-samsung-soc; dri-devel; kgene.kim; sw0312.kim; Lucas Stach; Tomasz Figa; Sylwester Nawrocki; sunil joshi;

Re: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-16 Thread Sylwester Nawrocki
On 09/12/2013 12:50 PM, Kukjin Kim wrote: Well...I'm not sure changing to use macro is better or not at this moment... I think it is. ;) It's really less error prone to have symbolic names instead of the plain numbers. The clock ids are defined in one place and it is more clear what a clock is

[PATCH 1/2] ASoC: core: Add devm_snd_soc_register_card()

2013-09-16 Thread Mark Brown
From: Mark Brown broo...@linaro.org Simplify error handling and remove repetitive (and rarely executed) code for unregistration by providing a devm_snd_soc_register() card. Signed-off-by: Mark Brown broo...@linaro.org --- include/sound/soc.h| 1 + sound/soc/soc-devres.c | 34

[PATCH 2/2] ASoC: smdk_wm8994: Use devm_snd_soc_unregister_card()

2013-09-16 Thread Mark Brown
From: Mark Brown broo...@linaro.org Signed-off-by: Mark Brown broo...@linaro.org --- sound/soc/samsung/smdk_wm8994.c | 12 +--- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/sound/soc/samsung/smdk_wm8994.c b/sound/soc/samsung/smdk_wm8994.c index 5fd7a05..831972d 100644

Re: [alsa-devel] [PATCH 1/2] ASoC: core: Add devm_snd_soc_register_card()

2013-09-16 Thread Liam Girdwood
On Mon, 2013-09-16 at 18:03 +0100, Mark Brown wrote: From: Mark Brown broo...@linaro.org Simplify error handling and remove repetitive (and rarely executed) code for unregistration by providing a devm_snd_soc_register() card. Signed-off-by: Mark Brown broo...@linaro.org Acked-by: Liam

Re: [PATCH v2 00/12] clk/exynos convert clock IDs to macros

2013-09-16 Thread Mike Turquette
Quoting Sylwester Nawrocki (2013-09-16 07:33:45) On 09/12/2013 12:50 PM, Kukjin Kim wrote: Well...I'm not sure changing to use macro is better or not at this moment... I think it is. ;) It's really less error prone to have symbolic names instead of the plain numbers. The clock ids are

Re: [PATCH v7 01/13] [media] exynos5-is: Adding media device driver for exynos5

2013-09-16 Thread Sylwester Nawrocki
Hi, On 08/21/2013 08:34 AM, Arun Kumar K wrote: +++ b/Documentation/devicetree/bindings/media/exynos5250-camera.txt @@ -0,0 +1,126 @@ +Samsung EXYNOS5 SoC Camera Subsystem + + +The Exynos5 SoC Camera subsystem comprises of multiple sub-devices +represented by

Re: [PATCH v8 02/12] [media] exynos5-fimc-is: Add driver core files

2013-09-16 Thread Sylwester Nawrocki
On 09/12/2013 02:07 PM, Arun Kumar K wrote: +static int fimc_is_probe(struct platform_device *pdev) +{ + struct device *dev =pdev-dev; + struct resource *res; + struct fimc_is *is; + void __iomem *regs; + struct device_node *node; + int irq, ret; + int