aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht15.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-03hwmon: (sht15) Check return value of regulator_enable()Mark Brown1-1/+7
2013-02-06hwmon: (sht15) check GPIO directionsVivien Didelot1-47/+88
2013-01-25hwmon: (sht15) avoid CamelCaseVivien Didelot1-11/+11
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-23hwmon: (sht15) move header to linux/platform_data/Vivien Didelot1-1/+1
2012-09-23hwmon: (sht15) remove multiple driver registrationVivien Didelot1-71/+23
2012-09-23hwmon: (sht15) Convert to use devm_ functionsGuenter Roeck1-38/+20
2012-03-18hwmon: (sht15) fix checkpatch issuesFrans Meulenbroeks1-1/+1
2012-01-29hwmon: (sht15) fix bad error codeVivien Didelot1-1/+2
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-1/+1
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25hwmon: (sht15) Correct a comment mistakeVivien Didelot1-1/+1
2011-05-19hwmon: (sht15) add support for CRC validationJerome Oufella1-19/+173
2011-05-19hwmon: (sht15) add support for the status registerVivien Didelot1-33/+214
2011-05-19hwmon: (sht15) clean-up the probe functionVivien Didelot1-8/+46
2011-05-19hwmon: (sht15) general code clean-upVivien Didelot1-115/+153
2011-03-31Fix common misspellingsLucas De Marchi1-3/+3
2011-03-21hwmon: (sht15) Fix integer overflow in humidity calculationVivien Didelot1-2/+2
2011-03-21hwmon: (sht15) Spelling fixJustin P. Mattock1-1/+1
2010-04-14hwmon: (sht15) Properly handle the case CONFIG_REGULATOR=nJean Delvare1-1/+6
2010-04-14hwmon: (sht15) Fix sht15_calc_temp interpolation functionJerome Oufella1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-16hwmon: (sht15) Off-by-one error in array index + incorrect constantsJonathan Cameron1-3/+3
2009-10-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+6
2009-10-11headers: remove sched.h from interrupt.hAlexey Dobriyan1-0/+1
2009-10-09hwmon: (sht15) Fix spurious section mismatch warningRakib Mullick1-1/+6
2009-09-22hwmon: fix freeing of gpio_data and irqRoel Kluin1-2/+4
2009-07-11hwmon: (sht15) Remove unnecessary semicolonJoe Perches1-1/+1
2009-06-15hwmon: Fix more __devexit_p glitchesJean Delvare1-5/+5
2009-04-13hwmon: sht15 humidity sensor driverJonathan Cameron1-0/+692