summaryrefslogtreecommitdiff
path: root/drivers/hwmon/emc2305.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04hwmon: (emc2305) Fix a resource leak in emc2305_of_parse_pwm_childFelix Gu1-0/+1
2026-01-02hwmon: (emc2305) fix double put in emc2305_probe_childs_from_dtPei Xiao1-3/+1
2026-01-02hwmon: (emc2305) fix device node refcount leak in error pathPei Xiao1-1/+3
2025-07-21hwmon: (emc2305) Set initial PWM minimum value during probe based on thermal ...Florin Leotescu1-2/+8
2025-07-21hwmon: (emc2305) Enable PWM polarity and output configurationFlorin Leotescu1-0/+14
2025-07-21hwmon: (emc2305) Configure PWM channels based on DT propertiesFlorin Leotescu1-22/+129
2025-07-21hwmon: (emc2305) Add support for PWM frequency, polarity and outputFlorin Leotescu1-0/+6
2025-03-22hwmon: emc2305: Use devm_thermal_of_cooling_device_registerFlorin Leotescu1-29/+4
2025-03-22hwmon: emc2305: Add OF supportFlorin Leotescu1-0/+7
2024-05-01hwmon: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König1-4/+4
2024-02-12hwmon: Drop non-functional I2C_CLASS_HWMON support for drivers w/o detect()Heiner Kallweit1-5/+0
2023-06-08hwmon: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-04-19hwmon: emc2305: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2023-02-03hwmon: (emc2305) fix kernel-doc warningsRandy Dunlap1-11/+13
2022-12-07hwmon: (emc2305) fix pwm never being able to set lowerXingjiang Qiao1-13/+24
2022-12-07hwmon: (emc2305) fix unable to probe emc2301/2/3Xingjiang Qiao1-6/+1
2022-12-05hwmon: use simple i2c probeStephen Kitt1-2/+2
2022-10-05Merge tag 'hwmon-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds1-0/+620
2022-09-19hwmon: (emc2305) Remove unnecessary range checkGuenter Roeck1-2/+0
2022-09-19hwmon: (emc2305) Remove unused including <linux/version.h>Jiapeng Chong1-1/+0
2022-09-19hwmon: (emc2305) add support for EMC2301/2/3/5 RPM-based PWM Fan Speed Contro...Michael Shych1-0/+624