aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/axi-fan-control.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25hwmon: (axi-fan-control) Make use of dev_err_probe()Nuno Sa1-22/+18
2024-02-25hwmon: (axi-fan-control) Make use of sysfs_emit()Nuno Sa1-1/+1
2024-02-25hwmon: (axi-fan-control) Use device firmware agnostic APINuno Sa1-19/+20
2023-10-25hwmon: (axi-fan-control) Fix possible NULL pointer dereferenceDragos Bogdan1-13/+16
2023-04-19hwmon: axi-fan: constify pointers to hwmon_channel_infoKrzysztof Kozlowski1-1/+1
2022-09-25hwmon: Make use of devm_clk_get_enabled()Uwe Kleine-König1-14/+1
2022-03-08hwmon: (axi-fan-control) Use hwmon_notify_eventNuno Sá1-1/+2
2021-08-17hwmon: (axi-fan-control) Support temperature vs pwm pointsNuno Sá1-1/+73
2021-08-17hwmon: (axi-fan-control) Handle irqs in natural orderNuno Sá1-15/+15
2021-08-17hwmon: (axi-fan-control) Make sure the clock is enabledNuno Sá1-0/+13
2020-08-04hwmon: (axi-fan-control) remove duplicate macrosAlexandru Ardelean1-4/+0
2020-03-08hwmon: Support ADI Fan Control IPNuno Sá1-0/+469