aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/gpio-fan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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