All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] thermal: tsens: Add support for QCS404 platform
@ 2018-10-15 18:40 Amit Kucheria
  2018-10-15 18:40 ` [PATCH v1 1/4] dt: thermal: tsens: Add bindings for qcs404 Amit Kucheria
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Amit Kucheria @ 2018-10-15 18:40 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-arm-msm, bjorn.andersson, edubezval, andy.gross, vkoul,
	Daniel Lezcano, devicetree, linux-pm, linux-soc

Add support for the Qualcomm QCS404 platform that contains v1 of the TSENS
IP. Introduce a fallback binding to handle "v1" functionality.

These patches apply on top of previous tsens-related patches sent to the
list pending merge along with various qcs404 patches under review
(available in this branch[1] for convenience).

[1] https://git.linaro.org/landing-teams/working/qualcomm/kernel.git/log/?h=integration-linux-qcomlt

Amit Kucheria (4):
  dt: thermal: tsens: Add bindings for qcs404
  drivers: thermal: tsens: Add generic support for TSENS v1 IP
  arm64: dts: qcom: qcs404: Add tsens controller
  arm64: dts: qcom: qcs404: Add thermal zones for each sensor

 .../bindings/thermal/qcom-tsens.txt           |   3 +
 arch/arm64/boot/dts/qcom/qcs404.dtsi          | 226 ++++++++++++++++++
 drivers/thermal/qcom/Makefile                 |   2 +-
 drivers/thermal/qcom/tsens-v1.c               | 196 +++++++++++++++
 drivers/thermal/qcom/tsens.c                  |   3 +
 drivers/thermal/qcom/tsens.h                  |   2 +-
 6 files changed, 430 insertions(+), 2 deletions(-)
 create mode 100644 drivers/thermal/qcom/tsens-v1.c

-- 
2.17.1

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

end of thread, other threads:[~2018-10-31  7:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-15 18:40 [PATCH v1 0/4] thermal: tsens: Add support for QCS404 platform Amit Kucheria
2018-10-15 18:40 ` [PATCH v1 1/4] dt: thermal: tsens: Add bindings for qcs404 Amit Kucheria
2018-10-15 18:40 ` [PATCH v1 2/4] drivers: thermal: tsens: Add generic support for TSENS v1 IP Amit Kucheria
2018-10-15 18:40 ` [PATCH v1 3/4] arm64: dts: qcom: qcs404: Add tsens controller Amit Kucheria
2018-10-31  7:47   ` Vinod Koul
2018-10-15 18:40 ` [PATCH v1 4/4] arm64: dts: qcom: qcs404: Add thermal zones for each sensor Amit Kucheria
2018-10-31  7:45 ` [PATCH v1 0/4] thermal: tsens: Add support for QCS404 platform Vinod

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.