linux-pm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/7] Add support for ipq8064 tsens
@ 2020-07-15 22:44 Ansuel Smith
  2020-07-15 22:44 ` [PATCH v3 1/7] ipq806x: gcc: add support for child probe Ansuel Smith
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Ansuel Smith @ 2020-07-15 22:44 UTC (permalink / raw)
  To: Rob Herring
  Cc: Ansuel Smith, Amit Kucheria, Andy Gross, Bjorn Andersson,
	Zhang Rui, Daniel Lezcano, Michael Turquette, Stephen Boyd,
	linux-pm, linux-arm-msm, devicetree, linux-kernel, linux-clk

Ipq8064 SoCs tsens driver is based on 8960 tsens driver. This patchset 
expand the 8960 unused driver with interrupt support and set_trip point.
Ipq8064 needs to be registered as a gcc child as the tsens regs on
this platform are shared with the controller.

v3:
* Change driver to register as child instead of use phandle
v2:
* Fix dt-bindings problems

Ansuel Smith (7):
  ipq806x: gcc: add support for child probe
  drivers: thermal: tsens: try load regmap from parent for 8960
  drivers: thermal: tsens: add ipq8064 support
  dt-bindings: thermal: tsens: document ipq8064 bindings
  drivers: thermal: tsens: add interrupt support for 9860 driver
  drivers: thermal: tsens: add support for custom set_trip function
  drivers: thermal: tsens: add set_trip support for 8960

 .../bindings/thermal/qcom-tsens.yaml          |  50 ++-
 drivers/clk/qcom/gcc-ipq806x.c                |   2 +-
 drivers/thermal/qcom/tsens-8960.c             | 286 +++++++++++++++++-
 drivers/thermal/qcom/tsens.c                  |   7 +
 drivers/thermal/qcom/tsens.h                  |   3 +
 5 files changed, 325 insertions(+), 23 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-07-15 22:46 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-15 22:44 [PATCH v3 0/7] Add support for ipq8064 tsens Ansuel Smith
2020-07-15 22:44 ` [PATCH v3 1/7] ipq806x: gcc: add support for child probe Ansuel Smith
2020-07-15 22:44 ` [PATCH v3 2/7] drivers: thermal: tsens: try load regmap from parent for 8960 Ansuel Smith
2020-07-15 22:44 ` [PATCH v3 3/7] drivers: thermal: tsens: add ipq8064 support Ansuel Smith
2020-07-15 22:44 ` [PATCH v3 4/7] dt-bindings: thermal: tsens: document ipq8064 bindings Ansuel Smith
2020-07-15 22:45 ` [PATCH v3 5/7] drivers: thermal: tsens: add interrupt support for 9860 driver Ansuel Smith
2020-07-15 22:45 ` [PATCH v3 6/7] drivers: thermal: tsens: add support for custom set_trip function Ansuel Smith
2020-07-15 22:45 ` [PATCH v3 7/7] drivers: thermal: tsens: add set_trip support for 8960 Ansuel Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).