linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] thermal: tsens: SDM845 support
@ 2018-06-02 11:11 Amit Kucheria
  2018-06-02 11:11 ` [PATCH 1/2] thermal: tsens: Add support for SDM845 platform Amit Kucheria
  2018-06-02 11:11 ` [PATCH 2/2] tsens: Get rid of unused fields in structure Amit Kucheria
  0 siblings, 2 replies; 8+ messages in thread
From: Amit Kucheria @ 2018-06-02 11:11 UTC (permalink / raw)
  To: linux-arm-msm
  Cc: rnayak, bjorn.andersson, edubezval,
	open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,
	open list, open list:THERMAL

Add SDM845 support in the tsens driver. I've create a separate file
(tsens-sdm845.c) because I expect it to diverge from the other drivers.

Cleanup the tsens_device structure while we're at it.


Amit Kucheria (2):
  thermal: tsens: Add support for SDM845 platform
  tsens: Get rid of unused fields in structure

 .../devicetree/bindings/thermal/qcom-tsens.txt     |  1 +
 drivers/thermal/qcom/Makefile                      |  2 +-
 drivers/thermal/qcom/tsens-sdm845.c                | 98 ++++++++++++++++++++++
 drivers/thermal/qcom/tsens.c                       |  3 +
 drivers/thermal/qcom/tsens.h                       |  3 +-
 5 files changed, 104 insertions(+), 3 deletions(-)
 create mode 100644 drivers/thermal/qcom/tsens-sdm845.c

-- 
2.7.4

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

end of thread, other threads:[~2018-06-12 10:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-02 11:11 [PATCH 0/2] thermal: tsens: SDM845 support Amit Kucheria
2018-06-02 11:11 ` [PATCH 1/2] thermal: tsens: Add support for SDM845 platform Amit Kucheria
2018-06-04  4:25   ` Rajendra Nayak
2018-06-04 15:03   ` Bjorn Andersson
2018-06-12 10:39     ` Amit Kucheria
2018-06-02 11:11 ` [PATCH 2/2] tsens: Get rid of unused fields in structure Amit Kucheria
2018-06-04  4:26   ` Rajendra Nayak
2018-06-04 15:05   ` Bjorn Andersson

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