index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
sht15.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
hwmon: (sht15) Fix parameter documentation of sht15_crc8()
Guenter Roeck
2018-01-02
1
-0
/
+1
*
hwmon: (sht15) remove redundant check on status and send of status value
Colin Ian King
2017-10-29
1
-8
/
+0
*
hwmon: (sht15) Root out platform data
Linus Walleij
2017-10-29
1
-113
/
+54
*
hwmon: (sht15) Add device tree support
Marco Franchi
2017-02-16
1
-4
/
+60
*
hwmon: (sht15) use permission-specific DEVICE_ATTR variants
Julia Lawall
2017-01-02
1
-2
/
+2
*
hwmon:change sht15_reverse()
yalin wang
2015-08-10
1
-16
/
+4
*
hwmon: (sht15) Constify platform_device_id
Krzysztof Kozlowski
2015-05-31
1
-1
/
+1
*
hwmon: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-09-03
1
-2
/
+2
|
\
|
*
hwmon: use dev_get_platdata()
Jingoo Han
2013-08-11
1
-2
/
+2
*
|
hwmon: (sht15) Use devm_regulator_get_optional()
Mark Brown
2013-08-19
1
-1
/
+1
|
/
*
hwmon: (sht15) Check return value of regulator_enable()
Mark Brown
2013-03-03
1
-1
/
+7
*
hwmon: (sht15) check GPIO directions
Vivien Didelot
2013-02-06
1
-47
/
+88
*
hwmon: (sht15) avoid CamelCase
Vivien Didelot
2013-01-25
1
-11
/
+11
*
hwmon: remove use of __devexit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
hwmon: remove use of __devinit
Bill Pemberton
2012-11-28
1
-1
/
+1
*
hwmon: remove use of __devexit_p
Bill Pemberton
2012-11-28
1
-1
/
+1
*
hwmon: (sht15) move header to linux/platform_data/
Vivien Didelot
2012-09-23
1
-1
/
+1
*
hwmon: (sht15) remove multiple driver registration
Vivien Didelot
2012-09-23
1
-71
/
+23
*
hwmon: (sht15) Convert to use devm_ functions
Guenter Roeck
2012-09-23
1
-38
/
+20
*
hwmon: (sht15) fix checkpatch issues
Frans Meulenbroeks
2012-03-18
1
-1
/
+1
*
hwmon: (sht15) fix bad error code
Vivien Didelot
2012-01-29
1
-1
/
+2
*
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
2012-01-05
1
-1
/
+1
*
atomic: use <linux/atomic.h>
Arun Sharma
2011-07-26
1
-1
/
+1
*
hwmon: (sht15) Correct a comment mistake
Vivien Didelot
2011-07-25
1
-1
/
+1
*
hwmon: (sht15) add support for CRC validation
Jerome Oufella
2011-05-19
1
-19
/
+173
*
hwmon: (sht15) add support for the status register
Vivien Didelot
2011-05-19
1
-33
/
+214
*
hwmon: (sht15) clean-up the probe function
Vivien Didelot
2011-05-19
1
-8
/
+46
*
hwmon: (sht15) general code clean-up
Vivien Didelot
2011-05-19
1
-115
/
+153
*
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-3
/
+3
*
hwmon: (sht15) Fix integer overflow in humidity calculation
Vivien Didelot
2011-03-21
1
-2
/
+2
*
hwmon: (sht15) Spelling fix
Justin P. Mattock
2011-03-21
1
-1
/
+1
*
hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=n
Jean Delvare
2010-04-14
1
-1
/
+6
*
hwmon: (sht15) Fix sht15_calc_temp interpolation function
Jerome Oufella
2010-04-14
1
-3
/
+3
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
hwmon: (sht15) Off-by-one error in array index + incorrect constants
Jonathan Cameron
2009-12-16
1
-3
/
+3
*
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2009-10-11
1
-1
/
+6
|
\
|
*
hwmon: (sht15) Fix spurious section mismatch warning
Rakib Mullick
2009-10-09
1
-1
/
+6
*
|
headers: remove sched.h from interrupt.h
Alexey Dobriyan
2009-10-11
1
-0
/
+1
|
/
*
hwmon: fix freeing of gpio_data and irq
Roel Kluin
2009-09-22
1
-2
/
+4
*
hwmon: (sht15) Remove unnecessary semicolon
Joe Perches
2009-07-11
1
-1
/
+1
*
hwmon: Fix more __devexit_p glitches
Jean Delvare
2009-06-15
1
-5
/
+5
*
hwmon: sht15 humidity sensor driver
Jonathan Cameron
2009-04-13
1
-0
/
+692