aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/lm75.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-08hwmon: (lm75) Fix tmp112 default configAbdel Alkuor1-2/+3
2024-01-02hwmon: (lm75) Add AMS AS6200 temperature sensorAbdel Alkuor1-14/+94
2024-01-02hwmon: (lm75) remove now-unused includeLuca Ceresoli1-1/+0
2023-08-21hwmon: (lm75) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski1-1/+1
2023-08-21hwmon: Explicitly include correct DT includesRob Herring1-1/+0
2023-06-10hwmon: (lm75) Use maple tree register cacheMark Brown1-1/+1
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: lm75: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-05-20hwmon: (lm75) Add Atmel AT30TS74 supportPeter Rosin1-0/+14
2021-06-17hwmon: (lm75) Add TI TMP1075 supportRobert Marko1-0/+13
2020-10-04hwmon: (lm75) Add regulator supportAlban Bedel1-0/+24
2020-09-23hwmon: use simple i2c probe functionStephen Kitt1-4/+5
2020-05-22hwmon: (lm75) Fix all coding-style warnings on lm75 driverMichal Orzel1-2/+6
2019-09-04hwmon: (lm75) Aproximate sample times to data-sheet valuesIker Perez del Palomar Sustatxa1-22/+22
2019-09-03hwmon: (lm75) Add support for writing sampling period on PCT2075Guenter Roeck1-1/+14
2019-09-03hwmon: (lm75) Add support for writing conversion time for TMP112Guenter Roeck1-9/+26
2019-09-03hwmon: (lm75) Move updating the sample interval to its own functionGuenter Roeck1-14/+19
2019-09-03hwmon: (lm75) Support configuring the sample time for various chipsGuenter Roeck1-27/+56
2019-09-03hwmon: (lm75) Modularize lm75_write and make hwmon_chip writableIker Perez del Palomar Sustatxa1-5/+47
2019-09-03hwmon: (lm75) Add new fields into lm75_params_Iker Perez del Palomar Sustatxa1-6/+32
2019-09-03hwmon: (lm75) Create function from code to write into registersIker Perez del Palomar Sustatxa1-7/+27
2019-09-03hwmon: (lm75) Create structure to save all the configuration parameters.Iker Perez del Palomar Sustatxa1-106/+176
2019-09-03hwmon: (lm75) add support for PCT2075Daniel Mack1-0/+10
2019-08-31hwmon: (lm75) Fix write operations for negative temperaturesGuenter Roeck1-1/+1
2019-08-07hwmon: (lm75) Fixup tmp75b clr_maskIker Perez del Palomar Sustatxa1-1/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner1-14/+1
2019-05-03hwmon: (lm75) Add support for TMP75BIker Perez del Palomar Sustatxa1-0/+11
2019-04-15hwmon: (lm75) Fix build warningGuenter Roeck1-1/+1
2019-04-15hwmon: (lm75) Use HWMON_CHANNEL_INFO macroGuenter Roeck1-28/+4
2019-02-18hwmon: (lm75) Replace S_<PERMS> with octal valuesGuenter Roeck1-3/+3
2018-12-16hwmon: (lm75) Add STLM75 supportJagan Teki1-0/+10
2018-10-23Merge tag 'regmap-v5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds1-1/+2
2018-10-10hwmon: (lm75) Add MAX31725/6 supportKun Yi1-2/+16
2018-09-07regmap: split up regmap_config.use_single_rwDavid Frey1-1/+2
2018-01-17hwmon: (lm75) Fix trailing semicolonLuis de Bethencourt1-1/+1
2017-04-02hwmon: (lm75) Add OF device ID tableJavier Martinez Canillas1-1/+97
2016-09-08hwmon: (lm75) Convert to use new hwmon registration APIGuenter Roeck1-69/+116
2016-07-31hwmon: (lm75) Improve error handlingGuenter Roeck1-2/+4
2016-07-09hwmon: (lm75) Convert to use regmapGuenter Roeck1-94/+68
2016-07-09hwmon: (lm75) Add update_interval attributeGuenter Roeck1-0/+13
2016-07-09hwmon: (lm75) Drop lm75_read_value and lm75_write_valueGuenter Roeck1-33/+9
2016-07-09hwmon: (lm75) Handle cleanup with devm_add_actionGuenter Roeck1-19/+19
2016-05-17hwmon: convert lm75 to use devm_thermal_zone_of_sensor_registerEduardo Valentin1-7/+3
2015-10-14hwmon: (lm75) Add support for TMP75CBen Gardner1-0/+7
2015-08-03thermal: consistently use int for temperaturesSascha Hauer1-1/+1
2014-12-17Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-3/+6
2014-12-05hwmon: (lm75) Strengthen detect functionGuenter Roeck1-0/+6
2014-11-30hwmon: (lm75) Add support for the NXP LM75BMichael Thalmeier1-0/+6
2014-11-20thermal: of: improve of-thermal sensor registration APIEduardo Valentin1-3/+6
2014-08-04hwmon: (lm75) Add support for TMP112Frans Klaver1-0/+8
2014-05-21hwmon: (lm75) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-31/+20
2013-12-04hwmon: lm75: expose to thermal fw via DT nodesEduardo Valentin1-5/+30
2013-11-18hwmon: (lm75) Add support for GMT G751 chipArnaud Ebalard1-0/+3
2013-05-04hwmon: (lm75) Add support for the Dallas/Maxim DS7505Jean Delvare1-0/+7
2013-05-04hwmon: (lm75) Tune resolution and sample time per chipJean Delvare1-6/+36
2013-05-04hwmon: (lm75) Prepare to support per-chip resolution and sample timeJean Delvare1-5/+26
2013-05-04hwmon: (lm75) Per-chip configuration register initializationJean Delvare1-2/+22
2012-07-21hwmon: (lm75) Convert to use devm_ functionsGuenter Roeck1-6/+3
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin1-16/+1
2012-01-05hwmon: (lm75) fix checkpatch warningFrans Meulenbroeks1-1/+1
2012-01-05hwmon: (lm75) added error handlingFrans Meulenbroeks1-7/+16
2011-11-04hwmon: Use i2c_smbus_{read,write}_word_swappedJean Delvare1-6/+3
2011-10-24hwmon: (lm75) Document why clones are not detectedJean Delvare1-13/+24
2011-10-24hwmon: (lm75) Add support for Analog Devices ADT75Michael Hennerich1-0/+2
2011-03-21hwmon: (lm75) Speed up detectionJean Delvare1-21/+19
2011-03-21hwmon: (lm75) Add detection of the National Semiconductor LM75ALen Sorensen1-15/+41
2010-10-28hwmon: (lm75) Trivial changes to pacify the checkpatchShubhrajyoti D1-21/+23
2010-10-28hwmon: (lm75) Make the writing to sysfs more robustShubhrajyoti D1-1/+6
2010-08-14hwmon: (lm75) Add suspend/resume featureShubhrajyoti Datta1-0/+39
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-2/+0
2010-05-27hwmon: (lm75) Add support for the Texas Instruments TMP105Shubhrajyoti Datta1-0/+2
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_1Jean Delvare1-8/+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-1/+1
2009-12-09hwmon: Clean up detect functionsJean Delvare1-30/+26
2009-01-06hwmon: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-1/+1
2008-08-10hwmon: (lm75) Drop legacy i2c driverJean Delvare1-92/+22
2008-07-31hwmon: (lm75) add new-style driver bindingDavid Brownell1-47/+159
2008-07-31hwmon: (lm75) cleanup/reorgDavid Brownell1-39/+51
2008-06-19hwmon: (lm75) sensor reading bugfixDavid Brownell1-5/+15
2008-04-27hwmon: (lm75) Fix an incorrect commentJean Delvare1-4/+1
2008-02-18hwmon: normal_i2c arrays should be constMark M. Hoffman1-1/+1
2008-02-07hwmon: Discard useless I2C driver IDsJean Delvare1-1/+0
2007-10-09hwmon: Convert from class_device to deviceTony Jones1-5/+5
2007-10-09hwmon: Allow writing of negative trigger temperaturesChristian Hohnstaedt1-1/+1
2007-05-08hwmon/lm75: Use dynamic sysfs callbacksJean Delvare1-38/+44
2006-09-28hwmon: Fix unchecked return status, batch 1Mark M. Hoffman1-5/+19
2006-03-23[PATCH] hwmon: Semaphore to mutex conversionsIngo Molnar1-6/+7
2006-01-05[PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer neededGreg Kroah-Hartman1-1/+0
2006-01-05[PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11Laurent Riffard1-2/+4
2006-01-05[PATCH] i2c: Drop i2c_driver.flags, 2 of 3Jean Delvare1-1/+0
2005-10-28[PATCH] hwmon: kzalloc conversionDeepak Saxena1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare1-2/+1
2005-09-05[PATCH] hwmon: hwmon vs i2c, second round (04/11)Jean Delvare1-2/+2
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (8/9)Jean Delvare1-10/+0
2005-09-05[PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare1-1/+0
2005-09-05[PATCH] I2C hwmon: add hwmon sysfs class to driversMark M. Hoffman1-1/+14
2005-09-05[PATCH] hwmon: soften lm75 initializationJean Delvare1-2/+6
2005-07-11[PATCH] I2C: Move hwmon drivers (2/3)Jean Delvare1-0/+296