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

2013-08-29 Thread Rahul Sharma
Exynos hdmiphy operations and configs are kept inside the hdmi driver. Hdmiphy related code is tightly coupled with hdmi IP driver. This patche moves hdmiphy related code to hdmiphy driver. It will help in cleanly supporting the hdmiphy variations in further SoCs. Signed-off-by: Rahul Sharma ---

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

2013-08-29 Thread Rahul Sharma
Currently, exynos hdmiphy operations and configs are kept inside the hdmi driver. Hdmiphy related code is tightly coupled with hdmi IP driver. This series also removes hdmiphy dummy clock for hdmiphy and replace it with Phy PMU Control from the hdmiphy driver. At the end, support for exynos5420 h

[PATCH 5/7] exynos/drm: fix ddc i2c device probe failure

2013-08-29 Thread Rahul Sharma
Exynos hdmi ddc is a I2C device and if we register hdmi ddc driver with id_table as NULL, cause failure in probing. id_table field should not be NULL for i2c_driver registeration. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_ddc.c |5 + 1 file changed, 5 insertions(+)

[PATCH 6/7] ARM: dts: update hdmiphy dt node for exynos5250

2013-08-29 Thread Rahul Sharma
hdmiphy dt node needs a child node called 'phy-power-control' which represents the PMU register for power controlling the hdmiphy. hdmi driver dt node provides phy property which points to the hdmiphy dt node. Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5250-smdk5250.dts |9

[PATCH 4/7] drm/exynos: add support for exynos5420 hdmiphy

2013-08-29 Thread Rahul Sharma
Exynos5420 hdmiphy device is a platform device, unlike predecessor SoCs where it used to be a I2C device. This support is added to the hdmiphy driver. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmiphy.c | 224 ++- 1 file changed, 221 insertions(+)

[PATCH 2/7] drm/exynos: remove dummy hdmiphy clock

2013-08-29 Thread Rahul Sharma
hdmiphy is a dummy clock which actually controls the PMU bit to enable/disbale hdmiphy (before CCF). This clock is cleaned from the hdmi driver. Signed-off-by: Rahul Sharma --- drivers/gpu/drm/exynos/exynos_hdmi.c |8 1 file changed, 8 deletions(-) diff --git a/drivers/gpu/drm/exyn

[PATCH 3/7] drm/exynos: add hdmiphy pmu bit control in hdmiphy driver

2013-08-29 Thread Rahul Sharma
Before hdmiphy operation like config, start etc, hdmiphy bit in PMU block should be enabled. Earlier this happens in hdmi drvier through a dummy "hdmiphy" clock. Signed-off-by: Rahul Sharma --- .../devicetree/bindings/video/exynos_hdmiphy.txt |6 ++ drivers/gpu/drm/exynos/exynos_drm_hdmi.h

[PATCH 7/7] ARM: dts: update hdmiphy dt node for exynos5420

2013-08-29 Thread Rahul Sharma
hdmiphy dt node needs a child node called 'phy-power-control' which represents the PMU register for power controlling the hdmiphy. hdmi driver dt node provides phy property which points to the hdmiphy dt node. Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5420.dtsi | 12

[PATCH V3] ARM: dts: Add DMA controller node info on Exynos5420.

2013-08-29 Thread Padmavathi Venna
This patch adds dma controller node info on Exynos5420. Exynos5420 has adma for audio IPs. As adma clk is dependent on audss clk provider that will be added later. Signed-off-by: Padmavathi Venna --- Change since V2: - Removed adma node as adma clock is dependent audss clock provider. Ch

Re: [PATCH v7 0/6] ARM: dts: add support for exynos hdmi subsystem

2013-08-29 Thread Rahul Sharma
On 29 August 2013 19:05, Tomasz Figa wrote: > Hi Rahul, > > On Thursday 29 of August 2013 19:22:51 Rahul Sharma wrote: >> It adds Device tree nodes and clocks information for HDMI subsystem >> for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi >> hpd gpio and update binding document

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Thu, August 29, 2013, Tomasz Figa wrote: > Hi Seungwon, > > On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote: > > Yuvaraj Kumar wrote: > > > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon > wrote: > > > > On Thu, August 29, 2013, Alim Akhtar wrote: > > > >> Hi Seungwon, > > > >> > >

Re: [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-08-29 Thread Mike Turquette
Quoting Rahul Sharma (2013-08-29 06:36:51) > On 29 August 2013 18:00, Tomasz Figa wrote: > > Hi Rahul, > > > > On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote: > >> Add clock changes for hdmi subsystem for exynos5250 SoC. These > >> include addition of new clocks like mout_hdmi and smmu_

Re: [GIT PULL 0/2] 3rd Round Samsung stuff for v3.12

2013-08-29 Thread Olof Johansson
On Wed, Aug 28, 2013 at 09:58:23AM +0900, Kukjin Kim wrote: > Hi Arnd, Olof and Kevin, > > Sorry for a bit late pull-request. > > Here is s3c64xx DT series and common clk stuff. It took some time due to > dependency problem with the clk tree, and fixed now by merge clk-s3c64xx > branch in Mike's

Re: [PATCH v3 2/4] dmaengine: add driver for Samsung s3c24xx SoCs

2013-08-29 Thread Tomasz Figa
Hi Heiko, First of all, big thanks for you work on this, letting our dream about getting rid of S3C DMA API get closer to the reality. ;) Overall the driver looks very good, but let me share some comments inline. On Wednesday 28 of August 2013 00:13:51 Heiko Stübner wrote: > This adds a new dri

Re: [GIT PULL V2 3/3] 2nd Round Samsung mach-exynos-v2 for v3.12

2013-08-29 Thread Olof Johansson
On Wed, Aug 28, 2013 at 08:34:58AM +0900, Kukjin Kim wrote: > The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: > >Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) > > are available in the git repository at: > >git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linu

Re: [GIT PULL 2/3] 2nd Round Samsung DT for v3.12

2013-08-29 Thread Olof Johansson
On Mon, Aug 26, 2013 at 09:14:35AM +0900, Kukjin Kim wrote: > The following changes since commit 6f9d02a056fff8e965da0f940a09d4c39a4fe80a: > > ARM: dts: Add USB host node for Exynos4 (2013-08-19 05:07:17 +0900) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linu

Re: [GIT PULL 1/3] 2nd Round Samsung defconfig for v3.12

2013-08-29 Thread Olof Johansson
On Mon, Aug 26, 2013 at 09:14:31AM +0900, Kukjin Kim wrote: > The following changes since commit ad81f0545ef01ea651886dddac4bef6cec930092: > > Linux 3.11-rc1 (2013-07-14 15:18:27 -0700) > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-

Re: [alsa-devel] [PATCH 09/18] ASoC: Samsung: Do not queue cyclic buffers multiple times

2013-08-29 Thread Linus Walleij
On Thu, Aug 29, 2013 at 6:36 PM, Mark Brown wrote: > On Sun, Aug 11, 2013 at 07:59:21PM +0200, Tomasz Figa wrote: >> The legacy S3C-DMA API required every period of a cyclic buffer to be >> queued separately. After conversion of Samsung ASoC to Samsung DMA >> wrappers somebody made an assumption t

Re: [PATCH V6] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-29 Thread Doug Anderson
Yuvaraj, On Thu, Aug 29, 2013 at 4:41 AM, Yuvaraj Kumar C D wrote: > This patch adds the device tree node entries for exynos5420 SOC. > Exynos5420 has a different version of DWMMC controller,so a new > compatible string is used to distinguish it from the prior SOC's. > > This patch depends on >

Re: [PATCH] ARM: dts: update binding document exynos-dw-mshc.txt

2013-08-29 Thread Doug Anderson
Yavaraj, On Thu, Aug 29, 2013 at 4:53 AM, Yuvaraj Kumar C D wrote: > This patch updates the exynos-dw-mshc.txt.Currently we are using > "pinctrl" binding property to describe the CMD and DATA line's > of Mobile Storage Host Controller(mshc) node. > > Signed-off-by: Yuvaraj Kumar C D > --- > ...

[PATCH v7 0/3] mmc: dw_mmc: fixes for suspend/resume on exynos

2013-08-29 Thread Doug Anderson
This series of patches addresses some suspend/resume problems with dw_mmc on exynos platforms, espeically exynos5420. This patchset was tested on the current ToT Chromeos 3.8 tree (which has lots of backports from 3.10/3.11) and on ToT Linux (v3.11-rc6). I have confirmed basic booting and that SD

[PATCH v7 1/3] mmc: dw_mmc: Add exynos resume_noirq callback to clear WAKEUP_INT

2013-08-29 Thread Doug Anderson
If the WAKEUP_INT is asserted at wakeup and not cleared, we'll end up looping around forever. This has been seen to happen on exynos5420 silicon despite the fact that we haven't enabled any wakeup events due to a silicon errata. It is safe to do on all exynos variants. Signed-off-by: Doug Anders

Re: [alsa-devel] [PATCH 09/18] ASoC: Samsung: Do not queue cyclic buffers multiple times

2013-08-29 Thread Mark Brown
On Sun, Aug 11, 2013 at 07:59:21PM +0200, Tomasz Figa wrote: > The legacy S3C-DMA API required every period of a cyclic buffer to be > queued separately. After conversion of Samsung ASoC to Samsung DMA > wrappers somebody made an assumption that the same is needed for DMA > engine API, which is not

Re: [PATCH v2 5/5] [media] exynos-mscl: Add Makefile for M-Scaler driver

2013-08-29 Thread Sylwester Nawrocki
On 08/29/2013 01:55 PM, Shaik Ameer Basha wrote: > Hi Sylwester, > > On Thu, Aug 29, 2013 at 3:42 PM, Sylwester Nawrocki > wrote: >> Hi Shaik, >> >> On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote: >>> This patch adds the Makefile for the M-Scaler (M2M scaler). >> >> Perhaps we could combine this

[PATCH] mmc: sdhci-s3c: Check if clk_set_rate() succeeds

2013-08-29 Thread Mark Brown
From: Mark Brown It is possible that we may fail to set the clock rate, if we do so then log the failure and don't bother reprogramming the IP. Signed-off-by: Mark Brown --- drivers/mmc/host/sdhci-s3c.c | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/drivers/mmc/host

Re: [RFC 3/3] ARM: s5pc100: Migrate clock handling to Common Clock Framework

2013-08-29 Thread Tomasz Figa
On Wednesday 28 of August 2013 18:29:17 Mateusz Krawczuk wrote: > This patch migrates the s5pc100 platform to use new clock driver > using Common Clock Framework. > > Signed-off-by: Mateusz Krawczuk > --- > arch/arm/mach-s5pc100/Kconfig | 8 > arch/arm/mach-s5pc100/Makefile

Re: [RFC 2/3] clk: samsung: Add clock driver for s5pc100

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:29:16 Mateusz Krawczuk wrote: > This patch adds new, Common Clock Framework-based clock driver for > Samsung S5PC100 SoCs. The driver is just added. > > Signed-off-by: Mateusz Krawczuk > --- > .../bindings/clock/samsung,s5pc100-clock.txt | 72

Re: [RFC 1/3] clk: samsung: pll: Add support for PLL6545a and PLL6522x

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:29:15 Mateusz Krawczuk wrote: > Signed-off-by: Mateusz Krawczuk > --- > drivers/clk/samsung/clk-pll.c | 2 ++ > drivers/clk/samsung/clk-pll.h | 2 ++ > 2 files changed, 4 insertions(+) > > diff --git a/drivers/clk/samsung/clk-pll.c > b/drivers/clk/s

Re: [PATCH v3 6/6] ARM: s5pv210: Migrate clock handling to Common Clock Framework

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:13:04 Mateusz Krawczuk wrote: > This patch migrates the s5pv210 platform to use new clock driver > using Common Clock Framework. > > Signed-off-by: Mateusz Krawczuk > --- > arch/arm/mach-s5pv210/Kconfig | 9 + > arch/arm/mach-s5pv21

Re: [PATCH v3 5/6] clk: samsung: Add clock driver for s5pc110/s5pv210

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:13:03 Mateusz Krawczuk wrote: > This patch adds new, Common Clock Framework-based clock driver for > Samsung S5PV210 SoCs. The driver is just added, without enabling it yet. > > Signed-off-by: Mateusz Krawczuk > --- > .../bindings/clock/samsung,s5pv

Re: [PATCH] gpio: samsung: Drop support for Exynos SoCs

2013-08-29 Thread Tomasz Figa
On Thursday 29 of August 2013 14:42:25 Linus Walleij wrote: > On Mon, Aug 26, 2013 at 7:35 PM, Tomasz Figa wrote: > > GPIO support on Exynos SoCs is provided by pinctrl-samsung driver, > > leaving all the support code in gpio-samsung driver unused. > > Just double checking: you mean it is unused

Re: [PATCH RFC v2 01/16] ARM: call clk_of_init from time_init

2013-08-29 Thread Arnd Bergmann
On Wednesday 28 August 2013, Sebastian Hesselbarth wrote: > > > > This forces zynq to move some initialization our clock code relies on to > > init_irq(). Also, the current code already takes an approach of > > doing either common init or machine specific init. > > Soeren, > > you know that patch

Re: [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-08-29 Thread Rahul Sharma
On 29 August 2013 18:00, Tomasz Figa wrote: > Hi Rahul, > > On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote: >> Add clock changes for hdmi subsystem for exynos5250 SoC. These >> include addition of new clocks like mout_hdmi and smmu_tv, associating >> ID to clk_hdmiphy and some essential

Re: [PATCH v7 0/6] ARM: dts: add support for exynos hdmi subsystem

2013-08-29 Thread Tomasz Figa
Hi Rahul, On Thursday 29 of August 2013 19:22:51 Rahul Sharma wrote: > It adds Device tree nodes and clocks information for HDMI subsystem > for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi > hpd gpio and update binding documents. > > This set is based on kukjin's for-next branch

[PATCH v7 1/6] of/documentation: update with clock information for exynos hdmi subsystem

2013-08-29 Thread Rahul Sharma
Adding information about clocks to the binding documentation for exynos mixer and hdmi. Signed-off-by: Rahul Sharma --- Documentation/devicetree/bindings/video/exynos_hdmi.txt | 14 +- Documentation/devicetree/bindings/video/exynos_mixer.txt |4 2 files changed, 17 insert

[PATCH v7 4/6] ARM: dts: add i2c device nodes for Exynos5420

2013-08-29 Thread Rahul Sharma
From: Andrew Bresticker This adds device-tree nodes for the i2c busses on Exynos 5420 platforms. Signed-off-by: Andrew Bresticker Signed-off-by: Rahul Sharma Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos5420.dtsi | 56 + 1 file changed, 56 insert

[PATCH v7 6/6] ARM: dts: enable hdmi subsystem for exynos5420 smdk board

2013-08-29 Thread Rahul Sharma
Add pinctrl node for hdmi hpd gpio pin to exynos5420 smdk board file. hpd Gpio property is added to the hdmi node. This patch also adds hdmi ddc node. Both hdmi device and ddc i2c channel are enabled in exynos5420-smdk5420.dts Signed-off-by: Rahul Sharma --- arch/arm/boot/dts/exynos5420-smdk542

[PATCH v7 0/6] ARM: dts: add support for exynos hdmi subsystem

2013-08-29 Thread Rahul Sharma
It adds Device tree nodes and clocks information for HDMI subsystem for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi hpd gpio and update binding documents. This set is based on kukjin's for-next branch at http://git.kernel.org/cgit/linux/kernel/git/kgene/linux-samsung.git. v7: 1)

[PATCH v7 3/6] ARM: dts: add clocks to hdmi dt node for exynos5250

2013-08-29 Thread Rahul Sharma
Fix wrong clock numbers in hdmi dt node. Removed hdmiphy clock which was a dummy clock earlier and not required now. Also added mux clock to change the clock parent. Signed-off-by: Rahul Sharma Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos5250.dtsi |6 +++--- 1 file changed, 3 inser

[PATCH v7 2/6] ARM: dts: add mixer clocks to mixer node for Exynos5250

2013-08-29 Thread Rahul Sharma
From: Sean Paul This patch adds the mixer clocks to the mixer node in the exynos 5250 dts file. Signed-off-by: Sean Paul Signed-off-by: Rahul Sharma Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos5250.dtsi |2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/arm/boot/dts/exyno

[PATCH v7 5/6] ARM: dts: add dt nodes for hdmi subsystem for exynos5420

2013-08-29 Thread Rahul Sharma
Add hdmi and mixer device tree nodes for Exynos 5420 SoC. Signed-off-by: Rahul Sharma Reviewed-by: Tomasz Figa --- arch/arm/boot/dts/exynos5420.dtsi | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi

Re: [PATCH v2 3/5] [media] exynos-mscl: Add m2m functionality for the M-Scaler driver

2013-08-29 Thread Sylwester Nawrocki
On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote: > This patch adds the memory to memory (m2m) interface functionality > for the M-Scaler driver. > > Signed-off-by: Shaik Ameer Basha > --- > drivers/media/platform/exynos-mscl/mscl-m2m.c | 763 > + > 1 file changed, 763 i

Re: [PATCH v3 4/6] media: s5p-tv: Fix mixer driver to work with CCF

2013-08-29 Thread Tomasz Figa
On Wednesday 28 of August 2013 18:13:02 Mateusz Krawczuk wrote: > Replace clk_enable by clock_enable_prepare and clk_disable with > clk_disable_unprepare. Clock prepare is required by Clock Common > Framework, and old clock driver didn`t support it. Without it Common > Clock Framework prints a warn

Re: [PATCH v3 3/6] media: s5p-tv: Fix sdo driver to work with CCF

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:13:01 Mateusz Krawczuk wrote: > Replace clk_enable by clock_enable_prepare and clk_disable with > clk_disable_unprepare. Clock prepare is required by Clock Common > Framework, and old clock driver didn`t support it. Without it Common > Clock Framework

Re: [PATCH v3 2/6] media: s5p-tv: Restore vpll clock rate

2013-08-29 Thread Tomasz Figa
Hi Mateusz, Generally this patch looks good, but I have some minor nitpicks, that I would like to be fixed. On Wednesday 28 of August 2013 18:13:00 Mateusz Krawczuk wrote: > Restore vpll clock rate if start stream fail or stream is off. > > Signed-off-by: Mateusz Krawczuk > --- > drivers/medi

Re: [PATCH v6 0/7] ARM: dts: add support for exynos hdmi subsystem

2013-08-29 Thread Tomasz Figa
On Thursday 29 of August 2013 11:10:20 Rahul Sharma wrote: > It adds Device tree nodes and clocks information for HDMI subsystem > for exynos5420 and exynos5250 SoCs. It adds pinctrl node for hdmi > hpd gpio and update binding documents. > > This set is based on kukjin's for-next branch at > http:

Re: [PATCH v6 1/7] of/documentation: update with clock information for exynos hdmi subsystem

2013-08-29 Thread Tomasz Figa
On Thursday 29 of August 2013 11:10:21 Rahul Sharma wrote: > Adding information about clocks to the binding documentation > for exynos mixer and hdmi. > > Signed-off-by: Rahul Sharma > --- > Documentation/devicetree/bindings/video/exynos_hdmi.txt | 15 > ++- .../devicetree/bindings/

Re: [PATCH 04/35] spi: use dev_get_platdata()

2013-08-29 Thread Mark Brown
On Tue, Jul 30, 2013 at 04:58:59PM +0900, Jingoo Han wrote: > Use the wrapper function for retrieving the platform data instead of > accessing dev->platform_data directly. Applied, thanks. signature.asc Description: Digital signature

Re: [PATCH v2 2/5] [media] exynos-mscl: Add core functionality for the M-Scaler driver

2013-08-29 Thread Sylwester Nawrocki
Hi Shaik, Couple more comments... On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote: > This patch adds the core functionality for the M-Scaler driver. > > Signed-off-by: Shaik Ameer Basha > --- > drivers/media/platform/exynos-mscl/mscl-core.c | 1312 > > drivers/media/p

Re: [PATCH v2 00/16] Exynos clock clean-up for 3.12

2013-08-29 Thread Sylwester Nawrocki
Hi, On 08/26/2013 07:08 PM, Tomasz Figa wrote: > This series fixes various functional and non-functional (e.g. stylistic) > issues in Common Clock Framework drivers for Samsung Exynos SoCs. See > particular patches for more detailed descriptions. > > Changes since v1: > [http://www.mail-archive.c

Re: [PATCH] gpio: samsung: Drop support for Exynos SoCs

2013-08-29 Thread Linus Walleij
On Mon, Aug 26, 2013 at 7:35 PM, Tomasz Figa wrote: > GPIO support on Exynos SoCs is provided by pinctrl-samsung driver, > leaving all the support code in gpio-samsung driver unused. Just double checking: you mean it is unused in v3.11-rc7 OK? Not in Linux-next? In the former case I can merge i

Re: [PATCH v4 0/5] clk/exynos5420: add clocks for hdmi subsystem

2013-08-29 Thread Tomasz Figa
Hi Rahul, On Thursday 29 of August 2013 11:07:04 Rahul Sharma wrote: > Add clock changes for hdmi subsystem for exynos5250 SoC. These > include addition of new clocks like mout_hdmi and smmu_tv, associating > ID to clk_hdmiphy and some essential corrections. > > V4: > 1) Optimised gaps between Ga

RE: [RFC V3 2/4] mmc: dw_mmc: socfpga: move socfpga private init

2013-08-29 Thread Seungwon Jeon
On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > Currently platform specific private data initialisation is done by > dw_mci_socfpga_priv_init and dw_mci_socfpga_parse_dt.As we already have > separate platform specific device tree parser dw_mci_socfpga_parse_dt, > move the dw_mci_socfpga_priv_in

Re: [PATCH v2 5/5] [media] exynos-mscl: Add Makefile for M-Scaler driver

2013-08-29 Thread Shaik Ameer Basha
Hi Sylwester, On Thu, Aug 29, 2013 at 3:42 PM, Sylwester Nawrocki wrote: > Hi Shaik, > > On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote: >> This patch adds the Makefile for the M-Scaler (M2M scaler). > > Perhaps we could combine this with patch 3/5 ? Ok. I will do that. are you done with the r

[PATCH] ARM: dts: update binding document exynos-dw-mshc.txt

2013-08-29 Thread Yuvaraj Kumar C D
This patch updates the exynos-dw-mshc.txt.Currently we are using "pinctrl" binding property to describe the CMD and DATA line's of Mobile Storage Host Controller(mshc) node. Signed-off-by: Yuvaraj Kumar C D --- .../devicetree/bindings/mmc/exynos-dw-mshc.txt | 34 ++-- 1 fil

Re: [PATCH v4 02/10] ARM: dts: list the CPU nodes for Exynos5250

2013-08-29 Thread Tomasz Figa
Hi Viresh, On Thursday 29 of August 2013 13:45:56 Viresh Kumar wrote: > On Tue, Jun 18, 2013 at 11:59 AM, Chander Kashyap > > wrote: > > Instead of having to specify the number for CPUs in Exynos5250 in > > platsmp.c file, let the number of CPUs be determined by having this > > information liste

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Tomasz Figa
Hi Seungwon, On Thursday 29 of August 2013 19:36:28 Seungwon Jeon wrote: > Yuvaraj Kumar wrote: > > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > > > On Thu, August 29, 2013, Alim Akhtar wrote: > > >> Hi Seungwon, > > >> > > >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >

[PATCH V6] ARM: dts: Add dwmmc DT nodes for exynos5420 SOC

2013-08-29 Thread Yuvaraj Kumar C D
This patch adds the device tree node entries for exynos5420 SOC. Exynos5420 has a different version of DWMMC controller,so a new compatible string is used to distinguish it from the prior SOC's. This patch depends on mmc: dw_mmc: exynos: Add a new compatible string for exynos5420 changes

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
Yuvaraj Kumar wrote: > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > > On Thu, August 29, 2013, Alim Akhtar wrote: > >> Hi Seungwon, > >> > >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon > >> wrote: > >> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > >> >> Exynos5420 Mobile S

Re: [PATCH v3 1/6] media: s5p-tv: Replace mxr_ macro by default dev_

2013-08-29 Thread Tomasz Figa
Hi Mateusz, On Wednesday 28 of August 2013 18:12:59 Mateusz Krawczuk wrote: > Replace mxr_dbg, mxr_info and mxr_warn by generic solution. > > Signed-off-by: Mateusz Krawczuk > --- > drivers/media/platform/s5p-tv/mixer.h | 12 --- > drivers/media/platform/s5p-tv/mixer_drv.c | 4

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 3:34 PM, Yuvaraj Kumar wrote: > On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: >> On Thu, August 29, 2013, Alim Akhtar wrote: >>> Hi Seungwon, >>> >>> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >>> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >>>

Re: [PATCH v2 5/5] [media] exynos-mscl: Add Makefile for M-Scaler driver

2013-08-29 Thread Sylwester Nawrocki
Hi Shaik, On 08/19/2013 12:58 PM, Shaik Ameer Basha wrote: > This patch adds the Makefile for the M-Scaler (M2M scaler). Perhaps we could combine this with patch 3/5 ? -- Regards, Sylwester -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message t

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 3:14 PM, Seungwon Jeon wrote: > On Thu, August 29, 2013, Alim Akhtar wrote: >> Hi Seungwon, >> >> On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: >> > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> >> Exynos5420 Mobile Storage Host controller has Security Manag

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Thu, August 29, 2013, Alim Akhtar wrote: > Hi Seungwon, > > On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > >> Exynos5420 Mobile Storage Host controller has Security Management Unit > >> (SMU) for channel 0 and channel 1 (mainly for

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Yuvaraj Kumar
On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> Exynos5420 Mobile Storage Host controller has Security Management Unit >> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures >> SMU for exynos5420. >> >> This patch i

[RESEND PATCH v2 7/7] exynos4-is: Add support for asynchronous sensor subddevs registration

2013-08-29 Thread Sylwester Nawrocki
Add support for registering external sensor subdevs using the v4l2-async API. The async API is used only for sensor subdevs and only for platforms instantiated from Device Tree. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Changes since v1: - register clock provider after

[RESEND PATCH v2 6/7] exynos4-is: Use external s5k6a3 sensor driver

2013-08-29 Thread Sylwester Nawrocki
This patch removes the common fimc-is-sensor driver for image sensors that are normally controlled by the FIMC-IS firmware. The FIMC-IS driver now contains only a table of properties specific to each sensor. The sensor properties required for the ISP's firmware are parsed from device tree and retri

[RESEND PATCH v2 5/7] exynos4-is: Add clock provider for the external clocks

2013-08-29 Thread Sylwester Nawrocki
This patch adds clock provider to expose the sclk_cam0/1 clocks for image sensor subdevs. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- .../devicetree/bindings/media/samsung-fimc.txt | 17 ++- drivers/media/platform/exynos4-is/media-dev.c | 115 +

[RESEND PATCH v2 4/7] V4L: s5k6a3: Add support for asynchronous subdev registration

2013-08-29 Thread Sylwester Nawrocki
This patch converts the driver to use v4l2 asynchronous subdev registration API an the clock API to control the external master clock directly. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- drivers/media/i2c/s5k6a3.c | 36 ++-- 1 file chang

[RESEND PATCH v2 3/7] V4L: Add driver for s5k6a3 image sensor

2013-08-29 Thread Sylwester Nawrocki
This patch adds subdev driver for Samsung S5K6A3 raw image sensor. As it is intended at the moment to be used only with the Exynos FIMC-IS (camera ISP) subsystem it is a pretty minimal subdev driver. It doesn't do any I2C communication since the sensor is controlled by the ISP and its own firmware.

[RESEND PATCH v2 2/7] V4L: s5k6a3: Add DT binding documentation

2013-08-29 Thread Sylwester Nawrocki
This patch adds binding documentation for the Samsung S5K6A3(YX) raw image sensor. Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- The binding of this sensors shows some issue in the generic video-interfaces binding. Namely The video bus type (serial MIPI CSI-2, parallel ITU-

[RESEND PATCH v2 1/7] V4L: s5c73m3: Add device tree support

2013-08-29 Thread Sylwester Nawrocki
From: Andrzej Hajda This patch adds the V4L2 asychronous subdev registration and device tree support. Common clock API is used to control the sensor master clock from within the subdev driver. Signed-off-by: Andrzej Hajda Signed-off-by: Sylwester Nawrocki Signed-off-by: Kyungmin Park --- Chan

[RESEND PATCH v2 0/7] Add device tree support for Exynos4412 Trats2 cameras

2013-08-29 Thread Sylwester Nawrocki
[Sigh, I've forgotten to Cc some mailing lists when submitting this previously, resending with device tree and samsung-soc ML added] This series is intended to add device tree support for both cameras on the Exynos4412 SoC Trats 2 board. It converts related drivers to use the v4l2-async API and e

Re: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Alim Akhtar
Hi Seungwon, On Thu, Aug 29, 2013 at 1:53 PM, Seungwon Jeon wrote: > On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: >> Exynos5420 Mobile Storage Host controller has Security Management Unit >> (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures >> SMU for exynos5420. >> >

RE: [RFC V3 4/4] mmc: dw_mmc: exynos: configure SMU in exynos5420.

2013-08-29 Thread Seungwon Jeon
On Wed, August 28, 2013, Yuvaraj Kumar C D wrote: > Exynos5420 Mobile Storage Host controller has Security Management Unit > (SMU) for channel 0 and channel 1 (mainly for eMMC).This patch configures > SMU for exynos5420. > > This patch is on top of the below patch by Doug Anderson. > mmc: dw_mmc:

Re: [PATCH v4 02/10] ARM: dts: list the CPU nodes for Exynos5250

2013-08-29 Thread Viresh Kumar
On Tue, Jun 18, 2013 at 11:59 AM, Chander Kashyap wrote: > Instead of having to specify the number for CPUs in Exynos5250 in platsmp.c > file, let the number of CPUs be determined by having this information listed > in Exynos5250 device tree file. > > Signed-off-by: Chander Kashyap > Reviewed-by:

RE: [RFC V3 0/4] dw_mmc platform specific private data and SMU init

2013-08-29 Thread Seungwon Jeon
On Thursday, August 29, 2013, Jaehoon Chung wrote: > Hi Yuvaraj, > > I have tested on Exynos4 series. > I didn't test for SMU feature. If Seungwon could test or review and confirm > this patch, > then looks good to me. > > With exynos4 series, > Tested-by: Jaehoon Chung Just now, this series l