Re: [PATCH V2] drm/exynos: Add DECON driver

2014-12-01 Thread Pankaj Dubey
Hi Ajay, On 28 November 2014 at 16:45, Ajay Kumar ajaykumar...@samsung.com wrote: This series is based on exynos-drm-next branch of Inki Dae's tree at: git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git DECON(Display and Enhancement Controller) is the new IP in exynos7 SOC

Re: [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock being gated

2014-12-01 Thread Krzysztof Kozlowski
On nie, 2014-11-30 at 21:19 +0900, Tomasz Figa wrote: Hi Krzysztof, 2014-11-28 23:08 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On pią, 2014-11-28 at 15:04 +0100, Linus Walleij wrote: On Wed, Nov 26, 2014 at 3:24 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote:

Re: [PATCH RFT 2/2] arm: dts: disable CCI on exynos420 based arndale-octa

2014-12-01 Thread Krzysztof Kozlowski
On pią, 2014-11-28 at 21:09 +0530, Abhilash Kesavan wrote: Hello Krzysztof, On Fri, Nov 28, 2014 at 8:49 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On pią, 2014-11-28 at 20:20 +0530, Abhilash Kesavan wrote: The arndale-octa board was giving imprecise external aborts during

[PATCH] clk: samsung: exynos4415: Fix build with PM_SLEEP disabled

2014-12-01 Thread Krzysztof Kozlowski
Fix following build errors when PM_SLEEP is disabled (e.g. by disabling SUSPEND and HIBERNATION): drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’: drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx’ undeclared (first use in this function)

Re: [PATCH V3 0/3] PM / Domains: Add initial PM clock support to genpd

2014-12-01 Thread Geert Uytterhoeven
On Fri, Nov 28, 2014 at 9:30 AM, Ulf Hansson ulf.hans...@linaro.org wrote: Changes in v3: -Fixed comments from Rafael for patch 1. -Change name of define, affects all patches. Changes in v2: -Small fixes in patch 1. It's quite common for PM domains to use PM

Re: [PATCH V3 3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile

2014-12-01 Thread Geert Uytterhoeven
On Fri, Nov 28, 2014 at 9:30 AM, Ulf Hansson ulf.hans...@linaro.org wrote: Instead of using the dev_ops -stop|start() callbacks for genpd, let's convert to use genpd's flag field and set it to GENPD_PM_CLK. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Tested-by: Geert Uytterhoeven

Re: [PATCH V2] PM / Domains: Add pm_genpd_lookup() API to lookup domain by firmware node

2014-12-01 Thread Ulf Hansson
On 29 November 2014 at 01:30, Rafael J. Wysocki r...@rjwysocki.net wrote: On Friday, November 28, 2014 11:38:35 AM Ulf Hansson wrote: In a step to move away from using genpd's name based APIs, such as the pm_genpd_add_subdomain_names(), provide an API to lookup an already initialized generic

Re: [PATCH 2/3] drm/panel: add s6e63j0x03 LCD Panel driver

2014-12-01 Thread Thierry Reding
On Fri, Nov 28, 2014 at 08:39:50PM +0900, Inki Dae wrote: This patch adds MIPI-DSI based S6E63J0X03 AMOLED LCD Panel driver which uses mipi_dsi bus to communicate with Panel. s/Panel/panel/. Also I prefer to have more information in the commit message than this. Physical size and resolution

Re: [PATCH RFT 2/2] arm: dts: disable CCI on exynos420 based arndale-octa

2014-12-01 Thread Russell King - ARM Linux
On Mon, Dec 01, 2014 at 10:03:28AM +0100, Krzysztof Kozlowski wrote: On pią, 2014-11-28 at 21:09 +0530, Abhilash Kesavan wrote: Hello Krzysztof, On Fri, Nov 28, 2014 at 8:49 PM, Krzysztof Kozlowski k.kozlow...@samsung.com wrote: On pią, 2014-11-28 at 20:20 +0530, Abhilash Kesavan

Re: [PATCH RFT 2/2] arm: dts: disable CCI on exynos420 based arndale-octa

2014-12-01 Thread Krzysztof Kozlowski
On pon, 2014-12-01 at 11:09 +, Russell King - ARM Linux wrote: On Mon, Dec 01, 2014 at 10:03:28AM +0100, Krzysztof Kozlowski wrote: On pią, 2014-11-28 at 21:09 +0530, Abhilash Kesavan wrote: Hello Krzysztof, On Fri, Nov 28, 2014 at 8:49 PM, Krzysztof Kozlowski

[PATCH] PM/ Domains: Export of_genpd_get_from_provider function.

2014-12-01 Thread Amit Daniel Kachhap
This function looks up a PM domain form the provider. This will be useful to add parent/child domain relationship from the SoC specific code. The caller of the function must make sure that PM domain provider is already registered. Signed-off-by: Amit Daniel Kachhap amit.dan...@samsung.com ---

[PATCH V4 2/3] ARM: shmobile: Convert to genpd flags for PM clocks for r8a7779

2014-12-01 Thread Ulf Hansson
Instead of using the dev_ops -stop|start() callbacks for genpd, let's convert to use genpd's flag field and set it to GENPD_FLAG_PM_CLK. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Acked-by: Geert Uytterhoeven geert+rene...@glider.be --- Changes in v4: Convert to renamed define.

[PATCH V4 0/3] PM / Domains: Add initial PM clock support to genpd

2014-12-01 Thread Ulf Hansson
Changes in v4: -Applied acks/tested by tags. -Change name of define, affects all patches. Changes in v3: -Fixed comments from Rafael for patch 1. -Change name of define, affects all patches. Changes in v2: -Small fixes in patch 1. It's quite common for

[PATCH V4 3/3] ARM: shmobile: Convert to genpd flags for PM clocks for R-mobile

2014-12-01 Thread Ulf Hansson
Instead of using the dev_ops -stop|start() callbacks for genpd, let's convert to use genpd's flag field and set it to GENPD_FLAG_PM_CLK. Signed-off-by: Ulf Hansson ulf.hans...@linaro.org Acked-by: Geert Uytterhoeven geert+rene...@glider.be Tested-by: Geert Uytterhoeven geert+rene...@glider.be ---

[PATCH V4 1/3] PM / Domains: Initial PM clock support for genpd

2014-12-01 Thread Ulf Hansson
It's quite common for PM domains to use PM clocks. Typically from SOC specific code, the per device PM clock list is created and pm_clk_suspend|resume() are invoked to handle clock gating/ungating. A step towards consolidation is to integrate PM clock support into genpd, which is what this patch

Re: [PATCH V2] PM / Domains: Add pm_genpd_lookup() API to lookup domain by firmware node

2014-12-01 Thread amit daniel kachhap
On Mon, Dec 1, 2014 at 3:56 PM, Ulf Hansson ulf.hans...@linaro.org wrote: On 29 November 2014 at 01:30, Rafael J. Wysocki r...@rjwysocki.net wrote: On Friday, November 28, 2014 11:38:35 AM Ulf Hansson wrote: In a step to move away from using genpd's name based APIs, such as the

[PATCH] ARM: dts: Add dts file for odroid XU3 board

2014-12-01 Thread Sjoerd Simons
Add DTS for the Hardkernel Odroid XU3. The name of the DTS file is kept the same as the vendors naming, which means it's prefixed with exynos5422 instead of exynos5800 as the SoC name even though it includes the exyno5800 dtsi. Signed-off-by: Sjoerd Simons sjoerd.sim...@collabora.co.uk ---

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-12-01 Thread Vivek Gautam
On Fri, Nov 28, 2014 at 9:15 PM, Linus Walleij linus.wall...@linaro.org wrote: On Fri, Nov 28, 2014 at 4:39 AM, Vivek Gautam gautamvivek1...@gmail.com wrote: On Fri, Nov 28, 2014 at 9:05 AM, Vivek Gautam gautamvivek1...@gmail.com wrote: On Mon, Nov 24, 2014 at 6:32 PM, Vivek Gautam

Re: [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock being gated

2014-12-01 Thread Tomasz Figa
2014-12-01 17:37 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On nie, 2014-11-30 at 21:19 +0900, Tomasz Figa wrote: Hi Krzysztof, 2014-11-28 23:08 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On pią, 2014-11-28 at 15:04 +0100, Linus Walleij wrote: On Wed, Nov 26, 2014

Re: [PATCH v2 3/5] pinctrl: exynos: Fix GPIO setup failure because domain clock being gated

2014-12-01 Thread Krzysztof Kozlowski
On pon, 2014-12-01 at 23:34 +0900, Tomasz Figa wrote: 2014-12-01 17:37 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On nie, 2014-11-30 at 21:19 +0900, Tomasz Figa wrote: Hi Krzysztof, 2014-11-28 23:08 GMT+09:00 Krzysztof Kozlowski k.kozlow...@samsung.com: On pią, 2014-11-28

Re: drm: exynos: mixer: fix using usleep() in atomic context

2014-12-01 Thread Thierry Reding
On Sun, Nov 30, 2014 at 01:35:25AM +0100, tjak...@math.uni-bielefeld.de wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch fixes calling usleep_range() after taking reg_slock using spin_lock_irqsave(). The mdelay() is used instead. Waiting in atomic context is not the best

Re: [PATCH V2 1/2] pinctrl: exynos: Add BUS1 pin controller for exynos7

2014-12-01 Thread Tomasz Figa
Hi Vivek, Please see my comments below. 2014-11-24 22:02 GMT+09:00 Vivek Gautam gautam.vi...@samsung.com: USB and Power regulator on Exynos7 require gpios available in BUS1 pin controller block. So adding the BUS1 pinctrl support. Signed-off-by: Naveen Krishna Ch naveenkrishna...@gmail.com

Re: drm: exynos: mixer: fix using usleep() in atomic context

2014-12-01 Thread Tobias Jakobi
On 2014-12-01 16:54, Thierry Reding wrote: On Sun, Nov 30, 2014 at 01:35:25AM +0100, tjak...@math.uni-bielefeld.de wrote: From: Tomasz Stanislawski t.stanisl...@samsung.com This patch fixes calling usleep_range() after taking reg_slock using spin_lock_irqsave(). The mdelay() is used instead.

Re: [PATCH RFT 2/2] arm: dts: disable CCI on exynos420 based arndale-octa

2014-12-01 Thread Kevin Hilman
Abhilash Kesavan a.kesa...@samsung.com writes: The arndale-octa board was giving imprecise external aborts during boot-up with MCPM enabled. CCI enablement of the boot cluster was found to be the cause of these aborts (possibly because the secure f/w was not allowing it). Hence, disable CCI

Re: [PATCH RFT 2/2] arm: dts: disable CCI on exynos420 based arndale-octa

2014-12-01 Thread Tyler Baker
On 1 December 2014 at 10:50, Kevin Hilman khil...@kernel.org wrote: Abhilash Kesavan a.kesa...@samsung.com writes: The arndale-octa board was giving imprecise external aborts during boot-up with MCPM enabled. CCI enablement of the boot cluster was found to be the cause of these aborts

Re: [PATCH V4 1/3] PM / Domains: Initial PM clock support for genpd

2014-12-01 Thread Kevin Hilman
Ulf Hansson ulf.hans...@linaro.org writes: It's quite common for PM domains to use PM clocks. Typically from SOC specific code, the per device PM clock list is created and pm_clk_suspend|resume() are invoked to handle clock gating/ungating. A step towards consolidation is to integrate PM

Re: [PATCH] clk: samsung: exynos4415: Fix build with PM_SLEEP disabled

2014-12-01 Thread Chanwoo Choi
On 12/01/2014 06:12 PM, Krzysztof Kozlowski wrote: Fix following build errors when PM_SLEEP is disabled (e.g. by disabling SUSPEND and HIBERNATION): drivers/clk/samsung/clk-exynos4415.c: In function ‘exynos4415_cmu_init’: drivers/clk/samsung/clk-exynos4415.c:982:2: error: ‘exynos4415_ctx’

Re: [PATCH] dmaengine: pl330: Set residue in tx_status callback

2014-12-01 Thread Padma Venkat
Hi Vinod/Lars, On 11/26/14, Padmavathi Venna padm...@samsung.com wrote: Fill txstate.residue with the amount of bytes remaining in the current transfer if the transfer is not complete. This will be of particular use to i2s DMA transfers, providing more accurate hw_ptr values to ASoC. I had

Re: [PATCH V8 03/14] drm/bridge: make bridge registration independent of drm flow

2014-12-01 Thread Ajay kumar
On Sat, Nov 15, 2014 at 3:24 PM, Ajay Kumar ajaykumar...@samsung.com wrote: Currently, third party bridge drivers(ptn3460) are dependent on the corresponding encoder driver init, since bridge driver needs a drm_device pointer to finish drm initializations. The encoder driver passes the

Re: [PATCH] ARM: dts: Add dts file for odroid XU3 board

2014-12-01 Thread Heesub Shin
Hello Simons, On 12/01/2014 09:59 PM, Sjoerd Simons wrote: + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. +*/ + +/dts-v1/; +#include exynos5800.dtsi