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


Groups > linux.kernel > #1636440

[PATCH 0/6] some fixups for Mediatek cpufreq driver

From <sean.wang@mediatek.com>
Newsgroups linux.kernel
Subject [PATCH 0/6] some fixups for Mediatek cpufreq driver
Date 2017-05-05 17:30 +0200
Message-ID <tDNl7-3vE-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


From: Sean Wang <sean.wang@mediatek.com>

Hi,

The purpose of the series is
- (patch 1 to 3) to fix up current Mediatek cpufreq driver
can't work with the latest tree since one required CPU clock muxer missing
would cause the driver getting the resource fails when driver probe gets
called.
- (patch 4) to enable cpufreq feature on MT2701/MT7623 platform.
- (patch 5 to 6) to update the binding document to reflect
latest driver logic and add more examples guiding people how to apply for
Mediatek cpufreq driver.

Sean Wang (6):
  clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't work
  clk: mediatek: export cpu multiplexer clock for MT2701/MT7623 SoCs
  clk: mediatek: export cpu multiplexer clock for MT8173 SoCs
  cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC
  dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to
    proper place
  dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document

 .../devicetree/bindings/clock/mt8173-cpu-dvfs.txt  |  83 -------
 .../bindings/cpufreq/cpufreq-mediatek.txt          | 247 +++++++++++++++++++++
 drivers/clk/mediatek/Makefile                      |   2 +-
 drivers/clk/mediatek/clk-cpumux.c                  | 120 ++++++++++
 drivers/clk/mediatek/clk-cpumux.h                  |  30 +++
 drivers/clk/mediatek/clk-mt2701.c                  |   8 +
 drivers/clk/mediatek/clk-mt8173.c                  |  23 ++
 drivers/cpufreq/Kconfig.arm                        |   4 +-
 drivers/cpufreq/mt8173-cpufreq.c                   |   2 +
 include/dt-bindings/clock/mt2701-clk.h             |   3 +-
 include/dt-bindings/clock/mt8173-clk.h             |   4 +-
 11 files changed, 438 insertions(+), 88 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/clock/mt8173-cpu-dvfs.txt
 create mode 100644 Documentation/devicetree/bindings/cpufreq/cpufreq-mediatek.txt
 create mode 100644 drivers/clk/mediatek/clk-cpumux.c
 create mode 100644 drivers/clk/mediatek/clk-cpumux.h

-- 
2.7.4

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


Thread

[PATCH 0/6] some fixups for Mediatek cpufreq driver <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
  [PATCH 1/6] clk: mediatek: add missing cpu mux causing Mediatek cpufreq can't work <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
  [PATCH 3/6] clk: mediatek: export cpu multiplexer clock for MT8173 SoCs <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
  [PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to MT2701/MT7623 SoC <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
    Re: [PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to  MT2701/MT7623 SoC Jean Delvare <jdelvare@suse.de> - 2017-05-06 10:10 +0200
      Re: [PATCH 4/6] cpufreq: mediatek: Add support of cpufreq to  MT2701/MT7623 SoC Sean Wang <sean.wang@mediatek.com> - 2017-05-08 08:10 +0200
  [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq dt-binding document <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
    Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq  dt-binding document Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 06:30 +0200
      Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq  dt-binding document Sean Wang <sean.wang@mediatek.com> - 2017-05-08 09:00 +0200
        Re: [PATCH 6/6] dt-bindings: cpufreq: enhance Mediatek cpufreq  dt-binding document Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 09:10 +0200
  [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq dt-bindings document to proper place <sean.wang@mediatek.com> - 2017-05-05 17:30 +0200
    Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq  dt-bindings document to proper place Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 06:20 +0200
      Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq  dt-bindings document to proper place Sean Wang <sean.wang@mediatek.com> - 2017-05-08 08:30 +0200
        Re: [PATCH 5/6] dt-bindings: cpufreq: move Mediatek cpufreq  dt-bindings document to proper place Viresh Kumar <viresh.kumar@linaro.org> - 2017-05-08 09:10 +0200

csiph-web