summaryrefslogtreecommitdiff
path: root/drivers/hwmon/gpio-fan.c
AgeCommit message (Expand)Author
2023-04-19hwmon: (gpio-fan) drop of_match_ptr for ID tableKrzysztof Kozlowski
2022-12-04hwmon: Include <linux/kstrtox.h> when appropriateChristophe JAILLET
2022-09-25hwmon: (gpio-fan) Switch to DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr()Jonathan Cameron
2022-08-29hwmon: (gpio-fan) Fix array out of bounds accessArmin Wolf
2021-01-27hwmon: (gpio-fan) Switch to using the new API kobj_to_dev()Tian Tao
2019-07-08hwmon: (gpio-fan) fix sysfs notifications and udev events for gpio-fan alarmsChristian Schneider
2019-07-08hwmon: (gpio-fan) move fan_alarm_init after devm_hwmon_device_register_with_g...Christian Schneider
2019-06-23hwmon: (gpio-fan) Check return value from devm_add_action_or_resetGuenter Roeck
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-14hwmon: (gpio-fan) Use devm_thermal_of_cooling_device_registerGuenter Roeck
2019-02-18hwmon: (gpio-fan) Replace S_<PERMS> with octal valuesGuenter Roeck
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2017-10-29hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal
2017-10-29hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij
2017-10-29hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij
2017-10-29hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij
2017-10-29hwmon: (gpio-fan) Get rid of platform data structLinus Walleij
2017-10-29hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij
2017-10-29hwmon: (gpio-fan) Send around device pointerLinus Walleij
2017-10-29hwmon: (gpio-fan) Localize platform dataLinus Walleij
2017-10-29hwmon: (gpio-fan) Use local variable pointersLinus Walleij
2017-01-02hwmon: (gpio-fan) use permission-specific DEVICE_ATTR variantsJulia Lawall
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