Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-25hwmon: (nct6775) Fix crash in clear_caseopenGuenter Roeck
2021-12-27hwmon: (nct6775) Additional check for ChipID before ASUS WMI usageDenis Pauk
2021-12-27hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMINGDenis Pauk
2021-12-27hwmon: (nct6775) delete some extension linesDan Carpenter
2021-11-15hwmon: (nct6775) mask out bank number in nct6775_wmi_read_value()Zev Weiss
2021-10-27hwmon: (nct6775) add ProArt X570-CREATOR WIFI.Denis Pauk
2021-10-12hwmon: (nct6775) add Pro WS X570-ACEOleksandr Natalenko
2021-10-12hwmon: (nct6775) Add additional ASUS motherboards.Denis Pauk
2021-10-12hwmon: (nct6775) Support access via Asus WMIDenis Pauk
2021-10-12hwmon: (nct6775) Use nct6775_*() function pointers in nct6775_data.Denis Pauk
2021-10-12hwmon: (nct6775) Use superio_*() function pointers in sio_data.Denis Pauk
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-15hwmon: (nct6775) Accept PECI Calibration as temperature source for NCT6798DGuenter Roeck
2020-05-22hwmon : (nct6775) Use kobj_to_dev() APIzhouchuangao
2019-09-03hwmon: (nct6775) Integrate new model nct6116Björn Gerhart
2019-07-22hwmon: (nct6775) Fix register address and added missed tolerance for nct6106Björn Gerhart
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61Thomas Gleixner
2019-01-28hwmon: (nct6775) Fix fan6 detection for NCT6793DGuenter Roeck
2019-01-07hwmon: (nct6775) Enable IO mapping for NCT6797D and NCT6798DGuenter Roeck
2019-01-07hwmon: (nct6775) Fix chip ID for NCT6798DGuenter Roeck
2018-10-11hwmon: (nct6775) Add support for NCT6798DGuenter Roeck
2018-10-11hwmon: (nct6775) Add support for NCT6797DGuenter Roeck
2018-10-11hwmon: (nct6775) Fix names of DIMM temperature sourcesGuenter Roeck
2018-10-11hwmon: (nct6796) Clean up and amend fan/pwm configuration for NCT6796DGuenter Roeck
2018-10-11hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6795DGuenter Roeck
2018-10-11hwmon: (nct6775) Separate fan/pwm configuration detection for NCT6793DGuenter Roeck
2018-10-11hwmon: (nct6775) Fix fan6/pwm6 detection for NCT6792DGuenter Roeck
2018-10-11hwmon: (nct6775) Improve instruction groupingGuenter Roeck
2018-10-11hwmon: (nct6775) Use logical or instead of if statements where possibleGuenter Roeck
2018-10-11hwmon: (nct6775) Declare and initialize LDN specific config variables earlierGuenter Roeck
2018-10-11hwmon: (nct6775) Move config variable declarations and initializationsGuenter Roeck
2018-10-11hwmon: (nct6775) Replace 'regval' with variables named after config registersGuenter Roeck
2018-10-11hwmon: (nct6775) Rename configuration register variablesGuenter Roeck
2018-10-11hwmon: (nct6775) Only display fan speed tolerance conditionallyGuenter Roeck
2018-10-11hwmon: (nct6775) Clean up a conditionDan Carpenter
2018-09-17hwmon: (nct6775) Use different register to get fan RPM for fan7Guenter Roeck
2018-09-16hwmon: (nct6775) Fix RPM output for fan7 on NCT6796DGuenter Roeck
2018-09-15hwmon: (nct6775) Fix virtual temperature sources for NCT6796DGuenter Roeck
2018-09-07hwmon: (nct6775) Fix access to fan pulse registersGuenter Roeck
2018-09-06hwmon: (nct6775) Set weight source to zero correctlyDan Carpenter
2018-08-27hwmon: (nct6775) Fix potential Spectre v1Gustavo A. R. Silva
2018-07-09hwmon: Mark expected switch fall-throughsGustavo A. R. Silva
2018-07-09hwmon: (nct6775) Fix comment in the description of pwm_modeGuenter Roeck
2018-06-17hwmon: (nct6775) Fix loop limitGuenter Roeck
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook
2018-03-27hwmon: (nct6775) Fix writing pwmX_modeGuenter Roeck
2018-03-11hwmon: (nct6775) Add support for NCT6796DGuenter Roeck
2018-03-11hwmon: (nct6775) Initialize boolean variables with declarationGuenter Roeck
2018-03-11hwmon: (nct6775) Improve fan6/pwm6 supportGuenter Roeck
2018-03-11hwmon: (nct6775) Use NUM_FAN consistentlyGuenter Roeck