mbox series

[v2,0/2] Add zeroc interrupt support to tsens driver

Message ID 20200517104627.29501-1-manafm@codeaurora.org
Headers show
Series Add zeroc interrupt support to tsens driver | expand

Message

Manaf Meethalavalappu Pallikunhi May 17, 2020, 10:46 a.m. UTC
The changes have dependency on merging tsens-common.c into tsens.c [1]
to merge first.

Dependencies:
[1] https://lkml.org/lkml/2020/4/29/1028

Changes in v2:
* Add zeroc interrupt support to tsens driver
* Update zeroc interrupt support in yaml

Manaf Meethalavalappu Pallikunhi (2):
  drivers: thermal: tsens: Add zeroc interrupt support
  dt-bindings: thermal: tsens: Add zeroc interrupt support in yaml

 .../bindings/thermal/qcom-tsens.yaml          |  21 ++++
 drivers/thermal/qcom/tsens-v2.c               |   5 +
 drivers/thermal/qcom/tsens.c                  | 107 +++++++++++++++++-
 drivers/thermal/qcom/tsens.h                  |  10 ++
 4 files changed, 141 insertions(+), 2 deletions(-)