summaryrefslogtreecommitdiff
path: root/drivers/hwmon/adt7475.c
AgeCommit message (Expand)Author
2023-10-27hwmon: (adt7475) Add support for Imon readout on ADT7490Timothy Pearson
2023-08-21hwmon: (adt7475) fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski
2023-08-21hwmon: Explicitly include correct DT includesRob Herring
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König
2023-06-08hwmon: (adt7475) Convert to use device_property APIsChris Packham
2023-04-21hwmon: (adt7475) Use device_property APIs when configuring polarityChris Packham
2023-03-05hwmon: (adt7475) Fix masking of hysteresis registersTony O'Brien
2023-03-05hwmon: (adt7475) Display smoothing attributes in correct orderTony O'Brien
2022-09-19hwmon: move from strlcpy with unused retval to strscpyWolfram Sang
2022-05-22hwmon: (adt7475) Use enum chips when loading attenuator settingsChris Packham
2022-05-22hwmon: (adt7475) Add support for pin configurationChris Packham
2020-09-23hwmon: use simple i2c probe functionStephen Kitt
2020-03-08hwmon: (adt7475) Add support for inverting pwm outputChris Packham
2020-03-08hwmon: (adt7475) Add attenuator bypass supportLogan Shaw
2020-01-17hwmon: (adt7475) Make volt2reg return same reg as reg2volt inputLuuk Paulussen
2019-09-03hwmon: (adt7475) Convert to use hwmon_device_register_with_groups()Grant McEwan
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-04-15hwmon: (adt7475) Fix build warningGuenter Roeck
2018-12-16hwmon: (adt7475) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck
2018-08-26hwmon: (adt7475) Make adt7475_read_word() return errorsDan Carpenter
2018-08-26hwmon: (adt7475) Potential error pointer dereferencesDan Carpenter
2018-08-10hwmon: (adt7475) Change show functions to return error data correctlyTokunori Ikegami
2018-08-10hwmon: (adt7475) Change update functions to add error handlingTokunori Ikegami
2018-08-10hwmon: (adt7475) Change valid parameter to bool typeTokunori Ikegami
2018-08-10hwmon: (adt7475) Split device update function to measure and limitsTokunori Ikegami
2017-08-13hwmon: (adt7475) constify attribute_group structures.Arvind Yadav
2017-06-11hwmon: (adt7475) temperature smoothingChris Packham
2017-06-11hwmon: (adt7475) add high frequency supportChris Packham
2017-06-11hwmon: (adt7475) fan stall preventionChris Packham
2017-06-11hwmon: (adt7475) replace find_nearest() with find_closest()Chris Packham
2017-04-21hwmon: (adt7475) set start bit in probeChris Packham
2017-04-02hwmon: (adt7475) Add OF device ID tableJavier Martinez Canillas
2017-01-02hwmon: (adt7475) use permission-specific DEVICE_ATTR variantsJulia Lawall
2014-01-29Update Jean Delvare's e-mail addressJean Delvare
2013-01-25hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck
2012-10-10hwmon: Add missing inclusions of <linux/jiffies.h>Jean Delvare
2012-07-21hwmon: (adt7475) Convert to use devm_ functionsGuenter Roeck
2012-03-18hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin
2012-03-18hwmon: (adt7475) Fix multi-line commentsGuenter Roeck
2012-03-18hwmon: (adt7475) fix checkpatch issuesFrans Meulenbroeks
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2010-10-28hwmon: I2C addresses are constantJean Delvare
2009-12-14i2c: Drop I2C_CLIENT_INSMOD_2 to 8Jean Delvare
2009-12-14i2c: Get rid of struct i2c_client_address_dataJean Delvare
2009-12-14i2c: Drop the kind parameter from detect callbacksJean Delvare
2009-12-09hwmon: (adt7475) Add VID support for the ADT7476Jean Delvare
2009-12-09hwmon: (adt7475) Add support for the ADT7476Jean Delvare
2009-12-09hwmon: (adt7475) Voltage attenuators can be bypassedJean Delvare
2009-12-09hwmon: (adt7475) Print device information on probeJean Delvare
2009-12-09hwmon: (adt7475) Handle alternative pin functionsJean Delvare