index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-02
hwmon: (via-cputemp) Remove pointless CPU check on each CPU
Thomas Gleixner
1
-15
/
+1
2016-12-02
hwmon: (mcp3021) add devicetree support
Clemens Gruber
1
-12
/
+36
2016-12-02
hwmon: (mcp3021) replace S_IRUGO with 0444
Clemens Gruber
1
-1
/
+1
2016-12-02
hwmon: (lm87) Use hwmon to create the sysfs groups
Jason Gunthorpe
1
-81
/
+47
2016-12-02
hwmon: (adm1275) Enable adm1278 VOUT sampling
Yi Li
1
-4
/
+16
2016-12-02
hwmon: Add tc654 driver
Chris Packham
3
-0
/
+526
2016-12-02
hwmon: (amc6821) sign extension temperature
Jared Bents
1
-2
/
+2
2016-12-02
hwmon: (scpi) Fix module autoload
Javier Martinez Canillas
1
-0
/
+1
2016-10-24
hwmon: (core) fix resource leak on devm_kcalloc failure
Colin Ian King
1
-2
/
+4
2016-10-17
hwmon: (max31790) potential ERR_PTR dereference
Dan Carpenter
1
-1
/
+3
2016-10-17
hwmon: (adm9240) handle temperature readings below 0
Chris Packham
1
-3
/
+3
2016-10-04
Merge tag 'hwmon-for-linus-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging
Linus Torvalds
28
-2124
/
+3917
2016-09-18
hwmon: (nct6775) Add support for multiple virtual temperature sources
Guenter Roeck
1
-2
/
+13
2016-09-18
hwmon: (adt7470) No need for additional synchronization on kthread_stop()
Daniel Wagner
1
-4
/
+0
2016-09-13
hwmon: (lm95241) Update module description to include LM95231
Axel Lin
1
-1
/
+1
2016-09-13
hwmon: (lm95245) Select REGMAP_I2C
Axel Lin
1
-0
/
+1
2016-09-13
hwmon: (ibmpowernv) Fix label for cores numbers not threads
Michael Neuling
1
-5
/
+3
2016-09-10
hwmon: (adt7470) Allow faster removal
Joshua Scott
1
-1
/
+4
2016-09-10
hwmon: (adt7470) Add write support to alarm_mask
Joshua Scott
1
-1
/
+24
2016-09-09
hwmon: (xgene) access mailbox as RAM
Arnd Bergmann
1
-14
/
+15
2016-09-08
hwmon: (lm95245) Use new hwmon registration API
Guenter Roeck
1
-253
/
+373
2016-09-08
hwmon: (lm95241) Convert to use new hwmon registration API
Guenter Roeck
1
-189
/
+241
2016-09-08
hwmon: (jc42) Convert to use new hwmon registration API
Guenter Roeck
1
-143
/
+148
2016-09-08
hwmon: (max31790) Convert to use new hwmon registration API
Guenter Roeck
1
-292
/
+219
2016-09-08
hwmon: (nct7904) Convert to use new hwmon registration API
Guenter Roeck
1
-283
/
+268
2016-09-08
hwmon: (ltc4245) Convert to use new hwmon registration API
Guenter Roeck
1
-183
/
+171
2016-09-08
hwmon: (tmp421) Convert to use new hwmon registration API
Guenter Roeck
1
-74
/
+57
2016-09-08
hwmon: (tmp102) Convert to use new hwmon registration API
Guenter Roeck
2
-62
/
+87
2016-09-08
hwmon: (lm90) Convert to use new hwmon registration API
Guenter Roeck
1
-373
/
+432
2016-09-08
hwmon: (lm75) Convert to use new hwmon registration API
Guenter Roeck
2
-68
/
+114
2016-09-08
hwmon: (xgene) Fix crash when alarm occurs before driver probe
hotran
1
-19
/
+50
2016-09-08
hwmon: (iio_hwmon) defer probe when no channel is found
Quentin Schulz
1
-1
/
+4
2016-09-08
hwmon: (max6650) Allow fan shutdown and initial rpm target
Mike Looijmans
1
-41
/
+67
2016-09-08
hwmon: (max6650) Add devicetree support
Mike Looijmans
1
-11
/
+36
2016-09-08
hwmon: (it87) Drop useless comments
Jean Delvare
1
-4
/
+4
2016-09-08
hwmon: (ucd9000) Add support for UCD90160 Power Supply Sequencer
Matt Weber
2
-4
/
+5
2016-09-08
hwmon: (scpi) Delete unnecessary assignment for the field "owner"
Markus Elfring
1
-1
/
+0
2016-09-08
hwmon: (ftsteutates) Add i2c detect functionality
Thilo Cestonaro
1
-0
/
+45
2016-09-08
hwmon: Add xgene hwmon driver
hotran
3
-0
/
+763
2016-09-08
hwmon: (core) Avoid cyclic dependency between hwmon and thermal_sys
Guenter Roeck
1
-2
/
+8
2016-09-08
hwmon: (adt7470) Expose PWM frequency to sysfs
Joshua Scott
1
-0
/
+74
2016-09-08
hwmon: (ltc4151) Make shunt-resistor configurable
Daniel Golle
1
-2
/
+20
2016-09-08
hwmon: (nct6775) Do not accept force_id unless chip is found
Guenter Roeck
1
-4
/
+4
2016-09-08
hwmon: (core) Add basic pwm attribute support to new API
Guenter Roeck
1
-0
/
+9
2016-09-08
hwmon: (core) Add fan attribute support to new API
Guenter Roeck
1
-0
/
+16
2016-09-08
hwmon: (core) Add energy and humidity attribute support to new API
Guenter Roeck
1
-0
/
+20
2016-09-08
hwmon: (core) Add power attribute support to new API
Guenter Roeck
1
-0
/
+30
2016-09-08
hwmon: (core) Add current attribute support to new API
Guenter Roeck
1
-0
/
+21
2016-09-08
hwmon: (core) Add voltage attribute support to new API
Guenter Roeck
1
-0
/
+21
2016-09-08
hwmon: (core) New hwmon registration API
Guenter Roeck
1
-27
/
+458
[prev]
[next]