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
2008-10-20
hwmon: applesmc: lighter wait mechanism, drastic improvement
Henrik Rydberg
1
-10
/
+12
2008-10-20
hwmon: applesmc: Add support for Macbook Pro 3
Henrik Rydberg
1
-0
/
+9
2008-10-20
hwmon: applesmc: Add support for Macbook Pro 4
Henrik Rydberg
1
-0
/
+9
2008-10-20
drivers/hwmon/applesmc.c: remove unneeded casts
Andrew Morton
1
-8
/
+8
2008-10-20
hwmon: applesmc: add support for Macbook Air
Henrik Rydberg
1
-0
/
+9
2008-10-20
hwmon: applesmc: allow for variable ALV0 and ALV1 package length
Henrik Rydberg
1
-5
/
+15
2008-10-20
hwmon: applesmc: prolong status wait
Henrik Rydberg
1
-2
/
+2
2008-10-20
hwmon: applesmc: fix the 'wait status failed: c != 8' problem
Henrik Rydberg
1
-8
/
+24
2008-10-20
hwmon: applesmc: specified number of bytes to read should match actual
Henrik Rydberg
1
-1
/
+1
2008-10-20
hwmon/pc87360 separate alarm files: add therm-min/max/crit-alarms
Jim Cromie
1
-1
/
+57
2008-10-20
hwmon/pc87360 separate alarm files: add dev_dbg help
Jim Cromie
1
-4
/
+12
2008-10-20
hwmon/pc87360 separate alarm files: define LDNI_MAX const
Jim Cromie
1
-2
/
+3
2008-10-20
hwmon/pc87360 separate alarm files: add temp-min/max/crit/fault-alarms
Jim Cromie
1
-4
/
+80
2008-10-20
hwmon/pc87360 separate alarm files: add in-min/max-alarms
Jim Cromie
1
-1
/
+51
2008-10-20
hwmon/pc87360 separate alarm files: define some constants
Jim Cromie
1
-11
/
+22
2008-10-17
hwmon: (adm1026) Prevent log spamming
Jean Delvare
1
-4
/
+4
2008-10-17
hwmon: (adm1026) Fix debug messages
Jean Delvare
1
-5
/
+4
2008-10-17
hwmon: (adm1029) Use mask for fan_div value
Corentin Labbe
1
-2
/
+3
2008-10-17
hwmon: (ibmaem) Automatically load on IBM systems via DMI
Darrick J. Wong
1
-0
/
+7
2008-10-17
hwmon: (ibmpex) Automatically load on IBM systems via DMI
Darrick J. Wong
1
-0
/
+6
2008-10-17
hwmon: (w83781d) Use new style driver binding
Wolfgang Grandegger
1
-175
/
+134
2008-10-17
hwmon: (w83781d) Stop abusing struct i2c_client for ISA devices
Jean Delvare
1
-37
/
+26
2008-10-17
hwmon: (w83781d) Make ISA interface depend on CONFIG_ISA
Wolfgang Grandegger
1
-280
/
+393
2008-10-17
hwmon: (w83781d) Detect alias chips
Jean Delvare
1
-13
/
+66
2008-10-17
hwmon: (w83781d) Refactor beep enable handling
Jean Delvare
1
-37
/
+9
2008-10-17
hwmon: (w83791d) add support for thermal cruise mode
Marc Hulsman
1
-0
/
+148
2008-10-17
hwmon: (w83791d) add pwm_enable support
Marc Hulsman
1
-0
/
+79
2008-10-17
hwmon: (w83791d) add manual PWM support
Marc Hulsman
1
-1
/
+66
2008-10-17
hwmon: (w83791d) fan 4/5 pins can also be used for gpio
Marc Hulsman
1
-3
/
+27
2008-10-17
hwmon: (max1619) Use inline functions instead of macros
Andrew Morton
1
-5
/
+12
2008-10-17
hwmon: (it87) Fix thermal sensor type values
Jean Delvare
1
-3
/
+8
2008-10-17
hwmon: (lm78) Convert to a new-style i2c driver
Jean Delvare
1
-105
/
+89
2008-10-17
hwmon: (lm78) Stop abusing struct i2c_client for ISA devices
Jean Delvare
1
-22
/
+16
2008-10-17
hwmon: (lm78) Prevent misdetection of Winbond chips
Jean Delvare
1
-0
/
+6
2008-10-17
hwmon: (lm78) Detect alias chips
Jean Delvare
1
-13
/
+65
2008-10-17
hwmon: (lm78) Fix I/O resource conflict with PNP
Jean Delvare
1
-5
/
+15
2008-10-17
hwmon: (lm85) Better label names
Jean Delvare
1
-6
/
+6
2008-10-17
hwmon: (lm85) Simplify RANGE_TO_REG
Jean Delvare
1
-11
/
+4
2008-10-17
hwmon: (lm85) Convert to a new-style i2c driver
Jean Delvare
1
-57
/
+64
2008-10-17
hwmon: (lm85) Support different PWM frequency tables
Jean Delvare
1
-6
/
+23
2008-10-17
hwmon: (lm85) Select the closest PWM frequency
Jean Delvare
1
-3
/
+2
2008-10-17
hwmon: (lm85) Implement the standard PWM frequency interface
Jean Delvare
1
-39
/
+38
2008-10-17
hwmon: (lm85) Rework the device detection
Jean Delvare
1
-73
/
+50
2008-10-17
hwmon: (ams) Simplify IRQ handling routine
Dmitry Torokhov
1
-25
/
+17
2008-10-17
hwmon: (ams) Fix locking issues
Dmitry Torokhov
4
-65
/
+56
2008-10-17
hwmon: (ams) Fix permissions on 'joystick' module parameter
Dmitry Torokhov
1
-2
/
+2
2008-10-17
hwmon: (ams) Convert to a new-style i2c driver
Jean Delvare
2
-41
/
+19
2008-10-17
hwmon: (lm87) Add support for configuration through platform_data
Ben Hutchings
1
-6
/
+11
2008-10-17
hwmon: (lm87) Restore original configuration register on removal
Ben Hutchings
1
-5
/
+7
2008-10-17
hwmon: (lm87) Fix masking of config register in lm87_init_client()
Ben Hutchings
1
-4
/
+4
[next]