public inbox for cip-dev@lists.cip-project.org
 help / color / mirror / Atom feed
* [cip-dev] [PATCH 4.4.y-cip 0/3] Add TI CPUFreq/OPP hw-supported driver
@ 2020-04-30  3:33 Johnson CH Chen (陳昭勳)
  2020-04-30  8:58 ` Nobuhiro Iwamatsu
  0 siblings, 1 reply; 4+ messages in thread
From: Johnson CH Chen (陳昭勳) @ 2020-04-30  3:33 UTC (permalink / raw)
  To: cip-dev@lists.cip-project.org, nobuhiro1.iwamatsu@toshiba.co.jp,
	pavel@denx.de

The patch series support TI CPUFreq/OPP hw-supported driver that is required 
for cpufreq support on AM335x, AM437x, DRA7x, and AM57x platforms. Besides,
opp-supported-hw allows a platform to enable OPPs based on the version of the 
hardware they are used for.     

Tested on MOXA UC-8100A-ME that uses AM335x's SoC we have in house.

Dave Gerlach (1):
  cpufreq: ti: Add cpufreq driver to determine available OPPs at runtime

Viresh Kumar (2):
  PM / OPP: Add "opp-supported-hw" binding
  PM / OPP: Parse 'opp-supported-hw' binding

 Documentation/devicetree/bindings/opp/opp.txt |  65 ++++++
 drivers/base/power/opp/core.c                 | 149 ++++++++++++++
 drivers/base/power/opp/opp.h                  |   6 +
 drivers/cpufreq/Kconfig.arm                   |  11 ++
 drivers/cpufreq/Makefile                      |   1 +
 drivers/cpufreq/ti-cpufreq.c                  | 272 ++++++++++++++++++++++++++
 include/linux/pm_opp.h                        |  20 ++
 7 files changed, 524 insertions(+)
 create mode 100644 drivers/cpufreq/ti-cpufreq.c

-- 
2.11.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-28 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-04-30  3:33 [cip-dev] [PATCH 4.4.y-cip 0/3] Add TI CPUFreq/OPP hw-supported driver Johnson CH Chen (陳昭勳)
2020-04-30  8:58 ` Nobuhiro Iwamatsu
2020-05-01  9:36   ` Pavel Machek
2020-05-28  8:28     ` Chen-Yu Tsai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox