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
Age
Commit message (
Expand
)
Author
Files
Lines
2006-01-06
[PATCH] hwmon: w83792d simplify in low bits handling
Jean Delvare
1
-38
/
+10
2006-01-06
[PATCH] hwmon: w83792d misc cleanups
Jean Delvare
1
-20
/
+9
2006-01-06
[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed
Greg Kroah-Hartman
35
-38
/
+0
2006-01-06
[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11
Laurent Riffard
35
-86
/
+166
2006-01-06
[PATCH] i2c: Drop i2c_driver.flags, 2 of 3
Jean Delvare
27
-27
/
+0
2006-01-06
[PATCH] hwmon: New vt8231 driver
Roger Lucas
3
-0
/
+874
2006-01-06
[PATCH] hwmon: W83627THF VID fixes
Yuan Mu
1
-9
/
+7
2006-01-06
[PATCH] hwmon: Support the VRM 10 mode of the ADT7463
Jean Delvare
1
-8
/
+36
2006-01-06
[PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026
Grant Coady
2
-8
/
+0
2005-11-30
[PATCH] hwmon: w83792d fix unused fan pins
Jean Delvare
1
-7
/
+18
2005-11-24
[PATCH] hwmon: hdaps missing an axis
Eugeniy Meshcheryakov
1
-1
/
+1
2005-11-24
[PATCH] hwmon: Fix missing it87 fan div init
Jean Delvare
1
-0
/
+7
2005-11-24
[PATCH] hwmon: Fix lm78 VID conversion
Jean Delvare
1
-1
/
+1
2005-11-24
[PATCH] hwmon: Fix missing boundary check when setting W83627THF in0 limits
Yuan Mu
1
-2
/
+6
2005-11-11
Merge master.kernel.org:/home/rmk/linux-2.6-drvmodel
Linus Torvalds
1
-10
/
+11
2005-11-11
[PATCH] Input: convert hdaps to dynamic input_dev allocation.
Dmitry Torokhov
1
-18
/
+23
2005-11-10
[DRIVER MODEL] Convert platform drivers to use struct platform_driver
Russell King
1
-10
/
+11
2005-11-08
[PATCH] hwmon: Fix two w83627hf bugs
Yuan Mu
1
-12
/
+4
2005-11-07
[PATCH] max1619 fix
Andrew Morton
1
-8
/
+6
2005-11-07
[PATCH] kfree cleanup: misc remaining drivers
Jesper Juhl
1
-4
/
+2
2005-11-07
[PATCH] fix remaining missing includes
Tim Schmielau
1
-0
/
+1
2005-10-29
Create platform_device.h to contain all the platform device details.
Russell King
1
-1
/
+1
2005-10-29
[PATCH] hwmon: smsc47m1 documentation update
Jean Delvare
1
-2
/
+5
2005-10-29
[PATCH] hwmon: lm90 documentation update
Jean Delvare
1
-9
/
+7
2005-10-29
[PATCH] hwmon: Add PEC support to the lm90 driver
Jean Delvare
1
-1
/
+56
2005-10-29
[PATCH] hwmon: Separate the lm90 register read function
Jean Delvare
1
-54
/
+53
2005-10-29
[PATCH] hwmon: Static function fixes, 3 of 4
Ben Dooks
5
-14
/
+14
2005-10-29
[PATCH] hwmon: Static function fixes, 2 of 4
Ben Dooks
2
-7
/
+7
2005-10-29
[PATCH] hwmon: kzalloc conversion
Deepak Saxena
33
-80
/
+39
2005-10-29
[PATCH] hwmon: Missing class check in two hwmon drivers
Jean Delvare
2
-0
/
+4
2005-10-29
[PATCH] hwmon: New device ID for the smsc47b397 driver
Mark M. Hoffman
1
-3
/
+4
2005-10-29
[PATCH] hwmon: Drop useless w83627hf initialization step
Jean Delvare
1
-7
/
+0
2005-10-29
[PATCH] hwmon: Drop legacy ISA address support from it87
Jean Delvare
1
-40
/
+11
2005-10-29
[PATCH] hwmon: Fix w83627ehf/hf vs PNPACPI conflict (bug #4014)
Petr Vandrovec
2
-13
/
+21
2005-10-29
[PATCH] hwmon: Minor w83l785ts optimization
Jean Delvare
1
-2
/
+2
2005-10-29
[PATCH] hwmon: w83l785ts converted to dynamic sysfs callbacks
Jean Delvare
1
-18
/
+18
2005-10-29
[PATCH] hwmon: Discard bogus comment about init setting limits
Jean Delvare
5
-5
/
+0
2005-10-29
[PATCH] hwmon: Discard explicit static initializations to 0
Jean Delvare
2
-2
/
+2
2005-10-29
[PATCH] hwmon: Do not forcibly enable via686a by default
Jean Delvare
1
-7
/
+11
2005-10-29
[PATCH] hwmon: adm9240 whitespace cleanups
Jean Delvare
1
-12
/
+21
2005-10-29
[PATCH] hwmon: via686a: save 0.5k by long v[256] -> s16 v[256]
Jean Delvare
1
-2
/
+2
2005-10-29
[PATCH] hwmon: adm9240 driver update - dynamic sysfs
Grant Coady
1
-176
/
+166
2005-10-29
[PATCH] hwmon: adm9240 driver update - cleanups
Grant Coady
1
-48
/
+44
2005-10-28
[PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks
Russell King
1
-4
/
+2
2005-10-28
[PATCH] Driver Core: fix up all callers of class_device_create()
Greg Kroah-Hartman
1
-1
/
+1
2005-09-23
[PATCH] hdaps: small update.
Robert Love
2
-17
/
+13
2005-09-17
[PATCH] hdaps driver update
Robert Love
1
-238
/
+118
2005-09-10
[PATCH] hwmon: w83627hf: no reset by default
Jean Delvare
1
-1
/
+13
2005-09-10
[PATCH] hwmon: Update smsc47m1 head comment
Jean Delvare
1
-2
/
+2
2005-09-10
[PATCH] hwmon: fix sis5595, via686a force_addr module parameter
Jean Delvare
2
-10
/
+0
[prev]
[next]