index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
gpio-fan.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-28
hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
2019-07-09
hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms
Christian Schneider
1
-2
/
+2
2019-07-09
hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_g...
Christian Schneider
1
-7
/
+7
2019-06-24
hwmon: (gpio-fan) Check return value from devm_add_action_or_reset
Guenter Roeck
1
-1
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-14
/
+1
2019-05-14
hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_register
Guenter Roeck
1
-16
/
+9
2019-02-19
hwmon: (gpio-fan) Replace S_<PERMS> with octal values
Guenter Roeck
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
1
-4
/
+4
2017-10-30
hwmon: (gpio-fan) Fix null pointer dereference at probe
Miquel Raynal
1
-1
/
+1
2017-10-30
hwmon: (gpio-fan) Convert to use GPIO descriptors
Linus Walleij
1
-56
/
+32
2017-10-30
hwmon: (gpio-fan) Rename GPIO line state variables
Linus Walleij
1
-25
/
+26
2017-10-30
hwmon: (gpio-fan) Get rid of the gpio alarm struct
Linus Walleij
1
-26
/
+12
2017-10-30
hwmon: (gpio-fan) Get rid of platform data struct
Linus Walleij
1
-58
/
+30
2017-10-30
hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata path
Linus Walleij
1
-26
/
+10
2017-10-30
hwmon: (gpio-fan) Send around device pointer
Linus Walleij
1
-10
/
+10
2017-10-30
hwmon: (gpio-fan) Localize platform data
Linus Walleij
1
-1
/
+22
2017-10-30
hwmon: (gpio-fan) Use local variable pointers
Linus Walleij
1
-7
/
+9
2017-01-02
hwmon: (gpio-fan) use permission-specific DEVICE_ATTR variants
Julia Lawall
1
-27
/
+27
2016-02-20
hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
Nishanth Menon
1
-6
/
+1
2015-09-21
hwmon: (gpio-fan) Fix module autoload for OF platform driver
Luis de Bethencourt
1
-0
/
+1
2015-04-09
hwmon: (gpio-fan) Move the thermal registration after registration is complete
Nishanth Menon
1
-8
/
+11
2015-03-09
(gpio-fan): Add thermal control hooks
Nishanth Menon
1
-7
/
+76
2015-03-09
hwmon: (gpio-fan) allow to use alarm support alone from DT
Simon Guinot
1
-21
/
+23
2014-12-04
hwmon: (gpio-fan) Add a shutdown handler to poweroff the fans
Nishanth Menon
1
-0
/
+9
2014-12-04
hwmon: (gpio-fan) Allow usage of gpio operations that may sleep
Nishanth Menon
1
-4
/
+5
2014-08-04
hwmon: (gpio-fan) Prevent overflow problem when writing large limits
Axel Lin
1
-1
/
+1
2014-08-04
hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groups
Axel Lin
1
-13
/
+4
2014-06-26
hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups
Julien D'Ascenzio
1
-1
/
+1
2014-05-22
hwmon: (gpio-fan) Make of_device_id array const
Jingoo Han
1
-1
/
+1
2013-10-18
hwmon: (gpio-fan) Include linux/of.h header
Sachin Kamat
1
-0
/
+1
2013-10-14
hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groups
Guenter Roeck
1
-27
/
+14
2013-10-14
hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()
Guenter Roeck
1
-2
/
+2
2013-08-12
hwmon: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-04-08
hwmon: (gpio-fan) Use is_visible to determine if attributes should be created
Guenter Roeck
1
-65
/
+39
2013-04-08
hwmon: Fix 'Macros with complex values' checkpatch errors
Guenter Roeck
1
-1
/
+1
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
1
-2
/
+2
2012-11-28
hwmon: remove use of __devexit
Bill Pemberton
1
-1
/
+1
2012-11-28
hwmon: remove use of __devinitdata
Bill Pemberton
1
-1
/
+1
2012-11-28
hwmon: remove use of __devinit
Bill Pemberton
1
-1
/
+1
2012-11-28
hwmon: remove use of __devexit_p
Bill Pemberton
1
-1
/
+1
2012-11-02
hwmon: Only include of_match_table with CONFIG_OF_GPIO
Jamie Lentin
1
-0
/
+2
2012-09-22
hwmon: Add devicetree bindings to gpio-fan
Jamie Lentin
1
-0
/
+120
2012-07-22
hwmon: (gpio-fan) Use struct dev_pm_ops for power management
Rafael J. Wysocki
1
-10
/
+11
2012-07-22
hwmon: (gpio-fan) Convert to use devm_ functions
Guenter Roeck
1
-41
/
+15
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
1
-3
/
+3
2011-11-26
hwmon: convert drivers/hwmon/* to use module_platform_driver()
Axel Lin
1
-12
/
+1
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
1
-1
/
+1
2010-11-11
hwmon: (gpio-fan) Fix fan_ctrl_init error path
Axel Lin
1
-4
/
+4
2010-10-26
hwmon: add generic GPIO fan driver
Simon Guinot
1
-0
/
+558