Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
3a09d8e2893b2403a043890e5832966e8640feaf
/
drivers
/
hwmon
f3d43e2
hwmon: (nct6775) Fix register address and added missed tolerance for nct6106
by Björn Gerhart
· 5 years ago
211186c
hwmon: (occ) Fix division by zero issue
by Lei YU
· 5 years ago
8362fd6
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
97ff4ca
Merge tag 'char-misc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
by Linus Torvalds
· 5 years ago
64b08df
Merge tag 'hwmon-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
by Linus Torvalds
· 5 years ago
222a21d
Merge branch 'x86-topology-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 5 years ago
9f75465
hwmon: (ina3221) Add of_node_put() before return
by Nishka Dasgupta
· 5 years ago
277c628
hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms
by Christian Schneider
· 5 years ago
f2173fa
hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groups
by Christian Schneider
· 5 years ago
7a1d220
hwmon: (lm90) Introduce function to update configuration register
by Guenter Roeck
· 5 years ago
b849e5d
hwmon: (lm90) Cache configuration register value
by Guenter Roeck
· 5 years ago
6245618
hwmon: (lm90) Fix max6658 sporadic wrong temperature reading
by Boyang Yu
· 5 years ago
a653acf
hwmon: (nct7904) Changes comments in probe function.
by amy.shih
· 5 years ago
b3e2606
hwmon: (nct7904) Add error handling in probe function.
by amy.shih
· 5 years ago
b9b667a
Merge tag 'fsi-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/joel/fsi into char-misc-next
by Greg Kroah-Hartman
· 5 years ago
afd2611
OCC: FSI and hwmon: Add sequence numbering
by Eddie James
· 5 years ago
23297ed
hwmon: Convert remaining drivers to use SPDX identifier
by Guenter Roeck
· 5 years ago
3253854
hwmon: (max6650) Fix unused variable warning
by Arnd Bergmann
· 5 years ago
7d45deb
hwmon: (pmbus/adm1275) Fix power sampling support
by Guenter Roeck
· 5 years ago
e67776c
hwmon: (lm90) simplify getting the adapter of a client
by Wolfram Sang
· 5 years ago
08d09d8
hwmon: (asus_atk0110) no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 5 years ago
228b9e1
hwmon: (max6650) Fix minor formatting issues
by Guenter Roeck
· 5 years ago
0c4a71d
hwmon: (max6650) Improve error handling in max6650_update_device
by Guenter Roeck
· 5 years ago
62dbe50
hwmon: (max6650) Read non-volatile registers only once
by Guenter Roeck
· 5 years ago
e193acb
hwmon: (max6650) Convert to use devm_hwmon_device_register_with_info
by Guenter Roeck
· 5 years ago
0d5cc93
hwmon: (max6650) Simplify alarm handling
by Guenter Roeck
· 5 years ago
f5b20b1
hwmon: (max6650) Cache alarm_en register
by Guenter Roeck
· 5 years ago
bf8c9ed
hwmon: (max6650) Declare valid as boolean
by Guenter Roeck
· 5 years ago
b9d8de4
hwmon: (max6650) Improve error handling in max6650_init_client
by Guenter Roeck
· 5 years ago
b2905bb
hwmon: (max6650) Introduce pwm_to_dac and dac_to_pwm
by Guenter Roeck
· 5 years ago
8e5e7dd
hwmon: (max6650) Use devm function to register thermal device
by Guenter Roeck
· 5 years ago
792eac1
hwmon: (core) Add comment describing how hwdev is freed in error path
by Guenter Roeck
· 5 years ago
5fe625c
hwmon: (smsc47m1) fix (suspicious) outside array bounds warnings
by Masahiro Yamada
· 5 years ago
9158411
hwmon: (pmbus) Add Infineon IRPS5401 driver
by Robert Hancock
· 5 years ago
b67b735
hwmon: (nct7904) Fix the incorrect value of tcpu_mask in nct7904_data struct.
by amy.shih
· 5 years ago
344757b
hwmon: (pmbus) Add Infineon PXE1610 VR driver
by Vijay Khemka
· 5 years ago
8083034
hwmon: (occ) Add temp sensor value check
by Alexander Soldatov
· 6 years ago
c83529c
hwmon: (pmbus/adm1275) support PMBUS_VIRT_*_SAMPLES
by Adamski, Krzysztof (Nokia - PL/Wroclaw)
· 5 years ago
5696e4a
hwmon: (pwm-fan) Check return value from devm_add_action_or_reset
by Guenter Roeck
· 5 years ago
b9bb92e
hwmon: (gpio-fan) Check return value from devm_add_action_or_reset
by Guenter Roeck
· 5 years ago
d2912cb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
by Thomas Gleixner
· 5 years ago
df767c0
Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
by Olof Johansson
· 5 years ago
ac778e6
hwmon: scmi: Scale values to target desired HWMON units
by Florian Fainelli
· 6 years ago
9331b67
Merge tag 'spdx-5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 5 years ago
4a60570
hwmon: (pmbus/core) Treat parameters as paged if on multiple pages
by Robert Hancock
· 5 years ago
3846372
hwmon: (pmbus/core) mutex_lock write in pmbus_set_samples
by Adamski, Krzysztof (Nokia - PL/Wroclaw)
· 5 years ago
c41dd48
hwmon: (core) add thermal sensors only if dev->of_node is present
by Eduardo Valentin
· 5 years ago
b886d83
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
by Thomas Gleixner
· 5 years ago
55716d2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 428
by Thomas Gleixner
· 5 years ago
0ebc047
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 408
by Thomas Gleixner
· 5 years ago
a10e763
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
by Thomas Gleixner
· 5 years ago
4505153
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 333
by Thomas Gleixner
· 5 years ago
1d0ea06
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332
by Thomas Gleixner
· 5 years ago
36edc93
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 330
by Thomas Gleixner
· 5 years ago
0677607
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 313
by Thomas Gleixner
· 5 years ago
ff7924b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 272
by Thomas Gleixner
· 5 years ago
21eb0be
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 271
by Thomas Gleixner
· 5 years ago
3e5580c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 253
by Thomas Gleixner
· 5 years ago
0376148
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 197
by Thomas Gleixner
· 5 years ago
1802d0b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174
by Thomas Gleixner
· 5 years ago
873e65b
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167
by Thomas Gleixner
· 5 years ago
935912c
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 164
by Thomas Gleixner
· 5 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 5 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 5 years ago
a912e80
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 151
by Thomas Gleixner
· 5 years ago
80503b2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 149
by Thomas Gleixner
· 5 years ago
3e0a4e8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 118
by Thomas Gleixner
· 5 years ago
d5bb994
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 114
by Thomas Gleixner
· 5 years ago
fd534e9
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102
by Thomas Gleixner
· 5 years ago
74ba920
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61
by Thomas Gleixner
· 6 years ago
6e7c109
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 56
by Thomas Gleixner
· 6 years ago
aec89d2
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 51
by Thomas Gleixner
· 6 years ago
835896a
hwmon/coretemp: Cosmetic: Rename internal variables to zones from packages
by Len Brown
· 6 years ago
cfcd82e
hwmon/coretemp: Support multi-die/package
by Zhang Rui
· 6 years ago
8b9844d
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 21
by Thomas Gleixner
· 6 years ago
1ccea77
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13
by Thomas Gleixner
· 6 years ago
3a63cbb
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 3
by Thomas Gleixner
· 6 years ago
1621633
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
09c434b
treewide: Add SPDX license identifier for more missed files
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
a455eda
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal
by Linus Torvalds
· 6 years ago
37bcec5
hwmon: (pwm-fan) Use devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
0b2a785
hwmon: (npcm750-pwm-fan) Use devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
9ebe010
hwmon: (mlxreg-fan) Use devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
9534784
hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
389c0ad1
hwmon: (aspeed-pwm-tacho) Use devm_thermal_of_cooling_device_register
by Guenter Roeck
· 6 years ago
41bc10c
Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
f373533
hwmon/drivers/core: Simplify complex dependency
by Daniel Lezcano
· 6 years ago
39abe9d
hwmon: (lm75) Add support for TMP75B
by Iker Perez del Palomar Sustatxa
· 6 years ago
a601700
hwmon: (s3c) Use dev_get_drvdata()
by Kefeng Wang
· 6 years ago
212244f
hwmon: (max6650) Drop call to thermal_cdev_update
by Guenter Roeck
· 6 years ago
4f8d374
hwmon: (max6650) add thermal cooling device capability
by Jean-Francois Dagenais
· 6 years ago
023912d
hwmon: (ina3221) Add voltage conversion time settings
by Nicolin Chen
· 6 years ago
521c0b6
hwmon: (ina3221) Do not read-back to cache reg_config
by Nicolin Chen
· 6 years ago
7ebd8b66
docs: hwmon: Add an index file and rename docs to *.rst
by Mauro Carvalho Chehab
· 6 years ago
d2a9b01
hwmon: (occ) Add more details to Kconfig help text
by Eddie James
· 6 years ago
afe8419
hwmon: (occ) Prevent sysfs error attribute from returning error
by Eddie James
· 6 years ago
Next »