summaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/gpio-fan.c
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (gpio-fan) Prevent overflow problem when writing large limitsAxel Lin2014-08-041-1/+1
* hwmon: (gpio-fan) Convert to devm_hwmon_device_register_with_groupsAxel Lin2014-08-041-13/+4Star
* hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio2014-06-261-1/+1
* hwmon: (gpio-fan) Make of_device_id array constJingoo Han2014-05-221-1/+1
* hwmon: (gpio-fan) Include linux/of.h headerSachin Kamat2013-10-181-0/+1
* hwmon: (gpio-fan) Convert to use hwmon_device_register_with_groupsGuenter Roeck2013-10-141-27/+14Star
* hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()Guenter Roeck2013-10-141-2/+2
* hwmon: use dev_get_platdata()Jingoo Han2013-08-121-1/+1
* hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck2013-04-081-65/+39Star
* hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck2013-04-081-1/+1
* gpio: Make of_count_named_gpios() use new of_count_phandle_with_args()Grant Likely2013-02-131-2/+2
* hwmon: remove use of __devexitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitdataBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devinitBill Pemberton2012-11-281-1/+1
* hwmon: remove use of __devexit_pBill Pemberton2012-11-281-1/+1
* hwmon: Only include of_match_table with CONFIG_OF_GPIOJamie Lentin2012-11-021-0/+2
* hwmon: Add devicetree bindings to gpio-fanJamie Lentin2012-09-221-0/+120
* hwmon: (gpio-fan) Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-221-10/+11
* hwmon: (gpio-fan) Convert to use devm_ functionsGuenter Roeck2012-07-221-41/+15Star
* hwmon: replaced strict_str* with kstr*Frans Meulenbroeks2012-01-051-3/+3
* hwmon: convert drivers/hwmon/* to use module_platform_driver()Axel Lin2011-11-261-12/+1Star
* drivers: Final irq namespace conversionThomas Gleixner2011-03-291-1/+1
* hwmon: (gpio-fan) Fix fan_ctrl_init error pathAxel Lin2010-11-111-4/+4
* hwmon: add generic GPIO fan driverSimon Guinot2010-10-251-0/+558