linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/7] Add support for ipq8064 tsens
@ 2020-07-16  2:28 Ansuel Smith
  2020-07-16  2:28 ` [PATCH v4 1/7] ipq806x: gcc: add support for child probe Ansuel Smith
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Ansuel Smith @ 2020-07-16  2:28 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.

v4:
* Fix compilation error and warning reported by the bot
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             | 287 +++++++++++++++++-
 drivers/thermal/qcom/tsens.c                  |   7 +
 drivers/thermal/qcom/tsens.h                  |   5 +
 5 files changed, 328 insertions(+), 23 deletions(-)

-- 
2.27.0


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

end of thread, other threads:[~2020-07-21 19:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-16  2:28 [PATCH v4 0/7] Add support for ipq8064 tsens Ansuel Smith
2020-07-16  2:28 ` [PATCH v4 1/7] ipq806x: gcc: add support for child probe Ansuel Smith
2020-07-20  9:41   ` Amit Kucheria
2020-07-20 23:36     ` Stephen Boyd
     [not found]       ` <CAP245DXqiEZLoVa-jfLx0tYRwrtK0sp+ZX6P_yTf4C9vetg3RA@mail.gmail.com>
2020-07-21  6:01         ` Amit Kucheria
2020-07-21  7:09   ` Stephen Boyd
2020-07-16  2:28 ` [PATCH v4 2/7] drivers: thermal: tsens: try load regmap from parent for 8960 Ansuel Smith
2020-07-20  9:50   ` Amit Kucheria
2020-07-16  2:28 ` [PATCH v4 3/7] drivers: thermal: tsens: add ipq8064 support Ansuel Smith
2020-07-16  2:28 ` [PATCH v4 4/7] dt-bindings: thermal: tsens: document ipq8064 bindings Ansuel Smith
2020-07-16 19:07   ` Rob Herring
2020-07-20  9:55   ` Amit Kucheria
2020-07-16  2:28 ` [PATCH v4 5/7] drivers: thermal: tsens: add interrupt support for 9860 driver Ansuel Smith
2020-07-20  9:41   ` Amit Kucheria
2020-07-21 19:22     ` R: " ansuelsmth
2020-07-21 19:42       ` Amit Kucheria
2020-07-16  2:28 ` [PATCH v4 6/7] drivers: thermal: tsens: add support for custom set_trip function Ansuel Smith
2020-07-16  2:28 ` [PATCH v4 7/7] drivers: thermal: tsens: add set_trip support for 8960 Ansuel Smith
2020-07-20  9:51   ` Amit Kucheria

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).