aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwmon/gpio-fan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* hwmon: (gpio-fan) drop of_match_ptr for ID tableKrzysztof Kozlowski2023-04-191-1/+1
* hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET2022-12-041-0/+1
* hwmon: (gpio-fan) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron2022-09-251-9/+2
* hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf2022-08-291-0/+3
* hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()Tian Tao2021-01-271-1/+1
* hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarmsChristian Schneider2019-07-081-2/+2
* hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_groupsChristian Schneider2019-07-081-7/+7
* hwmon: (gpio-fan) Check return value from devm_add_action_or_resetGuenter Roeck2019-06-231-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-14/+1
* hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-16/+9
* hwmon: (gpio-fan) Replace S_<PERMS> with octal valuesGuenter Roeck2019-02-181-1/+1
* treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2018-06-121-4/+4
* hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal2017-10-291-1/+1
* hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij2017-10-291-56/+32
* hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij2017-10-291-25/+26
* hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij2017-10-291-26/+12
* hwmon: (gpio-fan) Get rid of platform data structLinus Walleij2017-10-291-58/+30
* hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij2017-10-291-26/+10
* hwmon: (gpio-fan) Send around device pointerLinus Walleij2017-10-291-10/+10
* hwmon: (gpio-fan) Localize platform dataLinus Walleij2017-10-291-1/+22
* hwmon: (gpio-fan) Use local variable pointersLinus Walleij2017-10-291-7/+9
* hwmon: (gpio-fan) use permission-specific DEVICE_ATTR variantsJulia Lawall2017-01-021-27/+27
* hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hookNishanth Menon2016-02-191-6/+1
* hwmon: (gpio-fan) Fix module autoload for OF platform driverLuis de Bethencourt2015-09-201-0/+1
* hwmon: (gpio-fan) Move the thermal registration after registration is completeNishanth Menon2015-04-081-8/+11
* (gpio-fan): Add thermal control hooksNishanth Menon2015-03-091-7/+76
* hwmon: (gpio-fan) allow to use alarm support alone from DTSimon Guinot2015-03-091-21/+23
* hwmon: (gpio-fan) Add a shutdown handler to poweroff the fansNishanth Menon2014-12-041-0/+9
* hwmon: (gpio-fan) Allow usage of gpio operations that may sleepNishanth Menon2014-12-041-4/+5
* 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/+4
* hwmon: (gpio-fan) Change name used in hwmon_device_register_with_groupsJulien D'Ascenzio2014-06-251-1/+1
* hwmon: (gpio-fan) Make of_device_id array constJingoo Han2014-05-211-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-131-27/+14
* hwmon: (gpio_fan) Use error value returned from get_fan_speed_index()Guenter Roeck2013-10-131-2/+2
* hwmon: use dev_get_platdata()Jingoo Han2013-08-111-1/+1
* hwmon: (gpio-fan) Use is_visible to determine if attributes should be createdGuenter Roeck2013-04-071-65/+39
* hwmon: Fix 'Macros with complex values' checkpatch errorsGuenter Roeck2013-04-071-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-011-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-211-10/+11
* hwmon: (gpio-fan) Convert to use devm_ functionsGuenter Roeck2012-07-211-41/+15
* 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/+1