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 > b/Docu

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 bi

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 S5P/

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 cam

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 >>>

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) o

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 (FIM

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] 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' >

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 > --- > arch/arm/mach-s5pv210/include/mach/unco

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 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 > --- > This patch is created against for-next branch of Kukjin Kim's tree. > This patch is added on top of the following patch: > http://www.spinics.net/lists/linux-samsung-soc/msg15423

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 [enab

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 Acked-by: Kukjin Kim Thanks. - Kukjin > --- > drivers/pinctrl/pinctrl-samsung.c |1 - > 1 files changed, 0 i

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 > --- > arc

RE: [PATCH 0/2] ARM: S3C24XX: make s3c24XX.h header content local

2013-02-08 Thread Kukjin Kim
Heiko Stübner wrote: > > This series moves the contents of the plat/s3c24XX.h headers into > common.h, as their content does not need to be global anymore, now that > everything lives in mach-s3c24xx. > > Heiko Stuebner (2): > ARM: S3C24XX: move plat-samsung/s3c24XX headers to local common.h >

RE: [PATCH 1/1] ARM: dts: exynos4412-origen: Add MSHC node

2013-02-08 Thread Kukjin Kim
Sachin Kamat wrote: > > Added MSHC node to Origen-4412 board. > > Signed-off-by: Sachin Kamat > --- > arch/arm/boot/dts/exynos4412-origen.dts | 20 > 1 files changed, 20 insertions(+), 0 deletions(-) > > diff --git a/arch/arm/boot/dts/exynos4412-origen.dts > b/arch/arm/b

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 > Acked-by: Jingoo Han > Acked-by: Grant Likely > --- > > Changes from v4: > - Added gpio line for VBUS of USB2.0 on snow board. >

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 an

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 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 wrote: > Vivek, > > > On Fri, Dec 21, 2012 at 12:16 AM, Vivek Gautam > wrote: > > Hi all, > > > > > > On Wed, Dec 19, 2012 at 7:20 PM, Vivek Gautam > > wrote: > >> CC: Doug Anderson > >> > >> > >> On Sat, Dec 15, 2012 at 12:53 PM, Grant Likely

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 wrote: > On Wed, Feb 6, 2013 at 8:49 PM, Inderpal Singh > wrote: >> On 7 February 2013 01:09, Amit Daniel Kachhap >> wrote: >>> Add cpufreq controller device node for Exynos5440 SoC for passing >>> parameters like controller base address, interrupt and cpu

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 ha

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

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, th

Re: [PATCH v4] i2c: exynos5: add High Speed I2C controller driver

2013-02-08 Thread Grant Likely
On Fri, 01 Feb 2013 21:24:44 +0530, Naveen Krishna Chatradhi wrote: > Adds support for High Speed I2C driver found in Exynos5 and later > SoCs from Samsung. This driver currently supports Auto mode. > > Driver only supports Device Tree method. > Note: Added debugfs support for registers view, no

Re: [PATCH V3 4/5] ARM: dts: Add #dma-cells for generic dma binding support

2013-02-08 Thread Rob Herring
On 02/07/2013 10:20 PM, Padma Venkat wrote: > Hi Rob, > > On Wed, Feb 6, 2013 at 8:54 PM, Rob Herring wrote: >> On 02/06/2013 12:18 AM, Padmavathi Venna wrote: >>> This patch adds #dma-cells property to PL330 DMA controller >>> nodes for supporting generic dma dt bindings on samsung >>> exynos525

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 i

[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 --- arch/arm/mach-s5pv210/include/mach/uncompress.h |2 ++ 1 file changed, 2 in

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

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

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 > --- > drivers/pinctrl/pinctrl-samsung.c |1 - > 1 files changed, 0 insertio

[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 --- arch/arm/mach-exynos/Makefile |1 + arch/arm/mach-exynos/clock-audss.c | 68 2 files changed, 69 inse

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 wrote: > On Wed, Feb 6, 2013 at 10:51 AM, Sangsu Park wrote: > > +void __init exynos_register_audss_clocks(void) > > +{ > > + clk_audss_base = ioremap(EXYNOS_PA_AUDSS, SZ_4K); > > + if (clk_audss_base == NULL) { > > Please run checkpatch.