aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/fschmd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2018-12-16hwmon: (fschmd) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck1-119/+116
2018-05-21hwmon: (fschmd) fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2017-01-02hwmon: (fschmd) use permission-specific DEVICE_ATTR variantsJulia Lawall1-3/+3
2013-04-07hwmon: Fix checkpatch warning 'quoted string split across lines'Guenter Roeck1-4/+5
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck1-2/+2
2012-03-27watchdog: nowayout is boolWim Van Sebroeck1-2/+2
2012-03-18hwmon: (fschmd) Fix checkpatch issuesGuenter Roeck1-76/+142
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-12/+1
2011-01-12hwmon: (fschmd) Drop useless mutexJean Delvare1-4/+1
2010-10-05drivers: autoconvert trivial BKL users to private mutexArnd Bergmann1-3/+3
2010-05-17drivers: Push down BKL into various driversArnd Bergmann1-4/+5
2010-03-05hwmon: Fix off-by-one kind valuesJean Delvare1-9/+6
2010-01-25hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdogHans de Goede1-2/+5
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare1-1/+2
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare1-1/+1
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare1-2/+2
2009-12-09hwmon: Clean up detect functionsJean Delvare1-29/+24
2009-10-24hwmon: (fschmd) Fix check on unsigned in watchdog_write()Roel Kluin1-1/+1
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-03-30hwmon: (fschmd) Add support for the FSC Hades ICHans de Goede1-23/+34
2009-03-30hwmon: (fschmd) Add support for the FSC Syleus ICHans de Goede1-57/+157
2009-03-30dmi: Let dmi_walk() users pass private dataJean Delvare1-2/+2
2009-01-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds1-43/+405
2009-01-07hwmon: (fschmd) Add watchdog supportHans de Goede1-18/+383
2009-01-07hwmon: (fschmd) Cleanups for watchdog supportHans de Goede1-25/+22
2009-01-06trivial: fix then -> than typos in comments and documentationFrederik Schwarzer1-1/+1
2008-07-16hwmon: (fschmd) Convert to a new-style i2c driverJean Delvare1-55/+57
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-07hwmon: (fschmd) Read voltage scaling factors from BIOS DMIHans de Goede1-2/+88
2008-02-07hwmon: (fschmd) Discard non-ASCII charactersJean Delvare1-2/+2
2007-10-11hwmon: Add new combined driver for FSC chipsHans de Goede1-0/+778