aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/sht15.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-17docs: hwmon: Add an index file and rename docs to *.rstMauro Carvalho Chehab1-1/+1
2019-02-18hwmon: (sht15) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-20/+14
2018-10-10hwmon: (sht15) Switch to SPDX identifierFabio Estevam1-4/+1
2018-01-02hwmon: (sht15) Fix parameter documentation of sht15_crc8()Guenter Roeck1-0/+1
2017-10-29hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King1-8/+0
2017-10-29hwmon: (sht15) Root out platform dataLinus Walleij1-113/+54
2017-02-16hwmon: (sht15) Add device tree supportMarco Franchi1-4/+60
2017-01-02hwmon: (sht15) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2015-08-10hwmon:change sht15_reverse()yalin wang1-16/+4
2015-05-31hwmon: (sht15) Constify platform_device_idKrzysztof Kozlowski1-1/+1
2014-10-20hwmon: drop owner assignment from platform_driversWolfram Sang1-1/+0
2013-09-03Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagingLinus Torvalds1-2/+2
2013-08-19hwmon: (sht15) Use devm_regulator_get_optional()Mark Brown1-1/+1
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-2/+2
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