[PATCH v2] PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties

2015-12-17 Thread Bartlomiej Zolnierkiewicz
o.org> Cc: Rafael J. Wysocki <rafael.j.wyso...@intel.com> Fixes: 01fb4d3c39d3 ("PM / OPP: Parse 'opp-- 'bindings") Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- v2: - rework the changes as requested by Viresh This fixes Exynos4x12 cpufreq-dt supppo

[PATCH] PM / OPP: Fix parsing of opp-microvolt and opp-microamp properties

2015-12-16 Thread Bartlomiej Zolnierkiewicz
e.jo...@linaro.org> Cc: Rafael J. Wysocki <rafael.j.wyso...@intel.com> Fixes: 01fb4d3c39d3 ("PM / OPP: Parse 'opp-- 'bindings") Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- This fixes Exynos4x12 cpufreq-dt support regression present in linux-pm/lin

[PATCH v6 3/7] ARM: dts: Exynos542x/5800: add CPU OPP properties

2015-12-15 Thread Bartlomiej Zolnierkiewicz
.@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420-cpus.dtsi | 10 +++ arch/arm/boot/dts/exynos5420.dtsi | 110 + arch/arm/boot/dts

[PATCH v6 0/7] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-15 Thread Bartlomiej Zolnierkiewicz
L,KFC]_DIV0() macros to clk-exynos5420.c - disabled cpufreq if big.LITTLE switcher support is enabled - enhanced arm_big_little[_dt] driver with CPU cluster regulator support - fixed CPU clock configuration data for Exynos5800 - fixed CPU operating points setup for Exynos5800 - added CPU cluster reg

[PATCH v6 1/7] ARM: dts: Exynos542x/5800: add cluster regulator supply properties

2015-12-15 Thread Bartlomiej Zolnierkiewicz
om> Cc: Andreas Faerber <afaer...@suse.de> Cc: Thomas Abraham <thomas...@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 8 ++

[PATCH v6 2/7] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-12-15 Thread Bartlomiej Zolnierkiewicz
...@samsung.com> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 58 -- include/dt-bindings/clock/exynos5420.h | 2 ++ 2 files changed, 58

[PATCH v6 4/7] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-12-15 Thread Bartlomiej Zolnierkiewicz
ztof Kozlowski <k.kozlow...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/mach-exynos/exynos.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index 1c47aee..7a89c9d 100644

[PATCH v6 6/7] ARM: dts: Exynos5800: fix CPU OPP

2015-12-15 Thread Bartlomiej Zolnierkiewicz
thomas...@samsung.com> Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5800.dtsi | 108 ++

[PATCH v6 5/7] clk: samsung: exynos5422/5800: fix cpu clock configuration data

2015-12-15 Thread Bartlomiej Zolnierkiewicz
e.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Thomas Abraham <thomas...@samsung.com> Acked-by: Sylwester Nawrocki <s.nawro...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 36 +++

[PATCH v5 4/7] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-12-10 Thread Bartlomiej Zolnierkiewicz
The new CPU clock type allows the use of cpufreq-dt driver for Exynos5420. Cc: Tomasz Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: B

[PATCH v5 1/7] ARM: dts: Exynos542x/5800: add cluster regulator supply properties

2015-12-10 Thread Bartlomiej Zolnierkiewicz
om> Cc: Andreas Faerber <afaer...@suse.de> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 8 arch/arm/boot/dts/exynos5420-peach-pit.dts | 8 ++

[PATCH v5 3/7] ARM: dts: Exynos542x/5800: add CPU OPP properties

2015-12-10 Thread Bartlomiej Zolnierkiewicz
.@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420.dtsi | 122 + arch/arm/boot/dts/exynos5422-cpus.dtsi | 10 +++ 2 files changed, 1

[PATCH v5 2/7] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-12-10 Thread Bartlomiej Zolnierkiewicz
...@samsung.com> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 58 -- include/dt-bindings/clock/exynos5420.h | 2 ++ 2 files changed, 58

[PATCH v5 5/7] clk: samsung: exynos5422/5800: fix cpu clock configuration data

2015-12-10 Thread Bartlomiej Zolnierkiewicz
e.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Thomas Abraham <thomas...@samsung.com> Acked-by: Sylwester Nawrocki <s.nawro...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 36 +++

[PATCH v5 7/7] ARM: Exynos: use generic cpufreq driver for Exynos5422/5800

2015-12-10 Thread Bartlomiej Zolnierkiewicz
The new CPU clock type allows the use of generic cpufreq-dt driver for Exynos5422/5800. Cc: Tomasz Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Thomas Abraham <thomas...@samsung.com> S

[PATCH v5 6/7] ARM: dts: Exynos5800: fix CPU OPP

2015-12-10 Thread Bartlomiej Zolnierkiewicz
omas...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5800.dtsi | 108 ++ 1 file changed, 108 insertions(+) diff --git a/arch/arm/boot/dts/e

[PATCH v5 0/7] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-10 Thread Bartlomiej Zolnierkiewicz
k configuration data for Exynos5800 - fixed CPU operating points setup for Exynos5800 - added CPU cluster regulator supplies for ODROID-XU3 board Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (5): ARM: dts: Exynos542x/5800: add

Re: [PATCH v4 7/8] ARM: dts: Exynos5422: fix OPP tables

2015-12-10 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, December 08, 2015 05:13:26 PM Krzysztof Kozlowski wrote: > On 08.12.2015 03:18, Bartlomiej Zolnierkiewicz wrote: > > From: Ben Gamari <b...@smart-cactus.org> > > > > The Exynos 5422 is identical to the 5800 except for the fact that it > > boot

Re: [PATCH v4 4/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-12-10 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, December 08, 2015 04:36:12 PM Krzysztof Kozlowski wrote: > On 08.12.2015 03:18, Bartlomiej Zolnierkiewicz wrote: > > From: Thomas Abraham <thomas...@samsung.com> > > > > The new CPU clock type allows the use of cpufreq-dt driver > > for Exynos542

[PATCH v4 2/8] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-12-07 Thread Bartlomiej Zolnierkiewicz
...@samsung.com> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 58 -- include/dt-bindings/clock/exynos5420.h | 2 ++ 2 files chang

[PATCH v4 1/8] ARM: dts: Exynos542x/5800: add cluster regulator supply properties

2015-12-07 Thread Bartlomiej Zolnierkiewicz
abora.co.uk> Cc: Andreas Faerber <afaer...@suse.de> Cc: Sachin Kamat <sachin.ka...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 8

[PATCH v4 3/8] ARM: dts: Exynos5420: add CPU OPP properties

2015-12-07 Thread Bartlomiej Zolnierkiewicz
omas...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420.dtsi | 122 ++ 1 file changed, 122 insertions(+) diff --git a/arch/arm/bo

[PATCH v4 4/8] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-12-07 Thread Bartlomiej Zolnierkiewicz
er Cc: Tomasz Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <javier.marti...@collabora.co.uk> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --

[PATCH v4 5/8] clk: samsung: exynos5422/5800: fix cpu clock configuration data

2015-12-07 Thread Bartlomiej Zolnierkiewicz
; Cc: Javier Martinez Canillas <javier.marti...@collabora.co.uk> Cc: Thomas Abraham <thomas...@samsung.com> Acked-by: Sylwester Nawrocki <s.nawro...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drive

[PATCH v4 0/8] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-07 Thread Bartlomiej Zolnierkiewicz
PU cluster regulator supplies for ODROID-XU3 board Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (3): ARM: dts: Exynos542x/5800: add cluster regulator supply properties clk: samsung: exynos5422/5800: fix cpu clock configura

[PATCH v4 8/8] ARM: Exynos: use generic cpufreq driver for Exynos5422/5800

2015-12-07 Thread Bartlomiej Zolnierkiewicz
req-dt driver Cc: Tomasz Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <javier.marti...@collabora.co.uk> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsu

[PATCH v4 7/8] ARM: dts: Exynos5422: fix OPP tables

2015-12-07 Thread Bartlomiej Zolnierkiewicz
s <jav...@osg.samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5422-cpus.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-cpus.d

[PATCH v4 6/8] ARM: dts: Exynos5800: fix CPU OPP

2015-12-07 Thread Bartlomiej Zolnierkiewicz
in.ka...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5800.dtsi | 165 ++ 1 file change

[PATCH v3 06/10] clk: samsung: exynos5800: fix cpu clock configuration data

2015-12-04 Thread Bartlomiej Zolnierkiewicz
ier Martinez Canillas <jav...@osg.samsung.com> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 36 +--- 1 file changed, 33 insertions(+), 3 dele

[PATCH v3 08/10] ARM: dts: Exynos5422: fix OPP tables

2015-12-04 Thread Bartlomiej Zolnierkiewicz
s <jav...@osg.samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5422-cpus.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/exynos5422-cpus.d

[PATCH v3 10/10] cpufreq: arm-big-little: accept operating-points-v2 nodes

2015-12-04 Thread Bartlomiej Zolnierkiewicz
From: Ben Gamari <b...@smart-cactus.org> The arm_big_little cpufreq driver can use operating points from operating-points-v2 nodes without any trouble. Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlom

[PATCH v3 05/10] ARM: Exynos: use generic cpufreq driver for Exynos5420

2015-12-04 Thread Bartlomiej Zolnierkiewicz
z Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/mach-exynos/

[PATCH v3 09/10] ARM: Exynos: use generic cpufreq driver for Exynos5800

2015-12-04 Thread Bartlomiej Zolnierkiewicz
z Figa <tomasz.f...@gmail.com> Cc: Kukjin Kim <kgene@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Signed-off-by: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/mach-exyn

[PATCH v3 07/10] ARM: dts: Exynos5800: fix CPU OPP

2015-12-04 Thread Bartlomiej Zolnierkiewicz
<afaer...@suse.de> Cc: Sachin Kamat <sachin.ka...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5800.dtsi | 165 +++

[PATCH v3 03/10] clk: samsung: exynos5420: add cpu clock configuration data and instantiate cpu clock

2015-12-04 Thread Bartlomiej Zolnierkiewicz
...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/clk/samsung/clk-exynos5420.c | 58 -- include/dt-bindings/clock/exynos5420.h | 2 ++ 2 files changed, 58 insertions(+), 2 deletions(-) diff --git a/drivers/clk/sam

[PATCH v3 04/10] ARM: dts: Exynos5420: add CPU OPP and regulator supply property

2015-12-04 Thread Bartlomiej Zolnierkiewicz
o.org> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Ben Gamari <b...@smart-cactus.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420.dtsi | 122 ++ 1 file changed, 122 insertions(+)

[PATCH v3 01/10] cpufreq: arm_big_little: add cluster regulator support

2015-12-04 Thread Bartlomiej Zolnierkiewicz
. Cc: Kukjin Kim <kgene@samsung.com> Cc: Doug Anderson <diand...@chromium.org> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Andreas Faerber <afaer...@suse.de> Cc: Sachin Kamat <sachin.ka...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Sign

[PATCH v3 0/10] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-04 Thread Bartlomiej Zolnierkiewicz
r Exynos5800 - added CPU cluster regulator supplies for ODROID-XU3 board Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (4): cpufreq: arm_big_little: add cluster regulator support ARM: dts: Exynos5420/5800: add clus

[PATCH v3 02/10] ARM: dts: Exynos5420/5800: add cluster regulator supply properties

2015-12-04 Thread Bartlomiej Zolnierkiewicz
samsung.com> Cc: Andreas Faerber <afaer...@suse.de> Cc: Sachin Kamat <sachin.ka...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos5420-arndale-octa.dts | 8

Re: [PATCH v3 0/10] cpufreq: add generic cpufreq driver support for Exynos542x/5800 platforms

2015-12-04 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, December 05, 2015 09:24:44 AM Viresh Kumar wrote: > On 04-12-15, 18:30, Bartlomiej Zolnierkiewicz wrote: > > Hi, > > > > This patch series adds generic arm_big_little_dt cpufreq driver > > support for Exynos542x/5800 (using the new CPU clock type whi

Re: [PATCH 3/3] mfd: sec-core: Disable buck voltage reset on watchdog falling edge

2015-10-05 Thread Bartlomiej Zolnierkiewicz
xynos5433 patches) and it works like expected (suspend/resume issue is fixed). Tested-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> You could also add: Reported-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> (since the issue got narrowed down and reported to

Re: [PATCH 4/4] ARM64: dts: exynos5433: add jpeg node

2015-09-28 Thread Bartlomiej Zolnierkiewicz
bit but it > can be probably easily adjusted for ARM64. > > All of this means that Device Tree support for this driver can't be > merged now and effort for mainlining 5433 may be unfortunately wasted... Exynos5433 support is being incrementally merged (clocks, drm, phy, pinctrl, th

Re: [PATCH v2] clk: samsung: fix cpu clock's flags checking

2015-09-15 Thread Bartlomiej Zolnierkiewicz
[ + Stephen on cc: ] On Friday, August 28, 2015 01:49:35 PM Bartlomiej Zolnierkiewicz wrote: > CLK_CPU_HAS_DIV1 and CLK_CPU_NEEDS_DEBUG_ALT_DIV masks were > incorrectly used as a bit numbers. Fix it. > > Tested on Exynos4210 based Origen board and on Exynos5250 based > Arndale

[PATCH v5 0/4] cpufreq-dt: add suspend frequency support

2015-09-08 Thread Bartlomiej Zolnierkiewicz
902 branch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (4): PM / OPP: add dev_pm_opp_get_suspend_opp() helper cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency cpufr

[PATCH v5 4/4] ARM: dts: add suspend opp to exynos4412

2015-09-08 Thread Bartlomiej Zolnierkiewicz
ed-by: Viresh Kumar <viresh.ku...@linaro.org> Acked-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos4412.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exyn

[PATCH v5 3/4] cpufreq-dt: add suspend frequency support

2015-09-08 Thread Bartlomiej Zolnierkiewicz
ki <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Acked-by: Viresh Kumar <viresh.ku...@linaro.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/cpufreq/cpufreq-dt.c |

[PATCH v5 1/4] PM / OPP: add dev_pm_opp_get_suspend_opp() helper

2015-09-08 Thread Bartlomiej Zolnierkiewicz
Jakobi <tjak...@math.uni-bielefeld.de> Acked-by: Viresh Kumar <viresh.ku...@linaro.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/base/power/opp.c | 30 ++ include/linux/pm_opp.h | 6 ++ 2 files changed, 36 inse

[PATCH v5 2/4] cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency

2015-09-08 Thread Bartlomiej Zolnierkiewicz
.samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Acked-by: Viresh Kumar <viresh.ku...@linaro.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsu

[PATCH] cpufreq: s5pv210: remove superfluous CONFIG_PM ifdefs

2015-09-08 Thread Bartlomiej Zolnierkiewicz
CONFIG_PM ifdefs are superfluous and can be removed. Cc: Kukjin Kim <kg...@kernel.org> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/cpufreq/s5pv210-cpufreq.c | 2 -- 1 file changed, 2 deleti

[PATCH v4 0/4] cpufreq-dt: add suspend frequency support

2015-09-07 Thread Bartlomiej Zolnierkiewicz
Changes since v2: - rewrote to use suspend-opp functionality Changes since v1: - removed superfluous ";" Depends on: - next-20150902 branch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (4):

[PATCH v4 3/4] cpufreq-dt: add suspend frequency support

2015-09-07 Thread Bartlomiej Zolnierkiewicz
samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/cpufreq/cpufreq-dt.c | 11

[PATCH v4 4/4] ARM: dts: add suspend opp to exynos4412

2015-09-07 Thread Bartlomiej Zolnierkiewicz
ed-by: Viresh Kumar <viresh.ku...@linaro.org> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos4412.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index ca0e3

[PATCH v4 2/4] cpufreq: allow cpufreq_generic_suspend() to work without suspend frequency

2015-09-07 Thread Bartlomiej Zolnierkiewicz
> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsu

[PATCH v4 1/4] PM / OPP: add dev_pm_opp_get_suspend_opp() helper

2015-09-07 Thread Bartlomiej Zolnierkiewicz
ek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/base/power/opp.c | 30 ++ include/linux/pm_opp.h | 6 ++ 2 files changed, 36 insertions

[PATCH v3 0/3] cpufreq-dt: add suspend frequency support

2015-09-03 Thread Bartlomiej Zolnierkiewicz
based Odroid U3 board. Changes since v2: - rewrited to use suspend-opp functionality Changes since v1: - removed superfluous ";" Depends on: - next-20150902 branch of linux-next kernel tree Best regards, -- Bartlomiej Zolnierkiewicz Samsung R Institute Poland Samsung Electronics

[PATCH v3 3/3] ARM: dts: add suspend opp to exynos4412

2015-09-03 Thread Bartlomiej Zolnierkiewicz
obias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- arch/arm/boot/dts/exynos4412.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/dts/exynos4412.dtsi b/arch/arm/boot/dts/exynos4412.dtsi index ca0e3c1..294cfe4

[PATCH v3 1/3] PM / OPP: add dev_pm_opp_get_suspend_opp() helper

2015-09-03 Thread Bartlomiej Zolnierkiewicz
ek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnier...@samsung.com> --- drivers/base/power/opp.c | 28 include/linux/pm_opp.h | 6 ++ 2 files changed, 34 insertions(+

[PATCH v3 2/3] cpufreq-dt: add suspend frequency support

2015-09-03 Thread Bartlomiej Zolnierkiewicz
.ku...@linaro.org> Cc: Thomas Abraham <thomas...@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielef

[PATCH] cpufreq-dt: add suspend frequency support

2015-09-02 Thread Bartlomiej Zolnierkiewicz
org> Cc: Thomas Abraham <thomas...@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by:

[PATCH v2] cpufreq-dt: add suspend frequency support

2015-09-02 Thread Bartlomiej Zolnierkiewicz
org> Cc: Thomas Abraham <thomas...@samsung.com> Cc: Javier Martinez Canillas <jav...@osg.samsung.com> Cc: Krzysztof Kozlowski <k.kozlow...@samsung.com> Cc: Marek Szyprowski <m.szyprow...@samsung.com> Cc: Tobias Jakobi <tjak...@math.uni-bielefeld.de> Signed-off-by:

Re: [PATCH] ARM: dts: exynos4412-odroid-*: add workaround for CPUfreq/reboot issue

2015-09-01 Thread Bartlomiej Zolnierkiewicz
from February pointed by Marek for details). We don't have a better fix for the time being so I think that it should be merged now regardless of cpufreq-dt changes status. > Anyway for the time being: > Reviewed-by: Krzysztof Kozlowski <k.kozlow...@samsung.com> > > Thanks Marek, >

Re: [PATCH] clk: samsung: fix cpu clock's flags checking

2015-08-28 Thread Bartlomiej Zolnierkiewicz
Michael/Sylwester, could you please merge this patch? It is a bugfix for ddeac8d968d41d13a52582d6e80395a329e9b1ff (clk: samsung: add infrastructure to register cpu clocks) which got merged in v4.2-rc1. Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-28 Thread Bartlomiej Zolnierkiewicz
Hi, On Friday, August 28, 2015 09:42:35 PM Krzysztof Kozlowski wrote: W dniu 28.08.2015 o 17:35, Javier Martinez Canillas pisze: Hello Bartlomiej and Lorenzo, Thanks a lot for your explanations. On 08/27/2015 06:58 PM, Bartlomiej Zolnierkiewicz wrote: If somebody wants

[PATCH v2] clk: samsung: fix cpu clock's flags checking

2015-08-28 Thread Bartlomiej Zolnierkiewicz
...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- v2: - added Reviewed-by, Acked-by and Fixes tags (no code changes) Michael, please apply. Thank you. drivers/clk/samsung/clk-cpu.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Tuesday, August 25, 2015 05:09:32 PM Lorenzo Pieralisi wrote: On Tue, Aug 25, 2015 at 03:35:29PM +0100, Bartlomiej Zolnierkiewicz wrote: [ added Lorenzo and linux-pm to Cc: ] Hi, On Tuesday, August 25, 2015 11:43:38 AM Javier Martinez Canillas wrote: [adding Kevin

Re: CPUIdle for Exynos5422 Odroid-XU3/XU4 boards.

2015-08-25 Thread Bartlomiej Zolnierkiewicz
-exynos/cpuidle.c Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

[RFT PATCH] arm: s3c2410_defconfig: convert to use libata PATA drivers

2015-08-14 Thread Bartlomiej Zolnierkiewicz
PATA drivers. Cc: Kukjin Kim kg...@kernel.org Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Cc: linux-samsung-soc@vger.kernel.org Cc: Ben Dooks ben.do...@codethink.co.uk Cc: Vincent Sanders vi...@simtec.co.uk Cc: Simtec Linux Team li...@simtec.co.uk Signed-off-by: Bartlomiej Zolnierkiewicz

Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-07 Thread Bartlomiej Zolnierkiewicz
, Bartlomiej Zolnierkiewicz wrote: Add cpufreq_boost_enabled_generic_attr table and use it in cpufreq-dt driver instead of cpufreq_generic_attr one when boost support is enabled. As a result scaling_boost_freqs sysfs attribute is available when cpufreq-dt driver is used and boost support is enabled

Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-07 Thread Bartlomiej Zolnierkiewicz
On Friday, August 07, 2015 04:11:56 PM Viresh Kumar wrote: On 07-08-15, 12:34, Bartlomiej Zolnierkiewicz wrote: I would suggest you sending such patches as reply to the earlier threads only, instead of a new chain. This will save your time. Please explain it more. This patch needs

Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform

2015-08-07 Thread Bartlomiej Zolnierkiewicz
regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics -- To unsubscribe from this list: send the line unsubscribe linux-samsung-soc in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform

2015-08-07 Thread Bartlomiej Zolnierkiewicz
On Friday, August 07, 2015 05:09:50 PM Viresh Kumar wrote: On 07-08-15, 13:31, Bartlomiej Zolnierkiewicz wrote: Users don't need to enable the config option to get boost functionality working. It is only needed to get scaling_boost_freqs sysfs attribute visible (which lists available boost

[PATCH] cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-07 Thread Bartlomiej Zolnierkiewicz
...@linaro.org Acked-by: Viresh Kumar viresh.ku...@linaro.org Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- Rafael, please apply for v4.3. Thanks! drivers/cpufreq/cpufreq-dt.c | 11 ++- include/linux/cpufreq.h | 1 + 2 files changed, 11 insertions(+), 1 deletion

[PATCH v2] cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-07 Thread Bartlomiej Zolnierkiewicz
...@linaro.org Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- v2: Removed leftover prototype. drivers/cpufreq/cpufreq-dt.c | 9 - include/linux/cpufreq.h | 1 + 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/drivers/cpufreq/cpufreq-dt.c b/drivers

[PATCH v3] cpufreq-dt: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-07 Thread Bartlomiej Zolnierkiewicz
...@linaro.org Acked-by: Viresh Kumar viresh.ku...@linaro.org Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- v2: Removed leftover prototype. v3: added missing Acked-by Sorry for two resends, this is not my day.. Rafael, please apply for v4.3. drivers/cpufreq/cpufreq-dt.c | 9

[PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform

2015-08-06 Thread Bartlomiej Zolnierkiewicz
() (noticed by Tobias Jakobi) - ported over opp-v2 bindings (requested by Viresh Kumar) Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics Bartlomiej Zolnierkiewicz (6): cpufreq: make scaling_boost_freqs sysfs attr available when boost is enabled clk

[PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available when boost is enabled

2015-08-06 Thread Bartlomiej Zolnierkiewicz
...@linaro.org Cc: Thomas Abraham thomas...@samsung.com Cc: Javier Martinez Canillas jav...@osg.samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- drivers/cpufreq/cpufreq-dt.c | 3 +++ drivers/cpufreq/freq_table.c | 7

[PATCH v4 6/6] cpufreq: remove no longer needed CPU_FREQ_BOOST_SW config option

2015-08-06 Thread Bartlomiej Zolnierkiewicz
Remove no longer needed CPU_FREQ_BOOST_SW config option. Cc: Viresh Kumar viresh.ku...@linaro.org Cc: Thomas Abraham thomas...@samsung.com Cc: Javier Martinez Canillas jav...@osg.samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier

[PATCH v4 3/6] ARM: dts: Exynos4x12: add CPU OPP and regulator supply property

2015-08-06 Thread Bartlomiej Zolnierkiewicz
...@math.uni-bielefeld.de Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- arch/arm/boot/dts/exynos4212.dtsi | 81 arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 ++ arch/arm/boot/dts/exynos4412-origen.dts | 4 ++ arch/arm/boot/dts

[PATCH v4 5/6] cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support

2015-08-06 Thread Bartlomiej Zolnierkiewicz
...@linaro.org Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- drivers/cpufreq/Kconfig.arm | 38 -- drivers/cpufreq/Makefile | 2 - drivers/cpufreq/exynos-cpufreq.c | 236

[PATCH v4 2/6] clk: samsung: exynos4x12: add cpu clock configuration data and instantiate cpu clock

2015-08-06 Thread Bartlomiej Zolnierkiewicz
-bielefeld.de Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- drivers/clk/samsung/clk-exynos4.c | 50 +++ 1 file changed, 50 insertions(+) diff --git a/drivers/clk/samsung/clk-exynos4.c b/drivers/clk/samsung/clk-exynos4.c index 251f48d..7f370d3

[PATCH v4 4/6] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-06 Thread Bartlomiej Zolnierkiewicz
Acked-by: Viresh Kumar viresh.ku...@linaro.org Tested-by: Tobias Jakobi tjak...@math.uni-bielefeld.de Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- arch/arm/mach-exynos/Kconfig | 2 ++ arch/arm/mach-exynos/exynos.c | 2 ++ 2 files changed, 4 insertions(+) diff --git

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 09:20:41 PM Viresh Kumar wrote: On 03-08-15, 15:55, Bartlomiej Zolnierkiewicz wrote: diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 81064cd..491914c 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq/Kconfig index 659879a..bf6d596 100644 --- a/drivers/cpufreq/Kconfig +++ b/drivers/cpufreq/Kconfig @@ -191,6

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
[ added Zhang Eduardo to Cc: ] Hi, On Saturday, August 01, 2015 04:43:58 PM Krzysztof Kozlowski wrote: W dniu 01.08.2015 o 03:49, Bartlomiej Zolnierkiewicz pisze: The new CPU clock type allows the use of generic CPUfreq driver. Switch Exynos4x12 to using generic cpufreq driver. Also

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: Hi, On Saturday, August 01, 2015 04:47:21 PM Viresh Kumar wrote: On 31-07-15, 20:49, Bartlomiej Zolnierkiewicz wrote: diff --git a/drivers/cpufreq/Kconfig b/drivers

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
On Monday, August 03, 2015 04:10:44 PM Viresh Kumar wrote: On 03-08-15, 12:36, Bartlomiej Zolnierkiewicz wrote: I would really like it to be dependency not an option (+ I think that ideally it should be checked at runtime, IOW we should be checking from cpufreq-dt driver if the thermal

Re: [PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-08-03 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, August 03, 2015 08:15:13 PM Krzysztof Kozlowski wrote: W dniu 03.08.2015 o 19:36, Bartlomiej Zolnierkiewicz pisze: On Monday, August 03, 2015 03:59:26 PM Viresh Kumar wrote: On 03-08-15, 12:17, Bartlomiej Zolnierkiewicz wrote: Hi, On Saturday, August 01, 2015 04:47:21

[PATCH v3 2/5] ARM: dts: Exynos4x12: add CPU OPP and regulator supply property

2015-07-31 Thread Bartlomiej Zolnierkiewicz
diand...@chromium.org Cc: Andreas Faerber afaer...@suse.de Cc: Thomas Abraham thomas...@samsung.com Reviewed-by: Javier Martinez Canillas jav...@osg.samsung.com Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- arch/arm/boot

[PATCH v3 5/5] cpufreq: remove no longer needed CPU_FREQ_BOOST_SW config option

2015-07-31 Thread Bartlomiej Zolnierkiewicz
...@osg.samsung.com Cc: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- drivers/cpufreq/Kconfig | 4 drivers/cpufreq/freq_table.c | 2 -- 2 files changed, 6 deletions(-) diff --git a/drivers/cpufreq/Kconfig b/drivers/cpufreq

[PATCH v3 1/5] clk: samsung: exynos4x12: add cpu clock configuration data and instantiate cpu clock

2015-07-31 Thread Bartlomiej Zolnierkiewicz
: Michael Turquette mturque...@baylibre.com Cc: Thomas Abraham thomas...@samsung.com Reviewed-by: Javier Martinez Canillas jav...@osg.samsung.com Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com Acked-by: Sylwester Nawrocki s.nawro...@samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier

[PATCH v3 0/5] cpufreq: use generic cpufreq drivers for Exynos4x12 platform

2015-07-31 Thread Bartlomiej Zolnierkiewicz
branch of linux-next kernel tree - rebased on top of Exynos5250 cpufreq-dt support patch series - fixed if-statement in exynos4_clk_init() (noticed by Tobias Jakobi) - ported over opp-v2 bindings (requested by Viresh Kumar) Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland

[PATCH v3 4/5] cpufreq: exynos: remove Exynos4x12 specific cpufreq driver support

2015-07-31 Thread Bartlomiej Zolnierkiewicz
and can be deleted. Based on the earlier work by Thomas Abraham. Cc: Viresh Kumar viresh.ku...@linaro.org Cc: Thomas Abraham thomas...@samsung.com Reviewed-by: Javier Martinez Canillas jav...@osg.samsung.com Reviewed-by: Krzysztof Kozlowski k.kozlow...@samsung.com Signed-off-by: Bartlomiej

[PATCH v3 3/5] ARM: Exynos: switch to using generic cpufreq driver for Exynos4x12

2015-07-31 Thread Bartlomiej Zolnierkiewicz
thomas...@samsung.com Cc: Javier Martinez Canillas jav...@osg.samsung.com Signed-off-by: Bartlomiej Zolnierkiewicz b.zolnier...@samsung.com --- arch/arm/mach-exynos/exynos.c | 2 ++ drivers/cpufreq/Kconfig | 1 + 2 files changed, 3 insertions(+) diff --git a/arch/arm/mach-exynos/exynos.c b/arch

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-31 Thread Bartlomiej Zolnierkiewicz
On Thursday, July 30, 2015 11:37:27 PM Kukjin Kim wrote: On 07/27/15 20:47, Bartlomiej Zolnierkiewicz wrote: On Monday, July 27, 2015 05:06:41 PM Viresh Kumar wrote: On 27-07-15, 13:14, Bartlomiej Zolnierkiewicz wrote: Sorry but you don't seem to understand the issue. :) No, I did

Re: [PATCH v2 3/7] cpufreq-dt: add turbo modes support

2015-07-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 27, 2015 02:07:54 PM Viresh Kumar wrote: On 09-07-15, 17:43, Bartlomiej Zolnierkiewicz wrote: diff --git a/include/linux/cpufreq-dt.h b/include/linux/cpufreq-dt.h index 0414009..483ca1b 100644 --- a/include/linux/cpufreq-dt.h +++ b/include/linux/cpufreq-dt.h

Re: [PATCH v2 3/7] cpufreq-dt: add turbo modes support

2015-07-27 Thread Bartlomiej Zolnierkiewicz
On Monday, July 27, 2015 05:03:40 PM Viresh Kumar wrote: On 27-07-15, 13:01, Bartlomiej Zolnierkiewicz wrote: First of all, please don't be angry :).. We can discuss and get things sorted out ... OK :) This change was in the original patch posted in April: https://lkml.org/lkml/2015/4

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
Hi, On Monday, July 27, 2015 04:05:21 PM Viresh Kumar wrote: On 27-07-15, 12:24, Bartlomiej Zolnierkiewicz wrote: Have you read my explanation of the issue? With your OPP-v2 patches cpufreq-dt picks turbo frequencies and uses them as normal ones. (More at: http://www.spinics.net

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
On Monday, July 27, 2015 05:06:41 PM Viresh Kumar wrote: On 27-07-15, 13:14, Bartlomiej Zolnierkiewicz wrote: Sorry but you don't seem to understand the issue. :) No, I did. I understand that if someone uses opp bindings today with some entries as turbo OPPs, cpufreq will use them

Re: [PATCH v2 2/7] cpufreq: opp: fix handling of turbo modes

2015-07-27 Thread Bartlomiej Zolnierkiewicz
them as normal ones. (More at: http://www.spinics.net/lists/arm-kernel/msg430397.html) Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD Institute Poland Samsung Electronics cpufreq: Mark boost frequencies based on OPP's turbo mode On 09-07-15, 17:43, Bartlomiej Zolnierkiewicz wrote: Turbo

Re: [GIT PULL] Non-critical fixes for v4.3

2015-07-24 Thread Bartlomiej Zolnierkiewicz
in v4.3 but there will be potential risk of merge conflicts due to exynos-cpufreq driver removal) drivers/cpufreq/exynos-cpufreq.c | 6 -- drivers/video/fbdev/s3c-fb.c | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) Best regards, -- Bartlomiej Zolnierkiewicz Samsung RD

  1   2   3   4   5   6   7   >