aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/max1111.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 332Thomas Gleixner1-4/+1
2017-01-02hwmon: (max1111) use permission-specific DEVICE_ATTR variantsJulia Lawall1-2/+2
2016-03-27hwmon: (max1111) Return -ENODEV from max1111_read_channel if not instantiatedGuenter Roeck1-0/+6
2015-10-28spi: Drop owner assignment from spi_driversAndrew F. Davis1-1/+0
2014-05-21hwmon: (max1111) remove unnecessary OOM messagesJingoo Han1-3/+1
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-2/+2
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-09-23hwmon: (max1111) Add support for MAX1110, MAX1112, and MAX1113Guenter Roeck1-7/+67
2012-07-21hwmon: (max1111) Convert to use devm_ functionsGuenter Roeck1-6/+3
2012-03-18hwmon: (max1111) Fix multi-line commentsGuenter Roeck1-1/+2
2012-03-18hwmon: convert drivers/hwmon/* to use module_spi_driver()Axel Lin1-11/+1
2012-01-16hwmon: (max1111) Change sysfs interface to in[0-3]_input in millivoltsEric Miao1-6/+9
2012-01-05max1111.c: fix checkpatch warningFrans Meulenbroeks1-1/+1
2011-07-25hwmon: (max1111) Avoid extra memory allocationsJean Delvare1-21/+6
2011-07-17hwmon: (max1111) Fix race condition causing NULL pointer exceptionPavel Herrmann1-0/+11
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-23spi: prefix modalias with "spi:"Anton Vorontsov1-0/+1
2008-09-23hwmon: add max1111_read_channel() for use by sharpsl_pmEric Miao1-0/+13
2008-09-23hwmon: add max1111 Low-power Multichannel Serial 8-bit ADCsEric Miao1-0/+231