Re: [PATCH 21/21] thermal: exynos: Make Exynos3250 TMU compatible with Exynos4412

2014-10-10 Thread Lukasz Majewski
Hi Chanwoo, On 10/10/2014 01:38 AM, Lukasz Majewski wrote: Since both SoCs have the same TMU IP block embedded on them, it is not necessary to maintain separate compatible entry. Signed-off-by: Lukasz Majewski l.majew...@samsung.com --- drivers/thermal/samsung/exynos_tmu.c | 3 ---

Re: Powering down unused PM domains (was: Re: [PATCH 0/4] PM / Domains: Fix race conditions during boot)

2014-10-10 Thread Pavel Machek
Hi! While operation A2 is PM domain-centric (it walks the list of genpd domains), A3 and B3 are device-centric (A3 operates on one specific device, B3 walks the list of devices). Hence B3 never touches PM domains that don't contain any devices[*]. So these PM domains are kept

Re: [PATCH 1/1] ARM: exynos_defconfig: re-enable USB gadget and max77802 options

2014-10-10 Thread Javier Martinez Canillas
Hello Kevin, On Fri, Oct 10, 2014 at 1:34 AM, Kevin Hilman khil...@kernel.org wrote: Javier Martinez Canillas javier.marti...@collabora.co.uk writes: Commit 43eeaa42e03a (ARM: exynos_defconfig: savedefconfig) removed a set of Kconfig symbols. For most of them there were no functional change

[PATCH 0/4] drm/exynos: misc fixes

2014-10-10 Thread Andrzej Hajda
Hi Inki, These four independent patches fixes few problems I have encountered recently. 1st patch is a trivial fix. 2nd patch(kms poll init) fixes old issue, which became more visible after my patch 'drm/exynos: init vblank with real number of crtcs' - driver tried to handle HPD events even if

[PATCH 2/4] drm/exynos: init kms poll at the end of initialization

2014-10-10 Thread Andrzej Hajda
HPD events can be generated by components even if drm_dev is not fully initialized, to skip such events kms poll initialization should be performed at the end of load callback followed directly by forced connection detection. Signed-off-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 4/4] drm/exynos: correct connector-dpms field before resuming

2014-10-10 Thread Andrzej Hajda
During system suspend after connector switch off its dpms field is set to connector previous dpms state. To properly resume dpms field should be set to its actual state (off) before resuming to previous dpms state. Signed-off-by: Andrzej Hajda a.ha...@samsung.com ---

[PATCH 1/4] drm/exynos: propagate plane initialization errors

2014-10-10 Thread Andrzej Hajda
In case of error during plane initialization load callback incorrectly return success, this patch fixes it. Signed-off-by: Andrzej Hajda a.ha...@samsung.com --- drivers/gpu/drm/exynos/exynos_drm_drv.c | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

[PATCH 3/4] drm/exynos: enable vblank after DPMS on

2014-10-10 Thread Andrzej Hajda
Before DPMS off driver disables vblank. It should be balanced by vblank enable after DPMS on. The patch fixes issue with page_flip ioctl not being able to acquire vblank counter introduced by patch: drm: Always reject drm_vblank_get() after drm_vblank_off() Signed-off-by: Andrzej Hajda

Re: [PATCH] drm/exynos: fix vblank handling during dpms off

2014-10-10 Thread Andrzej Hajda
On 10/02/2014 12:52 PM, Inki Dae wrote: On 2014년 10월 02일 17:58, Joonyoung Shim wrote: Hi Andrzej, On 10/01/2014 05:14 PM, Andrzej Hajda wrote: The patch disables vblanks during dpms off only if pagefilp has not been finished. It also replaces drm_vblank_off with drm_crtc_vblank_put. It

[RFC PATCH] drm/exynos: Add DECON driver

2014-10-10 Thread Ajay Kumar
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 for generating video signals using pixel data. DECON driver can be used to drive 2

Re: [PATCH V7 11/12] Documentation: bridge: Add documentation for ps8622 DT properties

2014-10-10 Thread Ajay kumar
On Wed, Oct 8, 2014 at 12:39 PM, Thierry Reding thierry.red...@gmail.com wrote: On Tue, Oct 07, 2014 at 05:49:24PM +0300, Laurent Pinchart wrote: Hi Ajay, On Tuesday 07 October 2014 16:06:55 Ajay kumar wrote: On Tue, Oct 7, 2014 at 4:00 PM, Tomi Valkeinen wrote: On 20/09/14 14:22, Ajay

Re: [PATCH 1/5] regulator: of: Add regulator-initial-mode parse support

2014-10-10 Thread Mark Rutland
On Thu, Oct 09, 2014 at 04:19:47PM +0100, Javier Martinez Canillas wrote: Hello Mark, On 10/09/2014 12:27 PM, Mark Rutland wrote: Well, is not fairly obvious to me. One can also say the opposite, why the kernel is documenting a DT binding that is not (currently) implemented?

Re: [PATCH v9 0/2] Adds PMU and S2R support for exynos5420

2014-10-10 Thread Kevin Hilman
Abhilash Kesavan kesavan.abhil...@gmail.com writes: On Fri, Oct 10, 2014 at 4:29 AM, Kevin Hilman khil...@kernel.org wrote: Kevin Hilman khil...@kernel.org writes: [...] Trying $SUBJECT series on top of kukjin's for-next is working fine, but I'm still not able to make it work on

Re: [PATCH v2 0/3] iio: exynos-adc: use syscon instead of ioremap

2014-10-10 Thread Jonathan Cameron
On 21/09/14 13:17, Jonathan Cameron wrote: On 16/09/14 09:58, Naveen Krishna Chatradhi wrote: Changes since v1: 1. Rebased on top of togreg branch of IIO git. This patch set does the following 1. Use the syscon and Regmap API instead of ioremappaing the ADC_PHY register from PMU. 2.

Re: [PATCH v9 0/2] Adds PMU and S2R support for exynos5420

2014-10-10 Thread Vikas Sajjan
Hi Kevin, On Sat, Oct 11, 2014 at 3:47 AM, Kevin Hilman khil...@kernel.org wrote: Abhilash Kesavan kesavan.abhil...@gmail.com writes: On Fri, Oct 10, 2014 at 4:29 AM, Kevin Hilman khil...@kernel.org wrote: Kevin Hilman khil...@kernel.org writes: [...] Trying $SUBJECT series on top of