Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1220988 > unrolled thread
| Started by | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| First post | 2015-09-08 18:50 +0200 |
| Last post | 2015-09-14 09:30 +0200 |
| Articles | 5 — 4 participants |
Back to article view | Back to linux.kernel
[PATCH v5 0/4] cpufreq-dt: add suspend frequency support Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-09-08 18:50 +0200
Re: [PATCH v5 0/4] cpufreq-dt: add suspend frequency support "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-09-09 02:50 +0200
Re: [PATCH v5 0/4] cpufreq-dt: add suspend frequency support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-14 09:10 +0200
Re: [PATCH v5 0/4] cpufreq-dt: add suspend frequency support Viresh Kumar <viresh.kumar@linaro.org> - 2015-09-14 09:20 +0200
Re: [PATCH v5 0/4] cpufreq-dt: add suspend frequency support Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-09-14 09:30 +0200
| From | Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> |
|---|---|
| Date | 2015-09-08 18:50 +0200 |
| Subject | [PATCH v5 0/4] cpufreq-dt: add suspend frequency support |
| Message-ID | <q6ufL-1tS-7@gated-at.bofh.it> |
Hi,
This patch series adds suspend frequency support (using opp-v2
bindings and suspend-opp functionality) to cpufreq-dt driver and
then adds suspend opp for Exynos4412 based boards.
This patch series fixes suspend/resume support on Exynos4412
based Trats2 board and reboot hang on Exynos4412 based Odroid
U3 board.
Changes since v4:
- removed superfluous CONFIG_PM ifdefs
- added Acked-by tag from Krzysztof to patch #4
- added Acked-by tag from Viresh to patches #1-3
Changes since v3:
- fixed dev_pm_opp_get_suspend_opp() locking
- shortened variable name in dev_pm_opp_get_suspend_opp()
- adjusted cpufreq_generic_suspend() to work with cpufreq-dt
- removed no longer needed cpufreq_dt_suspend()
- added Acked-by tag from Viresh to patch #4
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&D 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
cpufreq-dt: add suspend frequency support
ARM: dts: add suspend opp to exynos4412
arch/arm/boot/dts/exynos4412.dtsi | 1 +
drivers/base/power/opp.c | 30 ++++++++++++++++++++++++++++++
drivers/cpufreq/cpufreq-dt.c | 9 +++++++++
drivers/cpufreq/cpufreq.c | 4 ++--
include/linux/pm_opp.h | 6 ++++++
5 files changed, 48 insertions(+), 2 deletions(-)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | "Rafael J. Wysocki" <rjw@rjwysocki.net> |
|---|---|
| Date | 2015-09-09 02:50 +0200 |
| Message-ID | <q6BKi-3RN-11@gated-at.bofh.it> |
| In reply to | #1220988 |
On Tuesday, September 08, 2015 06:41:00 PM Bartlomiej Zolnierkiewicz wrote: > Hi, > > This patch series adds suspend frequency support (using opp-v2 > bindings and suspend-opp functionality) to cpufreq-dt driver and > then adds suspend opp for Exynos4412 based boards. > > This patch series fixes suspend/resume support on Exynos4412 > based Trats2 board and reboot hang on Exynos4412 based Odroid > U3 board. > > Changes since v4: > - removed superfluous CONFIG_PM ifdefs > - added Acked-by tag from Krzysztof to patch #4 > - added Acked-by tag from Viresh to patches #1-3 > > Changes since v3: > - fixed dev_pm_opp_get_suspend_opp() locking > - shortened variable name in dev_pm_opp_get_suspend_opp() > - adjusted cpufreq_generic_suspend() to work with cpufreq-dt > - removed no longer needed cpufreq_dt_suspend() > - added Acked-by tag from Viresh to patch #4 > > Changes since v2: > - rewrote to use suspend-opp functionality > > Changes since v1: > - removed superfluous ";" > > Depends on: > - next-20150902 branch of linux-next kernel tree I've queued up [1-3/4] for the next PM pull request. The [4/4] has to go in separately through the platform tree. Thanks, Rafael -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-09-14 09:10 +0200 |
| Message-ID | <q8w3L-7rr-13@gated-at.bofh.it> |
| In reply to | #1221163 |
On 09.09.2015 10:16, Rafael J. Wysocki wrote: > On Tuesday, September 08, 2015 06:41:00 PM Bartlomiej Zolnierkiewicz wrote: >> Hi, >> >> This patch series adds suspend frequency support (using opp-v2 >> bindings and suspend-opp functionality) to cpufreq-dt driver and >> then adds suspend opp for Exynos4412 based boards. >> >> This patch series fixes suspend/resume support on Exynos4412 >> based Trats2 board and reboot hang on Exynos4412 based Odroid >> U3 board. >> >> Changes since v4: >> - removed superfluous CONFIG_PM ifdefs >> - added Acked-by tag from Krzysztof to patch #4 >> - added Acked-by tag from Viresh to patches #1-3 >> >> Changes since v3: >> - fixed dev_pm_opp_get_suspend_opp() locking >> - shortened variable name in dev_pm_opp_get_suspend_opp() >> - adjusted cpufreq_generic_suspend() to work with cpufreq-dt >> - removed no longer needed cpufreq_dt_suspend() >> - added Acked-by tag from Viresh to patch #4 >> >> Changes since v2: >> - rewrote to use suspend-opp functionality >> >> Changes since v1: >> - removed superfluous ";" >> >> Depends on: >> - next-20150902 branch of linux-next kernel tree > > I've queued up [1-3/4] for the next PM pull request. > > The [4/4] has to go in separately through the platform tree. Dear Rafael, If you want, the fourth patch can go now through your tree - the late SoC changes were pulled by Linus. No difference... I can grab it as I had other DT related fix in queue. The only important thing is to get entire patchset to 4.3 because it is a fix for regression introduced in cpufreq for exynos. Do you plan to send your part in current 4.3 cycle? Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Viresh Kumar <viresh.kumar@linaro.org> |
|---|---|
| Date | 2015-09-14 09:20 +0200 |
| Message-ID | <q8wdr-7CL-3@gated-at.bofh.it> |
| In reply to | #1223865 |
On 14-09-15, 16:08, Krzysztof Kozlowski wrote: > If you want, the fourth patch can go now through your tree - the late > SoC changes were pulled by Linus. No difference... I can grab it as I > had other DT related fix in queue. > > The only important thing is to get entire patchset to 4.3 because it is > a fix for regression introduced in cpufreq for exynos. Do you plan to > send your part in current 4.3 cycle? The first 3 patches are already part for 4.3-rc1 and so you can keep the DT update in your tree now. :) -- viresh -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | Krzysztof Kozlowski <k.kozlowski@samsung.com> |
|---|---|
| Date | 2015-09-14 09:30 +0200 |
| Message-ID | <q8wn9-7NZ-21@gated-at.bofh.it> |
| In reply to | #1223868 |
On 14.09.2015 16:17, Viresh Kumar wrote: > On 14-09-15, 16:08, Krzysztof Kozlowski wrote: >> If you want, the fourth patch can go now through your tree - the late >> SoC changes were pulled by Linus. No difference... I can grab it as I >> had other DT related fix in queue. >> >> The only important thing is to get entire patchset to 4.3 because it is >> a fix for regression introduced in cpufreq for exynos. Do you plan to >> send your part in current 4.3 cycle? > > The first 3 patches are already part for 4.3-rc1 and so you can keep > the DT update in your tree now. :) Damn it, I missed it. It solves everything, the fourth patch will go through platform tree. Best regards, Krzysztof -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web