Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1202291

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

From Viresh Kumar <viresh.kumar@linaro.org>
Newsgroups linux.kernel
Subject Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform
Date 2015-08-07 07:20 +0200
Message-ID <pUIeu-6qG-3@gated-at.bofh.it> (permalink)
References (2 earlier) <pUGZ3-4rN-5@gated-at.bofh.it> <pUGZ4-4rN-7@gated-at.bofh.it> <pUHiq-53u-5@gated-at.bofh.it> <pUHBM-5rT-3@gated-at.bofh.it> <pUHV8-5Oo-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On 07-08-15, 13:52, Krzysztof Kozlowski wrote:
> Thanks for explanation. As fair as I understand, Bartlomiej wanted to
> merge this in a way which would avoid loosing the boost mode. Kukjin
> prepared topic branches for previous cpu-freq/clk stuff so maybe
> everything could go through PM?

We aren't loosing anything at all. There can be two cases here:

1. Patch 1/6 and 6/6 make it to 4.3 (with suggested changes) via PM tree:
- All will work fine in this case, no issues at all..

2. They don't make it:
- Even in this case, nothing will break. Users can just enable a
  config option and that's all..

So, no need to divert things into another tree this late.

Over that, Rafael will not be around for 2 weeks now (Plumbers and
other stuff) ..

So, just target the cpufreq core changes via PM tree.. rest is just
fine.

I hope that makes sense :)

-- 
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/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
  [PATCH v4 4/6] ARM: Exynos: switch to using generic cpufreq driver for  Exynos4x12 Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
  [PATCH v4 2/6] clk: samsung: exynos4x12: add cpu clock configuration  data and instantiate cpu clock Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
  [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available  when boost is enabled Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
    Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 05:50 +0200
      Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-07 12:40 +0200
        Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 12:50 +0200
          Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-07 13:20 +0200
            Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 13:40 +0200
              Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr available when boost is enabled "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-08-08 00:00 +0200
                Re: [PATCH v4 1/6] cpufreq: make scaling_boost_freqs sysfs attr  available when boost is enabled Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-08 04:10 +0200
  [PATCH v4 6/6] cpufreq: remove no longer needed CPU_FREQ_BOOST_SW  config option Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
    Re: [PATCH v4 6/6] cpufreq: remove no longer needed  CPU_FREQ_BOOST_SW config option Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 06:40 +0200
  [PATCH v4 5/6] cpufreq: exynos: remove Exynos4x12 specific cpufreq  driver support Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
  [PATCH v4 3/6] ARM: dts: Exynos4x12: add CPU OPP and regulator supply  property Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-06 15:50 +0200
  RE: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Kukjin Kim <kgene@kernel.org> - 2015-08-07 02:00 +0200
    Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 06:00 +0200
      Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 06:00 +0200
        Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-07 06:20 +0200
          Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 06:40 +0200
            Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-07 07:00 +0200
              Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 07:20 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-07 13:40 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 13:50 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com> - 2015-08-07 13:50 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-07 14:00 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12 platform "Rafael J. Wysocki" <rjw@rjwysocki.net> - 2015-08-08 00:00 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-08 04:10 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-08 09:30 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for  Exynos4x12 platform Viresh Kumar <viresh.kumar@linaro.org> - 2015-08-08 16:00 +0200
                RE: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Kukjin Kim <kgene@kernel.org> - 2015-08-10 03:30 +0200
                Re: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Krzysztof Kozlowski <k.kozlowski@samsung.com> - 2015-08-11 04:30 +0200
                RE: [PATCH v4 0/6] cpufreq: use generic cpufreq drivers for Exynos4x12  platform Kukjin Kim <kgene@kernel.org> - 2015-08-11 10:00 +0200

csiph-web