summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht15.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (sht15) Switch to SPDX identifierFabio Estevam2018-10-101-4/+1
* hwmon: (sht15) Fix parameter documentation of sht15_crc8()Guenter Roeck2018-01-021-0/+1
* hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King2017-10-291-8/+0
* hwmon: (sht15) Root out platform dataLinus Walleij2017-10-291-113/+54
* hwmon: (sht15) Add device tree supportMarco Franchi2017-02-161-4/+60
* hwmon: (sht15) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-2/+2
* hwmon:change sht15_reverse()yalin wang2015-08-101-16/+4
* hwmon: (sht15) Constify platform_device_idKrzysztof Kozlowski2015-05-311-1/+1
* hwmon: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-031-2/+2
|\
| * hwmon: use dev_get_platdata()Jingoo Han2013-08-111-2/+2
* | hwmon: (sht15) Use devm_regulator_get_optional()Mark Brown2013-08-191-1/+1
|/
* hwmon: (sht15) Check return value of regulator_enable()Mark Brown2013-03-031-1/+7
* hwmon: (sht15) check GPIO directionsVivien Didelot2013-02-061-47/+88
* hwmon: (sht15) avoid CamelCaseVivien Didelot2013-01-251-11/+11
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: (sht15) move header to linux/platform_data/Vivien Didelot2012-09-231-1/+1
* hwmon: (sht15) remove multiple driver registrationVivien Didelot2012-09-231-71/+23
* hwmon: (sht15) Convert to use devm_ functionsGuenter Roeck2012-09-231-38/+20
* hwmon: (sht15) fix checkpatch issuesFrans Meulenbroeks2012-03-181-1/+1
* hwmon: (sht15) fix bad error codeVivien Didelot2012-01-291-1/+2
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-1/+1
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* hwmon: (sht15) Correct a comment mistakeVivien Didelot2011-07-251-1/+1
* hwmon: (sht15) add support for CRC validationJerome Oufella2011-05-191-19/+173
* hwmon: (sht15) add support for the status registerVivien Didelot2011-05-191-33/+214
* hwmon: (sht15) clean-up the probe functionVivien Didelot2011-05-191-8/+46
* hwmon: (sht15) general code clean-upVivien Didelot2011-05-191-115/+153
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* hwmon: (sht15) Fix integer overflow in humidity calculationVivien Didelot2011-03-211-2/+2
* hwmon: (sht15) Spelling fixJustin P. Mattock2011-03-211-1/+1
* hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=nJean Delvare2010-04-141-1/+6
* hwmon: (sht15) Fix sht15_calc_temp interpolation functionJerome Oufella2010-04-141-3/+3
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* hwmon: (sht15) Off-by-one error in array index + incorrect constantsJonathan Cameron2009-12-161-3/+3
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2009-10-111-1/+6
|\
| * hwmon: (sht15) Fix spurious section mismatch warningRakib Mullick2009-10-091-1/+6
* | headers: remove sched.h from interrupt.hAlexey Dobriyan2009-10-111-0/+1
|/
* hwmon: fix freeing of gpio_data and irqRoel Kluin2009-09-221-2/+4
* hwmon: (sht15) Remove unnecessary semicolonJoe Perches2009-07-111-1/+1
* hwmon: Fix more __devexit_p glitchesJean Delvare2009-06-151-5/+5
* hwmon: sht15 humidity sensor driverJonathan Cameron2009-04-131-0/+692