index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
tmp421.c
Age
Commit message (
Expand
)
Author
2021-10-18
hwmon: (tmp421) Add of_node_put() before return
Wan Jiabing
2021-10-15
hwmon: (tmp421) ignore non-channel related DT nodes
Krzysztof Adamski
2021-10-15
hwmon: (tmp421) support HWMON_T_ENABLE
Krzysztof Adamski
2021-10-15
hwmon: (tmp421) really disable channels
Krzysztof Adamski
2021-10-15
hwmon: (tmp421) support specifying n-factor via DT
Krzysztof Adamski
2021-10-15
hwmon: (tmp421) support disabling channels from DT
Krzysztof Adamski
2021-10-15
hwmon: (tmp421) add support for defining labels from DT
Krzysztof Adamski
2021-10-12
hwmon: (tmp421) introduce a channel struct
Krzysztof Adamski
2021-10-12
hwmon: cleanup non-bool "valid" data fields
Paul Fertser
2021-10-12
hwmon: (tmp421) introduce MAX_CHANNELS define
Krzysztof Adamski
2021-09-24
hwmon: (tmp421) fix rounding for negative values
Paul Fertser
2021-09-24
hwmon: (tmp421) report /PVLD condition as fault
Paul Fertser
2021-09-24
hwmon: (tmp421) handle I2C errors
Paul Fertser
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
2019-11-06
hwmon: (tmp421) Allow reading at 2Hz instead of 0.5Hz
Kyle Roeschley
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
2019-04-15
hwmon: (tmp421) Fix build warning
Guenter Roeck
2019-02-18
hwmon: (tmp421) Replace S_<PERMS> with octal values
Guenter Roeck
2019-01-17
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...
Cheng-Min Ao
2018-10-10
hwmon: (tmp421) make const array 'names' static
Colin Ian King
2017-04-02
hwmon: (tmp421) Add OF device ID table
Javier Martinez Canillas
2016-09-08
hwmon: (tmp421) Convert to use new hwmon registration API
Guenter Roeck
2014-08-04
hwmon: (tmp421) Drop FSF mailing address
Guenter Roeck
2014-08-04
hwmon: (tmp421) Add support for TMP441 and TMP442
Guenter Roeck
2014-08-04
hwmon: (tmp421) Strengthen detect function
Guenter Roeck
2014-05-21
hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
2013-09-11
hwmon: (tmp421) Fix return value
Sachin Kamat
2013-04-07
hwmon: Fix checkpatch warning 'quoted string split across lines'
Guenter Roeck
2012-07-21
hwmon: (tmp421) Convert to use devm_ functions
Guenter Roeck
2012-03-18
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
2012-01-03
switch ->is_visible() to returning umode_t
Al Viro
2010-10-28
hwmon: I2C addresses are constant
Jean Delvare
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
2010-03-05
hwmon: Fix off-by-one kind values
Jean Delvare
2010-03-05
hwmon: (tmp421) Fix temperature conversions
Jean Delvare
2010-03-05
hwmon: (tmp421) Restore missing inputs
Jean Delvare
2009-12-14
i2c: Drop I2C_CLIENT_INSMOD_2 to 8
Jean Delvare
2009-12-14
i2c: Get rid of struct i2c_client_address_data
Jean Delvare
2009-12-14
i2c: Drop the kind parameter from detect callbacks
Jean Delvare
2009-12-09
hwmon: (tmp401/tmp421) Clean up detect functions
Jean Delvare
2009-09-15
hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chips
Andre Prendel