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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-28
hwmon: (w83795) Rework beep_enable implementation
Jean Delvare
1
-38
/
+2
2010-10-28
hwmon: (w83795) Report PECI agent Tbase values
Jean Delvare
1
-0
/
+13
2010-10-28
hwmon: (w83795) Properly handle negative temperatures
Jean Delvare
1
-13
/
+7
2010-10-28
hwmon: (w83795) Rename temperature limit attributes
Jean Delvare
1
-10
/
+10
2010-10-28
hwmon: (w83795) Fix PWM duty cycle frequency attributes
Jean Delvare
1
-28
/
+62
2010-10-28
hwmon: (w83795) Add support for dynamic in0-2 limits
Jean Delvare
1
-0
/
+56
2010-10-28
hwmon: (w83795) Fix LSB reading of fan speeds
Jean Delvare
1
-5
/
+5
2010-10-28
hwmon: (w83795) Clean up probe function
Jean Delvare
1
-57
/
+34
2010-10-28
hwmon: (w83795) Fix in17-in20 gain factor
Jean Delvare
1
-3
/
+3
2010-10-28
hwmon: (w83795) Only start monitoring if needed
Jean Delvare
1
-3
/
+10
2010-10-28
hwmon: (w83795) Add const markers
Jean Delvare
1
-8
/
+10
2010-10-28
hwmon: (w83795) Only create fan[1-8]_target files when needed
Jean Delvare
1
-23
/
+4
2010-10-28
hwmon: (w83795) Move PWM attributes to a dedidated array
Jean Delvare
1
-10
/
+8
2010-10-28
hwmon: (w83795) Use 2D arrays for many device attributes
Jean Delvare
1
-29
/
+37
2010-10-28
hwmon: (w83795) Merge w83795_create_files and w83795_remove_files
Jean Delvare
1
-38
/
+17
2010-10-28
hwmon: (w83795) Move file creation to a separate function too
Jean Delvare
1
-55
/
+66
2010-10-28
hwmon: (w83795) Move files removal to a separate function
Jean Delvare
1
-50
/
+31
2010-10-28
hwmon: (w83795) Improve detection routine
Jean Delvare
1
-23
/
+57
2010-10-28
hwmon: (w83795) Refactor bank selection
Jean Delvare
1
-43
/
+50
2010-10-28
hwmon: (w83795) Drop duplicate enum
Jean Delvare
1
-19
/
+15
2010-10-28
hwmon: (w83795) Misc cleanups
Jean Delvare
1
-6
/
+1
2010-10-28
hwmon: New driver for the W83795G/ADG monitoring chips
Wei Song
3
-0
/
+2149
2010-10-28
hwmon: (s3c-hwmon) Depend on S3C_ADC
Maurus Cuelenaere
1
-4
/
+4
2010-10-28
hwmon: (s3c-hwmon) Use a real mutex
Thomas Gleixner
1
-4
/
+4
2010-10-28
hwmon: (lm75) Trivial changes to pacify the checkpatch
Shubhrajyoti D
1
-21
/
+23
2010-10-28
hwmon: (lm75) Make the writing to sysfs more robust
Shubhrajyoti D
1
-1
/
+6
2010-10-28
hwmon: (lm90) Add support for the W83L771W/G
Jean Delvare
2
-7
/
+20
2010-10-28
hwmon: (lm90) Add support for update_interval sysfs attribute
Guenter Roeck
1
-5
/
+92
2010-10-28
hwmon: (lm90) Introduce capability flag to indicate broken ALERT functionality
Guenter Roeck
1
-3
/
+6
2010-10-28
hwmon: (lm90) Introduce chip parameter structure
Guenter Roeck
1
-32
/
+60
2010-10-28
hwmon: (lm90) Rearrange code to no longer require forward declarations
Guenter Roeck
1
-267
/
+256
2010-10-28
hwmon: (lm90) Add support for max6695 and max6696
Guenter Roeck
2
-24
/
+230
2010-10-28
hwmon: (lm90) Add support for extra features of max6659
Guenter Roeck
1
-6
/
+59
2010-10-28
hwmon: (lm90) Add explicit support for max6659
Guenter Roeck
1
-11
/
+21
2010-10-28
hwmon: (lm90) Simplify set_temp11 register calculations
Guenter Roeck
1
-27
/
+28
2010-10-28
hwmon: (lm90) Introduce function to delete sysfs files
Guenter Roeck
1
-7
/
+11
2010-10-28
hwmon: (lm90) Introduce device feature bits
Guenter Roeck
1
-14
/
+26
2010-10-28
hwmon: (lm90) Fix checkpatch errors
Guenter Roeck
1
-25
/
+51
2010-10-28
hwmon: (k8temp) Remove superfluous CPU family check
Andreas Herrmann
1
-29
/
+22
2010-10-26
hwmon: lis3: Release resources in case of failure
Samu Onkalo
1
-0
/
+5
2010-10-26
hwmon: lis3: Enhance lis3 selftest with IRQ line test
Samu Onkalo
2
-9
/
+82
2010-10-26
hwmon: lis3: use block read to access data registers
Samu Onkalo
3
-3
/
+32
2010-10-26
hwmon: lis3: Adjust fuzziness for 8 bit device
Samu Onkalo
1
-4
/
+14
2010-10-26
hwmon: lis3: New parameters to platform data
Samu Onkalo
1
-7
/
+14
2010-10-26
hwmon: lis3: restore axis enabled bits
Samu Onkalo
2
-2
/
+2
2010-10-26
hwmon: lis3: Power on corrections
Samu Onkalo
2
-8
/
+12
2010-10-26
hwmon: lis3: Update coordinates at polled device open
Samu Onkalo
1
-0
/
+5
2010-10-26
hwmon: lis3: Cleanup interrupt handling
Samu Onkalo
2
-22
/
+13
2010-10-26
hwmon: lis3: regulator control
Samu Onkalo
3
-1
/
+119
2010-10-26
hwmon: lis3: pm_runtime support
Samu Onkalo
3
-13
/
+102
[prev]
[next]