aboutsummaryrefslogtreecommitdiff
path: root/drivers/hwmon/gpio-fan.c
AgeCommit message (Expand)Author
2016-02-19hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon
2015-09-20hwmon: (gpio-fan) Fix module autoload for OF platform driverLuis de Bethencourt
2015-04-08hwmon: (gpio-fan) Move the thermal registration after registration is completeNishanth Menon
2015-03-09(gpio-fan): Add thermal control hooksNishanth Menon
2015-03-09hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot
2014-12-04hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon
2014-12-04hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon
2014-08-04hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin
2014-08-04hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groupsAxel Lin
2014-06-25hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio
2014-05-21hwmon: (gpio-fan) Make of_device_id array constJingoo Han
2013-10-18hwmon: (gpio-fan) Include linux/of.h headerSachin Kamat
2013-10-13hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groupsGuenter Roeck
2013-10-13hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()Guenter Roeck
2013-08-11hwmon: use dev_get_platdata()Jingoo Han
2013-04-07hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck
2013-04-07hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck
2013-02-13gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely
2012-11-28hwmon: remove use of __devexitBill Pemberton
2012-11-28hwmon: remove use of __devinitdataBill Pemberton
2012-11-28hwmon: remove use of __devinitBill Pemberton
2012-11-28hwmon: remove use of __devexit_pBill Pemberton
2012-11-01hwmon: Only include of_match_table with CONFIG_OF_GPIOJamie Lentin
2012-09-22hwmon: Add devicetree bindings to gpio-fanJamie Lentin
2012-07-21hwmon: (gpio-fan) Use struct dev_pm_ops for power managementRafael J. Wysocki
2012-07-21hwmon: (gpio-fan) Convert to use devm_ functionsGuenter Roeck
2012-01-05hwmon: replaced strict_str* with kstr*Frans Meulenbroeks
2011-11-26hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin
2011-03-29drivers: Final irq namespace conversionThomas Gleixner
2010-11-11hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin
2010-10-25hwmon: add generic GPIO fan driverSimon Guinot