Re: [PATCH] ARM: dts: exynos5422-odroid*: remove fimd node

2015-11-23 Thread Javier Martinez Canillas
Hello Krzysztof, On 11/24/2015 12:50 AM, Krzysztof Kozlowski wrote: > On 23.11.2015 22:56, Javier Martinez Canillas wrote: >> Hello Krzysztof, >> >> On 11/10/2015 09:43 PM, Krzysztof Kozlowski wrote: >> >> [snip] >> >>> >>> >>> BTW, do you know why we don't have EXYNOS_IOMMU enabled in defconfig?

Re: [PATCH] ARM: dts: exynos5422-odroid*: remove fimd node

2015-11-23 Thread Krzysztof Kozlowski
On 23.11.2015 22:56, Javier Martinez Canillas wrote: > Hello Krzysztof, > > On 11/10/2015 09:43 PM, Krzysztof Kozlowski wrote: > > [snip] > >> >> >> BTW, do you know why we don't have EXYNOS_IOMMU enabled in defconfig? >> Any reasons against? >> > > It was explicitly disabled by commit 6562f3bd

Re: [PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-23 Thread Inki Dae
Hi Javier, 2015년 11월 24일 03:38에 Javier Martinez Canillas 이(가) 쓴 글: > Hello Inki, > > On 11/23/2015 01:47 PM, Inki Dae wrote: >> 2015-11-23 21:25 GMT+09:00 Javier Martinez Canillas : >>> Hello, >>> >>> On 11/21/2015 11:59 AM, Inki Dae wrote: Hi Daniel, 2015-11-21 22:40 GMT+09:0

Re: [PATCH] thermal: exynos: use of_property_read_u8()

2015-11-23 Thread Krzysztof Kozlowski
On 24.11.2015 08:29, Eduardo Valentin wrote: > On Mon, Nov 23, 2015 at 07:40:41PM +0530, Saurabh Sengar wrote: >> use of_property_read_u8() for u8 variables, >> also changed the return type to void as this function return type >> is nowhere used. >> > > I would be good if you could split both chan

Re: [PATCH] thermal: exynos: use of_property_read_u8()

2015-11-23 Thread Eduardo Valentin
On Mon, Nov 23, 2015 at 07:40:41PM +0530, Saurabh Sengar wrote: > use of_property_read_u8() for u8 variables, > also changed the return type to void as this function return type > is nowhere used. > I would be good if you could split both changes into two patches. Also, I still do not understand

Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@

2015-11-23 Thread Rafael J. Wysocki
On Tuesday, November 24, 2015 12:04:00 AM Rafael J. Wysocki wrote: > On Wednesday, November 11, 2015 08:10:58 AM Viresh Kumar wrote: > > OPP bindings got updated to name OPP nodes this way, make changes > > according to that. > > > > Reviewed-by: Krzysztof Kozlowski > > Signed-off-by: Viresh Kuma

Re: [PATCH V3 5/5] ARM: dts: exynos4412: Rename OPP nodes as opp@

2015-11-23 Thread Rafael J. Wysocki
On Wednesday, November 11, 2015 08:10:58 AM Viresh Kumar wrote: > OPP bindings got updated to name OPP nodes this way, make changes > according to that. > > Reviewed-by: Krzysztof Kozlowski > Signed-off-by: Viresh Kumar > --- > arch/arm/boot/dts/exynos4412.dtsi | 28 ++--

Re: [PATCH] pwm: Avoid double mutex lock on pwm_enable

2015-11-23 Thread Jonathan Richardson
On 15-11-23 02:07 AM, Thierry Reding wrote: > On Sun, Nov 22, 2015 at 09:13:17AM +0900, Krzysztof Kozlowski wrote: >> 2015-11-22 3:14 GMT+09:00 Anand Moon : >>> Hi Krzysztof, >>> >>> On 21 November 2015 at 18:37, Krzysztof Kozlowski >>> wrote: 2015-11-21 21:11 GMT+09:00 Anand Moon : > hi

Re: [PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-23 Thread Javier Martinez Canillas
Hello Inki, On 11/23/2015 01:47 PM, Inki Dae wrote: > 2015-11-23 21:25 GMT+09:00 Javier Martinez Canillas : >> Hello, >> >> On 11/21/2015 11:59 AM, Inki Dae wrote: >>> Hi Daniel, >>> >>> >>> 2015-11-21 22:40 GMT+09:00 Daniel Stone : Hi Inki, On 21 November 2015 at 09:38, Inki Dae w

Re: [PATCH v2 4/5] drm/exynos: mixer: do blending setup in mixer_cfg_layer()

2015-11-23 Thread Tobias Jakobi
Hey Inki, Inki Dae wrote: > > > 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >> This updates the blending setup when the layer configuration >> changes (triggered by mixer_win_{commit,disable}). >> >> To avoid unnecesary reconfigurations we cache the layer >> state in the mixer context. >> >> E

Re: [PATCH v2 2/5] drm/exynos: mixer: introduce mixer_layer_blending()

2015-11-23 Thread Tobias Jakobi
Hey Inki, Inki Dae wrote: > > > 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >> This analyses the current layer configuration (which layers >> are enabled, which have alpha-pixelformat, etc.) and setups >> blending accordingly. >> >> We currently disable all kinds of blending for the bottom-mos

Re: [PATCH v2 1/5] drm/exynos: mixer: refactor layer setup

2015-11-23 Thread Tobias Jakobi
Hey Inki, Inki Dae wrote: > Hi Tobias, > > 2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: >> First step in allowing a more generic way to setup complex >> blending for the different layers. >> >> Signed-off-by: Tobias Jakobi >> --- >> drivers/gpu/drm/exynos/exynos_mixer.c | 84 >> ++

Re: [PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-23 Thread Inki Dae
2015-11-23 21:25 GMT+09:00 Javier Martinez Canillas : > Hello, > > On 11/21/2015 11:59 AM, Inki Dae wrote: >> Hi Daniel, >> >> >> 2015-11-21 22:40 GMT+09:00 Daniel Stone : >>> Hi Inki, >>> >>> On 21 November 2015 at 09:38, Inki Dae wrote: 2015-11-21 1:44 GMT+09:00 Javier Martinez Canillas >>

[GIT PULL] Immutable branch between MFD, Regulator and RTC

2015-11-23 Thread Lee Jones
Better $SUBJECT for ya'll -- so it doesn't get lost in the noise. > Mark, Alexandre, > > Enjoy! > > The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4: > > Linux 4.4-rc2 (2015-11-22 16:45:59 -0800) > > are available in the git repository at: > > git://git.kernel.o

Re: [RESEND PATCH v5 0/3] mfd: sec: add S2MPS15 PMIC support

2015-11-23 Thread Lee Jones
Mark, Alexandre, Enjoy! The following changes since commit 1ec218373b8ebda821aec00bb156a9c94fad9cd4: Linux 4.4-rc2 (2015-11-22 16:45:59 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-regulator-rtc-v4.5 for you to fetch

[PATCH] thermal: exynos: use of_property_read_u8()

2015-11-23 Thread Saurabh Sengar
use of_property_read_u8() for u8 variables, also changed the return type to void as this function return type is nowhere used. Signed-off-by: Saurabh Sengar --- drivers/thermal/samsung/exynos_tmu.c | 30 +- 1 file changed, 13 insertions(+), 17 deletions(-) diff --git

Re: [PATCH] ARM: dts: exynos5422-odroid*: remove fimd node

2015-11-23 Thread Javier Martinez Canillas
Hello Krzysztof, On 11/10/2015 09:43 PM, Krzysztof Kozlowski wrote: [snip] > > > BTW, do you know why we don't have EXYNOS_IOMMU enabled in defconfig? > Any reasons against? > It was explicitly disabled by commit 6562f3bd396a ("ARM: exynos_defconfig: Disable IOMMU support") because Exynos IOM

Re: [PATCH v2 0/7] drm/exynos: add pm runtime support

2015-11-23 Thread Javier Martinez Canillas
Hello, On 11/21/2015 11:59 AM, Inki Dae wrote: > Hi Daniel, > > > 2015-11-21 22:40 GMT+09:00 Daniel Stone : >> Hi Inki, >> >> On 21 November 2015 at 09:38, Inki Dae wrote: >>> 2015-11-21 1:44 GMT+09:00 Javier Martinez Canillas : On 11/20/2015 08:13 AM, Inki Dae wrote: > The boot log sa

Re: PING: [PATCH v9 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410

2015-11-23 Thread Krzysztof Kozlowski
2015-11-23 17:35 GMT+09:00 Pavel Fedin : > Hello! So what's up? I see SROM driver suddenly removed from everywhere and > no single word about it. What is the status? What do you mean by everywhere? That sounds a little bit drastic... I did not apply it before at the first place... so if you have

Re: [PATCH] pwm: Avoid double mutex lock on pwm_enable

2015-11-23 Thread Thierry Reding
On Sun, Nov 22, 2015 at 09:13:17AM +0900, Krzysztof Kozlowski wrote: > 2015-11-22 3:14 GMT+09:00 Anand Moon : > > Hi Krzysztof, > > > > On 21 November 2015 at 18:37, Krzysztof Kozlowski > > wrote: > >> 2015-11-21 21:11 GMT+09:00 Anand Moon : > >>> hi Krzysztof, > >>> > >>> On 21 November 2015 at 1

PING: [PATCH v9 0/4] Exynos SROMc configuration and Ethernet support for SMDK5410

2015-11-23 Thread Pavel Fedin
Hello! So what's up? I see SROM driver suddenly removed from everywhere and no single word about it. What is the status? Kind regards, Pavel Fedin Expert Engineer Samsung Electronics Research center Russia > -Original Message- > From: linux-samsung-soc-ow...@vger.kernel.org > [mailto:

Re: [PATCH v2 2/5] drm/exynos: mixer: introduce mixer_layer_blending()

2015-11-23 Thread Inki Dae
2015년 11월 23일 01:09에 Tobias Jakobi 이(가) 쓴 글: > This analyses the current layer configuration (which layers > are enabled, which have alpha-pixelformat, etc.) and setups > blending accordingly. > > We currently disable all kinds of blending for the bottom-most > layer, since configuration of the

Re: [RESEND PATCH v2] mfd: sec-core: Rename MFD and regulator names differently

2015-11-23 Thread Lee Jones
On Fri, 20 Nov 2015, Alim Akhtar wrote: > Currently S2MPSXX multifunction device is named as *-pmic, > and these MFDs also supports regulator as a one of its MFD cell which > has the same name, because current name is confusing and we want to > sort it out. > > We did discussed different approach