RE: [RESEND][PATCH] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-08 Thread Sangsu Park
On Fri, Feb 8, 2013 at 13:23 PM, Padma Venkat padma@gmail.com wrote: On Wed, Feb 6, 2013 at 10:51 AM, Sangsu Park sangsu4u.p...@samsung.com wrote: +void __init exynos_register_audss_clocks(void) +{ + clk_audss_base = ioremap(EXYNOS_PA_AUDSS, SZ_4K); + if (clk_audss_base ==

[PATCH V3] ARM: EXYNOS: Add clocks for EXYNOS I2S and PCM I/F

2013-02-08 Thread Sangsu Park
Audio Subsystem has own clocks for I2S0 and PCM0 in all EXYNOS series. This patch add clocks for I2S0 and PCM0 I/F. Signed-off-by: Sangsu Park sangsu4u.p...@samsung.com --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 68

Re: [PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-08 Thread Tomasz Figa
On Friday 08 of February 2013 14:39:30 Jingoo Han wrote: This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com --- drivers/pinctrl/pinctrl-samsung.c |1 - 1 files

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Tomi Valkeinen
Hi, On 2013-02-03 21:17, Tomasz Figa wrote: Hi Laurent, On Saturday 02 of February 2013 11:39:59 Laurent Pinchart wrote: Hi Tomasz, Thank you for your RFC. On Wednesday 30 January 2013 16:38:59 Tomasz Figa wrote: Changes done to Tomi's edition of CDF: - Replaced set_operation_mode,

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Marcus Lorentzon
On 02/08/2013 12:40 PM, Tomi Valkeinen wrote: Hi, On 2013-02-03 21:17, Tomasz Figa wrote: Hi Laurent, On Saturday 02 of February 2013 11:39:59 Laurent Pinchart wrote: Hi Tomasz, Thank you for your RFC. On Wednesday 30 January 2013 16:38:59 Tomasz Figa wrote: Changes done to Tomi's edition

[PATCH] ARM: S5PV210: Fix early uart output in fifo mode

2013-02-08 Thread Alexey Galakhov
Enabling UART FIFO in bootloader caused the kernel infinite loop on S5PV210 due to uninitialized fifo_max and fifo_mask global variables. This patch adds the correct initialization. Signed-off-by: Alexey Galakhov agalak...@gmail.com --- arch/arm/mach-s5pv210/include/mach/uncompress.h |2 ++

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Tomi Valkeinen
On 2013-02-08 14:40, Marcus Lorentzon wrote: I agree, but I think it should be setup-enable-video_on-video_off-disable-setup-... I don't think there is any interface parameters that should be changed while link is enabled. And if there are, they should be identified and split out into a

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Marcus Lorentzon
On 02/08/2013 02:04 PM, Tomi Valkeinen wrote: On 2013-02-08 14:40, Marcus Lorentzon wrote: I agree, but I think it should be setup-enable-video_on-video_off-disable-setup-... I don't think there is any interface parameters that should be changed while link is enabled. And if there are, they

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Tomi Valkeinen
On 2013-02-08 15:28, Marcus Lorentzon wrote: When we do that we stop-setup-start during blanking. So our DSS is optimized to be able to do that without getting blocked. All DSI video mode panels (and DPI) products we have done so far have not had any issue with that (as long as DSI HS clock

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-08 Thread Marcus Lorentzon
On 02/08/2013 03:02 PM, Tomi Valkeinen wrote: On 2013-02-08 15:28, Marcus Lorentzon wrote: When we do that we stop-setup-start during blanking. So our DSS is optimized to be able to do that without getting blocked. All DSI video mode panels (and DPI) products we have done so far have not had

Re: [PATCH 3/3] dts: Add cpufreq controller node for Exynos5440 SoC

2013-02-08 Thread Inderpal Singh
On 8 February 2013 00:03, amit kachhap amit.kach...@gmail.com wrote: On Wed, Feb 6, 2013 at 8:49 PM, Inderpal Singh inderpal.si...@linaro.org wrote: On 7 February 2013 01:09, Amit Daniel Kachhap amit.dan...@samsung.com wrote: Add cpufreq controller device node for Exynos5440 SoC for passing

Re: [PATCH v3 1/2] ARM: Exynos5250: Enabling ehci-s5p driver

2013-02-08 Thread Grant Likely
On Fri, 21 Dec 2012 10:13:50 -0800, Doug Anderson diand...@chromium.org wrote: Vivek, On Fri, Dec 21, 2012 at 12:16 AM, Vivek Gautam gautamvivek1...@gmail.com wrote: Hi all, On Wed, Dec 19, 2012 at 7:20 PM, Vivek Gautam gautamvivek1...@gmail.com wrote: CC: Doug Anderson

RE: [PATCH] mmc: s3cmci: moved mach/regs-sdi.h into s3cmci device driver

2013-02-08 Thread Kukjin Kim
Kukjin Kim wrote: Sylwester Nawrocki wrote: Hi, Hi, On 02/02/2013 01:45 AM, Kukjin Kim wrote: Since mach/regs-sdi.h is used only for s3cmci.c, so this moves the header file into the driver file, drivers/mmc/host/s3cmci.c file. Signed-off-by: Kukjin

Re: [PATCH v4 01/10] s5p-csis: Add device tree support

2013-02-08 Thread Sylwester Nawrocki
On 02/07/2013 12:36 AM, Stephen Warren wrote: On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC device. This patch support for binding the driver to the MIPI-CSIS devices instantiated from device tree and for parsing all SoC

RE: [PATCH v5 1/4] ARM: Exynos5250: Enabling ehci-s5p driver

2013-02-08 Thread Kukjin Kim
Vivek Gautam wrote: Adding EHCI device tree node for Exynos5250 along with the device base adress and gpio line for vbus. Signed-off-by: Vivek Gautam gautam.vi...@samsung.com Acked-by: Jingoo Han jg1@samsung.com Acked-by: Grant Likely grant.lik...@secretlab.ca --- Changes from v4:

RE: [PATCH RESEND v2] ARM: EXYNOS: dts: Set up power domain for MFC and G-scaler

2013-02-08 Thread Kukjin Kim
Prasanna Kumar wrote: This patch adds device tree nodes for MFC and G-scaler power domains of exynos5250.It binds these power-domain nodes to repsective device tree nodes It also adds support to enable PM generic domains for exynos5250. Signed-off-by: Prasanna Kumar

RE: [PATCH] pinctrl: samsung: remove duplicated line of samsung_pinctrl_register()

2013-02-08 Thread Kukjin Kim
Jingoo Han wrote: This patch removes duplicated line of samsung_pinctrl_register(), because the number of pins is redundantly assigned twice. Signed-off-by: Jingoo Han jg1@samsung.com Acked-by: Kukjin Kim kgene@samsung.com Thanks. - Kukjin ---

RE: [PATCH] ARM: S3C24XX: osiris: add missing platform_device.h include

2013-02-08 Thread Kukjin Kim
Heiko Stübner wrote: The missing include led to a implcit declaration warning. Yes, this fixes following: In file included from arch/arm/mach-s3c24xx/mach-osiris.c:34:0: include/linux/platform_data/i2c-s3c2410.h:37:26: warning: 'struct platform_device' declared inside parameter list

RE: [PATCH 1/1] ARM: dts: Add s5m8767 PMIC node to exynos4412-origen.dts

2013-02-08 Thread Kukjin Kim
Sachin Kamat wrote: Added s5m8767 PMIC node to exynos4412-origen DT file. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- This patch is created against for-next branch of Kukjin Kim's tree. This patch is added on top of the following patch:

RE: [PATCH] ARM: S3C24XX: let S3C2412_PM select S3C2412_PM_SLEEP

2013-02-08 Thread Kukjin Kim
Heiko Stübner wrote: The code to enter sleep is used by both the s3c2412 and s3c2416 and was thus factored out into an extra config option. But it seems it was forgotten to add the appropriate select to the s3c2412 pm option, resulting in breakage when only compiling s3c2412 support.

RE: [PATCH] ARM: S5PV210: Fix early uart output in fifo mode

2013-02-08 Thread Kukjin Kim
Alexey Galakhov wrote: Enabling UART FIFO in bootloader caused the kernel infinite loop on S5PV210 due to uninitialized fifo_max and fifo_mask global variables. This patch adds the correct initialization. Signed-off-by: Alexey Galakhov agalak...@gmail.com ---

RE: [PATCH] ARM: smdk2410: Fix compile breakage

2013-02-08 Thread Kukjin Kim
Alexander Shiyan wrote: Symbol S3C_DEV_USB_HOST should be defined to avoid this problem. LINKvmlinux LD vmlinux.o MODPOST vmlinux.o WARNING: modpost: Found 2 section mismatch(es). To see full details build your kernel with: 'make CONFIG_DEBUG_SECTION_MISMATCH=y' GEN

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-08 Thread Sylwester Nawrocki
On 02/07/2013 12:40 AM, Stephen Warren wrote: diff --git a/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt b/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt +Samsung S5P/EXYNOS SoC Camera Subsystem (FIMC) +-- + +The Exynos

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-08 Thread Stephen Warren
On 02/08/2013 04:16 PM, Sylwester Nawrocki wrote: On 02/07/2013 12:40 AM, Stephen Warren wrote: diff --git a/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt b/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt +Samsung S5P/EXYNOS SoC Camera Subsystem (FIMC)

Re: [PATCH v4 05/10] s5p-fimc: Add device tree based sensors registration

2013-02-08 Thread Sylwester Nawrocki
On 02/07/2013 12:42 AM, Stephen Warren wrote: On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: The sensor (I2C and/or SPI client) devices are instantiated by their corresponding control bus drivers. Since the I2C client's master clock is often provided by a video bus receiver (host interface)

Re: [PATCH v4 01/10] s5p-csis: Add device tree support

2013-02-08 Thread Stephen Warren
On 02/08/2013 03:29 PM, Sylwester Nawrocki wrote: On 02/07/2013 12:36 AM, Stephen Warren wrote: On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC device. This patch support for binding the driver to the MIPI-CSIS devices

Re: [PATCH v4 06/10] s5p-fimc: Use pinctrl API for camera ports configuration

2013-02-08 Thread Sylwester Nawrocki
On 02/07/2013 12:44 AM, Stephen Warren wrote: On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: Before the camera ports can be used the pinmux needs to be configured properly. This patch adds a function to set the camera ports pinctrl to a default state within the media driver's probe(). The

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-08 Thread Sylwester Nawrocki
On 02/09/2013 12:21 AM, Stephen Warren wrote: On 02/08/2013 04:16 PM, Sylwester Nawrocki wrote: On 02/07/2013 12:40 AM, Stephen Warren wrote: diff --git a/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt b/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt +Samsung

Re: [PATCH v4 01/10] s5p-csis: Add device tree support

2013-02-08 Thread Sylwester Nawrocki
On 02/09/2013 12:27 AM, Stephen Warren wrote: On 02/08/2013 03:29 PM, Sylwester Nawrocki wrote: On 02/07/2013 12:36 AM, Stephen Warren wrote: On 02/01/2013 12:09 PM, Sylwester Nawrocki wrote: s5p-csis is platform device driver for MIPI-CSI frontend to the FIMC device. This patch support for

Re: [PATCH v4 02/10] s5p-fimc: Add device tree support for FIMC devices

2013-02-08 Thread Stephen Warren
On 02/08/2013 05:05 PM, Sylwester Nawrocki wrote: On 02/09/2013 12:21 AM, Stephen Warren wrote: On 02/08/2013 04:16 PM, Sylwester Nawrocki wrote: On 02/07/2013 12:40 AM, Stephen Warren wrote: diff --git a/Documentation/devicetree/bindings/media/soc/samsung-fimc.txt