Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
1d0ea0692ae3f909b22e99af3121bcf3142a5c5f
/
drivers
/
thermal
/
qcom
97fb5e8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 284
by Thomas Gleixner
· 6 years ago
ca65746
Revert "drivers: thermal: tsens: Add new operation to check if a sensor is enabled"
by Eduardo Valentin
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
2c45e7f
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
e52bbd2
drivers: thermal: tsens: Move calibration constants to header file
by Amit Kucheria
· 6 years ago
e8c24c6f
drivers: thermal: tsens: Add generic support for TSENS v1 IP
by Amit Kucheria
· 6 years ago
14bbe98
drivers: thermal: tsens: Common get_temp() learns to do ADC conversion
by Amit Kucheria
· 6 years ago
c8b6169
drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharing
by Amit Kucheria
· 6 years ago
dbdaa58
drivers: thermal: tsens: simplify get_temp_tsens_v2 routine
by Amit Kucheria
· 6 years ago
1b6e3e5
drivers: thermal: tsens: Introduce IP-specific max_sensor count
by Amit Kucheria
· 6 years ago
66ad8a1
drivers: thermal: tsens: change data type for sensor IDs
by Amit Kucheria
· 6 years ago
3e6a8fb
drivers: thermal: tsens: Add new operation to check if a sensor is enabled
by Amit Kucheria
· 6 years ago
fc7d18c
drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER
by Amit Kucheria
· 6 years ago
52eafd6
drivers: thermal: tsens: Save reference to the device pointer and use it
by Amit Kucheria
· 6 years ago
c199705
drivers: thermal: tsens: Introduce reg_fields to deal with register description
by Amit Kucheria
· 6 years ago
582a0c4
drivers: thermal: tsens: Merge tsens-8974 into tsens-v0_1
by Amit Kucheria
· 6 years ago
774ccb0
drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974
by Amit Kucheria
· 6 years ago
2be2076
drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974
by Amit Kucheria
· 6 years ago
68b3314
drivers: thermal: tsens: Function prototypes should have argument names
by Amit Kucheria
· 6 years ago
2cbcd2e
drivers: thermal: tsens: Use consistent names for variables
by Amit Kucheria
· 6 years ago
69b628a
drivers: thermal: tsens: Rename variable tmdev
by Amit Kucheria
· 6 years ago
24ae447
drivers: thermal: tsens: Rename tsens_device
by Amit Kucheria
· 6 years ago
3c040ce
drivers: thermal: tsens: Rename tsens_data
by Amit Kucheria
· 6 years ago
20a7a2d
drivers: thermal: tsens: Document the data structures
by Amit Kucheria
· 6 years ago
e9cf125
thermal/drivers/core: Remove depends on THERMAL in Kconfig
by Daniel Lezcano
· 6 years ago
a245b62
thermal/qcom/tsens-common : fix possible object reference leak
by Peng Hao
· 6 years ago
5c4a608
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
by Linus Torvalds
· 6 years ago
4ab248b
thermal: tsens: qcom: do not create duplicate regmap debugfs entries
by Srinivas Kandagatla
· 6 years ago
72e9baf
drivers: thermal: Move QCOM_SPMI_TEMP_ALARM into the qcom subdir
by Amit Kucheria
· 6 years ago
c8c3b09
thermal: tsens: Check if the IP is correctly enabled by firmware
by Amit Kucheria
· 6 years ago
c130a76
thermal: tsens: Pass register offsets as private data
by Amit Kucheria
· 6 years ago
a15525b
thermal: tsens: Add the SROT address map
by Amit Kucheria
· 6 years ago
67b0f5e
thermal: tsens: Rename map field in order to add a second address map
by Amit Kucheria
· 6 years ago
caac52b
thermal: tsens: Get rid of dead code
by Amit Kucheria
· 6 years ago
2d71d8d
thermal: tsens: Add SPDX license identifiers
by Amit Kucheria
· 6 years ago
bd7557f
thermal: tsens: Prepare 8916 and 8974 tsens to use SROT and TM address space
by Amit Kucheria
· 6 years ago
432121a
thermal: tsens: Fix negative temperature reporting
by Amit Kucheria
· 6 years ago
faa590b
thermal: tsens: switch from of_iomap() to devm_ioremap_resource()
by Amit Kucheria
· 6 years ago
e0fe014
thermal: tsens: Rename variable
by Amit Kucheria
· 6 years ago
191dc74
thermal: tsens: Add generic support for TSENS v2 IP
by Amit Kucheria
· 6 years ago
770324a
thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse
by Amit Kucheria
· 6 years ago
5b12839
thermal: tsens: Add support to split up register address space into two
by Amit Kucheria
· 6 years ago
5834edd
thermal: tsens: Get rid of unused fields in structure
by Amit Kucheria
· 6 years ago
19785cf
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 7 years ago
0ed2dd0
treewide: Use struct_size() for devm_kmalloc() and friends
by Kees Cook
· 7 years ago
6d7c70d
thermal: qcom: tsens: Allow number of sensors to come from DT
by Bjorn Andersson
· 7 years ago
809eb35
thermal: qcom: tsens: Fix return value check in init_common()
by Wei Yongjun
· 8 years ago
5b97469
thermal: qcom: tsens-8916: mark PM functions __maybe_unused
by Arnd Bergmann
· 9 years ago
e78eaf4
thermal: streamline get_trend callbacks
by Sascha Hauer
· 9 years ago
032d405
thermal: qcom: remove declare local symbols as static
by Eduardo Valentin
· 9 years ago
d059c73
thermal: qcom: tsens-8996: Add support for 8996 family of SoCs
by Rajendra Nayak
· 9 years ago
20d4fd8
thermal: qcom: tsens-8960: Add support for 8960 family of SoCs
by Rajendra Nayak
· 9 years ago
5e6703b
thermal: qcom: tsens-8974: Add support for 8974 family of SoCs
by Rajendra Nayak
· 9 years ago
840a5bd
thermal: qcom: tsens-8916: Add support for 8916 family of SoCs
by Rajendra Nayak
· 9 years ago
9066073
thermal: qcom: tsens: Add a skeletal TSENS drivers
by Rajendra Nayak
· 9 years ago