aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/gpio-fan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-08hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarmsChristian Schneider1-2/+2
2019-07-08hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groupsChristian Schneider1-7/+7
2019-06-23hwmon: (gpio-fan) Check return value from devm_add_action_or_resetGuenter Roeck1-1/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-14/+1
2019-05-14hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck1-16/+9
2019-02-18hwmon: (gpio-fan) Replace S_<PERMS> with octal valuesGuenter Roeck1-1/+1
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-4/+4
2017-10-29hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal1-1/+1
2017-10-29hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij1-56/+32
2017-10-29hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij1-25/+26
2017-10-29hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij1-26/+12
2017-10-29hwmon: (gpio-fan) Get rid of platform data structLinus Walleij1-58/+30
2017-10-29hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij1-26/+10
2017-10-29hwmon: (gpio-fan) Send around device pointerLinus Walleij1-10/+10
2017-10-29hwmon: (gpio-fan) Localize platform dataLinus Walleij1-1/+22
2017-10-29hwmon: (gpio-fan) Use local variable pointersLinus Walleij1-7/+9
2017-01-02hwmon: (gpio-fan) use permission-specific DEVICE_ATTR variantsJulia Lawall1-27/+27
2016-02-19hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon1-6/+1
2015-09-20hwmon: (gpio-fan) Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2015-04-08hwmon: (gpio-fan) Move the thermal registration after registration is completeNishanth Menon1-8/+11
2015-03-09(gpio-fan): Add thermal control hooksNishanth Menon1-7/+76
2015-03-09hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot1-21/+23
2014-12-04hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon1-0/+9
2014-12-04hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon1-4/+5
2014-08-04hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin1-1/+1
2014-08-04hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groupsAxel Lin1-13/+4
2014-06-25hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio1-1/+1
2014-05-21hwmon: (gpio-fan) Make of_device_id array constJingoo Han1-1/+1
2013-10-18hwmon: (gpio-fan) Include linux/of.h headerSachin Kamat1-0/+1
2013-10-13hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groupsGuenter Roeck1-27/+14
2013-10-13hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()Guenter Roeck1-2/+2
2013-08-11hwmon: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-07hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck1-65/+39
2013-04-07hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck1-1/+1
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely1-2/+2
2012-11-28hwmon: remove use of __devexitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitdataBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devinitBill Pemberton1-1/+1
2012-11-28hwmon: remove use of __devexit_pBill Pemberton1-1/+1
2012-11-01hwmon: Only include of_match_table with CONFIG_OF_GPIOJamie Lentin1-0/+2
2012-09-22hwmon: Add devicetree bindings to gpio-fanJamie Lentin1-0/+120
2012-07-21hwmon: (gpio-fan) Use struct dev_pm_ops for power managementRafael J. Wysocki1-10/+11
2012-07-21hwmon: (gpio-fan) Convert to use devm_ functionsGuenter Roeck1-41/+15
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks1-3/+3
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin1-12/+1
2011-03-29drivers: Final irq namespace conversionThomas Gleixner1-1/+1
2010-11-11hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin1-4/+4
2010-10-25hwmon: add generic GPIO fan driverSimon Guinot1-0/+558