summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/amc6821.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (amc6821) Use multi-byte regmap operationsGuenter Roeck2024-07-311-17/+13
* hwmon: (amc6821) Add support for pwm1_mode attributeGuenter Roeck2024-07-081-1/+15
* hwmon: (amc6821) Convert to with_info APIGuenter Roeck2024-07-081-326/+362
* hwmon: (amc6821) Convert to use regmapGuenter Roeck2024-07-081-444/+383
* hwmon: (amc6821) Drop unnecessary enum chipsGuenter Roeck2024-07-081-4/+1
* hwmon: (amc6821) Use BIT() and GENMASK()Guenter Roeck2024-07-081-40/+41
* hwmon: (amc6821) Use tabs for column alignment in definesGuenter Roeck2024-07-081-71/+71
* hwmon: (amc6821) Reorder include files, drop unnecessary onesGuenter Roeck2024-07-081-7/+6
* hwmon: (amc6821) Add support for fan1_target and pwm1_enable mode 4Guenter Roeck2024-07-081-8/+17
* hwmon: (amc6821) Rename fan1_div to fan1_pulsesGuenter Roeck2024-07-081-13/+13
* hwmon: (amc6821) Make reading and writing fan speed limits consistentGuenter Roeck2024-07-081-4/+9
* hwmon: (amc6821) Stop accepting invalid pwm valuesGuenter Roeck2024-07-081-6/+8
* hwmon: (amc6821) add of_match tableJosua Mayer2024-03-071-0/+11
* hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-06-081-1/+1
* hwmon: move from strlcpy with unused retval to strscpyWolfram Sang2022-09-191-1/+1
* hwmon: cleanup non-bool "valid" data fieldsPaul Fertser2021-10-121-4/+4
* hwmon: use simple i2c probe functionStephen Kitt2020-09-231-3/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner2019-05-241-14/+1
* hwmon: (amc6821) Use permission specific SENSOR[_DEVICE]_ATTR variantsGuenter Roeck2018-12-171-142/+87
* hwmon: (amc6821) sign extension temperatureJared Bents2016-12-021-2/+2
* hwmon: (amc6821) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-45/+25
* hwmon: (amc6821) Avoid forward declarationAxel Lin2014-08-041-206/+154
* hwmon: (amc6821) Fix possible race condition bugAxel Lin2014-07-311-6/+11
* hwmon: (amc6821) Fix permissions for temp2_inputAxel Lin2014-07-031-1/+1
* hwmon: (amc6821) Remove redundant breakSachin Kamat2013-09-111-3/+0
* hwmon: (amc6821) Fix return valueSachin Kamat2013-09-111-2/+2
* hwmon: Replace SENSORS_LIMIT with clamp_valGuenter Roeck2013-01-261-20/+12
* hwmon: (amc6821) Convert to use devm_ functionsGuenter Roeck2012-09-241-11/+5
* hwmon: (amc6821) Fix multi-line commentsGuenter Roeck2012-03-191-27/+30
* hwmon: convert drivers/hwmon/* to use module_i2c_driver()Axel Lin2012-03-191-14/+1
* hwmon: (amc6821) fix initialisationFrans Meulenbroeks2012-03-191-1/+1
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-7/+7
* hwmon: Change mail address of Hans J. KochHans J. Koch2010-11-151-1/+1
* hwmon: (amc6821) Double unlock bugDan Carpenter2010-01-251-1/+0
* hwmon: driver for Texas Instruments amc6821 chipTomaz Mertelj2010-01-111-0/+1116