index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
tmp421.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
hwmon: use simple i2c probe function
Stephen Kitt
1
-4
/
+3
2019-11-07
hwmon: (tmp421) Allow reading at 2Hz instead of 0.5Hz
Kyle Roeschley
1
-1
/
+2
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
Thomas Gleixner
1
-10
/
+1
2019-04-16
hwmon: (tmp421) Fix build warning
Guenter Roeck
1
-1
/
+1
2019-02-19
hwmon: (tmp421) Replace S_<PERMS> with octal values
Guenter Roeck
1
-2
/
+2
2019-01-17
hwmon: (tmp421) Correct the misspelling of the tmp442 compatible attribute in...
Cheng-Min Ao
1
-1
/
+1
2018-10-11
hwmon: (tmp421) make const array 'names' static
Colin Ian King
1
-2
/
+4
2017-04-02
hwmon: (tmp421) Add OF device ID table
Javier Martinez Canillas
1
-2
/
+33
2016-09-09
hwmon: (tmp421) Convert to use new hwmon registration API
Guenter Roeck
1
-75
/
+58
2014-08-04
hwmon: (tmp421) Drop FSF mailing address
Guenter Roeck
1
-4
/
+0
2014-08-04
hwmon: (tmp421) Add support for TMP441 and TMP442
Guenter Roeck
1
-4
/
+17
2014-08-04
hwmon: (tmp421) Strengthen detect function
Guenter Roeck
1
-0
/
+14
2014-05-22
hwmon: (tmp421) Convert to use devm_hwmon_device_register_with_groups
Guenter Roeck
1
-32
/
+15
2013-09-12
hwmon: (tmp421) Fix return value
Sachin Kamat
1
-1
/
+1
2013-04-08
hwmon: Fix checkpatch warning 'quoted string split across lines'
Guenter Roeck
1
-4
/
+3
2012-07-22
hwmon: (tmp421) Convert to use devm_ functions
Guenter Roeck
1
-9
/
+4
2012-03-19
hwmon: convert drivers/hwmon/* to use module_i2c_driver()
Axel Lin
1
-12
/
+1
2012-01-04
switch ->is_visible() to returning umode_t
Al Viro
1
-1
/
+1
2010-10-28
hwmon: I2C addresses are constant
Jean Delvare
1
-2
/
+2
2010-06-03
i2c: Remove all i2c_set_clientdata(client, NULL) in drivers
Wolfram Sang
1
-2
/
+0
2010-03-06
hwmon: Fix off-by-one kind values
Jean Delvare
1
-2
/
+2
2010-03-06
hwmon: (tmp421) Fix temperature conversions
Jean Delvare
1
-2
/
+4
2010-03-06
hwmon: (tmp421) Restore missing inputs
Jean Delvare
1
-7
/
+7
2009-12-14
i2c: Drop I2C_CLIENT_INSMOD_2 to 8
Jean Delvare
1
-2
/
+1
2009-12-14
i2c: Get rid of struct i2c_client_address_data
Jean Delvare
1
-1
/
+1
2009-12-14
i2c: Drop the kind parameter from detect callbacks
Jean Delvare
1
-1
/
+1
2009-12-09
hwmon: (tmp401/tmp421) Clean up detect functions
Jean Delvare
1
-24
/
+21
2009-09-15
hwmon: Add driver for Texas Instruments TMP421/422/423 sensor chips
Andre Prendel
1
-0
/
+347