aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/axi-fan-control.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hwmon: (axi-fan-control) Make use of dev_err_probe()Gravatar Nuno Sa 1-22/+18
2024-02-25hwmon: (axi-fan-control) Make use of sysfs_emit()Gravatar Nuno Sa 1-1/+1
2024-02-25hwmon: (axi-fan-control) Use device firmware agnostic APIGravatar Nuno Sa 1-19/+20
2023-10-25hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceGravatar Dragos Bogdan 1-13/+16
2023-04-19hwmon: axi-fan: constify pointers to hwmon_channel_infoGravatar Krzysztof Kozlowski 1-1/+1
2022-09-25hwmon: Make use of devm_clk_get_enabled()Gravatar Uwe Kleine-König 1-14/+1
2022-03-08hwmon: (axi-fan-control) Use hwmon_notify_eventGravatar Nuno Sá 1-1/+2
2021-08-17hwmon: (axi-fan-control) Support temperature vs pwm pointsGravatar Nuno Sá 1-1/+73
2021-08-17hwmon: (axi-fan-control) Handle irqs in natural orderGravatar Nuno Sá 1-15/+15
2021-08-17hwmon: (axi-fan-control) Make sure the clock is enabledGravatar Nuno Sá 1-0/+13
2020-08-04hwmon: (axi-fan-control) remove duplicate macrosGravatar Alexandru Ardelean 1-4/+0
2020-03-08hwmon: Support ADI Fan Control IPGravatar Nuno Sá 1-0/+469