index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
hwmon
/
gpio-fan.c
Age
Commit message (
Expand
)
Author
2019-07-08
hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarms
Christian Schneider
2019-07-08
hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_g...
Christian Schneider
2019-06-23
hwmon: (gpio-fan) Check return value from devm_add_action_or_reset
Guenter Roeck
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
2019-05-14
hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_register
Guenter Roeck
2019-02-18
hwmon: (gpio-fan) Replace S_<PERMS> with octal values
Guenter Roeck
2018-06-12
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2017-10-29
hwmon: (gpio-fan) Fix null pointer dereference at probe
Miquel Raynal
2017-10-29
hwmon: (gpio-fan) Convert to use GPIO descriptors
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Rename GPIO line state variables
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Get rid of the gpio alarm struct
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Get rid of platform data struct
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata path
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Send around device pointer
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Localize platform data
Linus Walleij
2017-10-29
hwmon: (gpio-fan) Use local variable pointers
Linus Walleij
2017-01-02
hwmon: (gpio-fan) use permission-specific DEVICE_ATTR variants
Julia Lawall
2016-02-19
hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
Nishanth Menon
2015-09-20
hwmon: (gpio-fan) Fix module autoload for OF platform driver
Luis de Bethencourt
2015-04-08
hwmon: (gpio-fan) Move the thermal registration after registration is complete
Nishanth Menon
2015-03-09
(gpio-fan): Add thermal control hooks
Nishanth Menon
2015-03-09
hwmon: (gpio-fan) allow to use alarm support alone from DT
Simon Guinot
2014-12-04
hwmon: (gpio-fan) Add a shutdown handler to poweroff the fans
Nishanth Menon
2014-12-04
hwmon: (gpio-fan) Allow usage of gpio operations that may sleep
Nishanth Menon
2014-08-04
hwmon: (gpio-fan) Prevent overflow problem when writing large limits
Axel Lin
2014-08-04
hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groups
Axel Lin
2014-06-25
hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groups
Julien D'Ascenzio
2014-05-21
hwmon: (gpio-fan) Make of_device_id array const
Jingoo Han
2013-10-18
hwmon: (gpio-fan) Include linux/of.h header
Sachin Kamat
2013-10-13
hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groups
Guenter Roeck
2013-10-13
hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()
Guenter Roeck
2013-08-11
hwmon: use dev_get_platdata()
Jingoo Han
2013-04-07
hwmon: (gpio-fan) Use is_visible to determine if attributes should be created
Guenter Roeck
2013-04-07
hwmon: Fix 'Macros with complex values' checkpatch errors
Guenter Roeck
2013-02-13
gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()
Grant Likely
2012-11-28
hwmon: remove use of __devexit
Bill Pemberton
2012-11-28
hwmon: remove use of __devinitdata
Bill Pemberton
2012-11-28
hwmon: remove use of __devinit
Bill Pemberton
2012-11-28
hwmon: remove use of __devexit_p
Bill Pemberton
2012-11-01
hwmon: Only include of_match_table with CONFIG_OF_GPIO
Jamie Lentin
2012-09-22
hwmon: Add devicetree bindings to gpio-fan
Jamie Lentin
2012-07-21
hwmon: (gpio-fan) Use struct dev_pm_ops for power management
Rafael J. Wysocki
2012-07-21
hwmon: (gpio-fan) Convert to use devm_ functions
Guenter Roeck
2012-01-05
hwmon: replaced strict_str* with kstr*
Frans Meulenbroeks
2011-11-26
hwmon: convert drivers/hwmon/* to use module_platform_driver()
Axel Lin
2011-03-29
drivers: Final irq namespace conversion
Thomas Gleixner
2010-11-11
hwmon: (gpio-fan) Fix fan_ctrl_init error path
Axel Lin
2010-10-25
hwmon: add generic GPIO fan driver
Simon Guinot