aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm70.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2017-01-21hwmon: (lm70) Add support for TI TMP122/124Florian Fainelli1-1/+8
2017-01-21hwmon: (lm70) Utilize dev_warn instead of pr_warnFlorian Fainelli1-1/+2
2017-01-02hwmon: (lm70) use permission-specific DEVICE_ATTR variantsJulia Lawall1-3/+3
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2015-08-09hwmon: (lm70) add device tree supportRabin Vincent1-1/+33
2014-05-21hwmon: (lm70) Convert to use devm_hwmon_device_register_with_groupsGuenter Roeck1-48/+14
2013-10-18hwmon: (lm70) Remove redundant spi_set_drvdataSachin Kamat1-2/+0
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: (lm70) Simplify show_name functionGuenter Roeck1-20/+1
2012-09-23hwmon: (lm70) Add support for LM71 and LM74Christophe Leroy1-3/+22
2012-09-23hwmon: (lm70) Allow 4wire SPI bus with LM70Christophe Leroy1-4/+0
2012-09-23hwmon: (lm70) Convert to use devm_ functionsGuenter Roeck1-3/+1
2012-03-18hwmon: (lm70) Fix: do not use assignment in if conditionGuenter Roeck1-4/+6
2012-03-18hwmon: (lm70) Register hwmon device after creating attribute files, and remove it firstGuenter Roeck1-10/+11
2012-03-18hwmon: convert drivers/hwmon/* to use module_spi_driver()Axel Lin1-12/+1
2012-03-18hwmon: (lm70) fix checkpatch issuesFrans Meulenbroeks1-1/+1
2011-05-25hwmon: Use helper functions to set and get driver dataJean Delvare1-5/+5
2011-01-08hwmon: (lm70) Use pr_fmt and pr_<level>Joe Perches1-2/+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-09-23hwmon: lm70: convert to device table matchingAnton Vorontsov1-36/+19
2009-01-07hwmon: (lm70) Add TI TMP121 supportManuel Lauss1-10/+74
2009-01-07hwmon: (lm70) Code streamlining and cleanupKaiwan N Billimoria1-4/+5
2007-11-08hwmon: (lm70) Convert semaphore to mutexMatthias Kaehlcke1-5/+6
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-6/+6
2007-10-09hwmon: (lm70) Add a name attributeJean Delvare1-2/+13
2007-07-17SPI: add 3wire mode flagDavid Brownell1-0/+4
2007-02-14hwmon/lm70: Make lm70_remove a __devexit functionRalf Baechle1-1/+1
2006-06-22[PATCH] lm70: New hardware monitoring driverKaiwan N Billimoria1-0/+165