Age | Commit message (Expand) | Author | Files | Lines |
2022-01-23 | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linux | Linus Torvalds | 1 | -2/+1 |
2022-01-22 | proc: remove PDE_DATA() completely | Muchun Song | 1 | -2/+2 |
2022-01-15 | Replace for_each_*_bit_from() with for_each_*_bit() where appropriate | Yury Norov | 1 | -2/+1 |
2022-01-10 | hwmon: (nzxt-smart2) make array detect_fans_report static const | Colin Ian King | 1 | -1/+1 |
2021-12-28 | hwmon: (xgene-hwmon) Add free before exiting xgene_hwmon_probe | Peiwei Hu | 1 | -2/+4 |
2021-12-28 | hwmon: (nzxt-smart2) Fix "unused function" warning | Aleksandr Mezin | 1 | -1/+1 |
2021-12-27 | hwmon: (dell-smm) Pack the whole smm_regs struct | Armin Wolf | 1 | -6/+6 |
2021-12-27 | hwmon: (nct6775) Additional check for ChipID before ASUS WMI usage | Denis Pauk | 1 | -1/+1 |
2021-12-27 | hwmon: (mr75203) fix wrong power-up delay value | Arseny Demidov | 1 | -1/+1 |
2021-12-27 | hwmon/pmbus: (ir38064) Fix spelling mistake "comaptible" -> "compatible" | Colin Ian King | 1 | -1/+1 |
2021-12-27 | hwmon/pmbus: (ir38064) Expose a regulator | Patrick Rudolph | 2 | -0/+17 |
2021-12-27 | hwmon/pmbus: (ir38064) Add of_match_table | Arthur Heymans | 1 | -0/+12 |
2021-12-27 | hwmon/pmbus: (ir38064) Add support for IR38060, IR38164 IR38263 | Patrick Rudolph | 2 | -3/+6 |
2021-12-27 | hwmon: add driver for NZXT RGB&Fan Controller/Smart Device v2. | Aleksandr Mezin | 3 | -0/+840 |
2021-12-27 | hwmon: (nct6775) add ROG STRIX B550-A/X570-I GAMING | Denis Pauk | 1 | -0/+2 |
2021-12-27 | hwmon: (pmbus) Add support for MPS Multi-phase mp5023 | Howard.Chiu@quantatw.com | 3 | -0/+77 |
2021-12-27 | hwmon: (pmbus) Add Delta AHE-50DC fan control module driver | Zev Weiss | 3 | -0/+125 |
2021-12-27 | hwmon: (ntc_thermistor) Add Samsung 1404-001221 NTC | Linus Walleij | 1 | -0/+4 |
2021-12-27 | hwmon: (ntc_thermistor) Drop OF dependency | Linus Walleij | 1 | -1/+0 |
2021-12-27 | hwmon: (dell-smm) Unify i8k_ioctl() and i8k_ioctl_unlocked() | Armin Wolf | 1 | -19/+9 |
2021-12-27 | hwmon: (dell-smm) Simplify ioctl handler | Armin Wolf | 1 | -21/+9 |
2021-12-27 | hwmon: (raspberrypi) Exit immediately in case of error in init | Armin Wolf | 1 | -3/+4 |
2021-12-27 | hwmon: (nct6775) delete some extension lines | Dan Carpenter | 1 | -4/+2 |
2021-12-27 | hwmon: (ntc_thermistor) Move DT matches to the driver block | Linus Walleij | 1 | -35/+35 |
2021-12-27 | hwmon: (ntc_thermistor) Switch to generic firmware props | Linus Walleij | 1 | -17/+19 |
2021-12-27 | hwmon: (ntc_thermistor) Move and refactor DT parsing | Linus Walleij | 1 | -50/+43 |
2021-12-27 | hwmon: (adm1031) Remove redundant assignment to variable range | Colin Ian King | 1 | -2/+1 |
2021-12-27 | hwmon: (asus_wmi_sensors) fix an array overflow | Dan Carpenter | 1 | -1/+1 |
2021-12-27 | hwmon: (asus_wmi_ec_sensors) fix array overflow | Dan Carpenter | 1 | -1/+1 |
2021-12-27 | hwmon: (sht4x) Add device tree match table | David Mosberger-Tang | 1 | -0/+7 |
2021-12-27 | hwmon: (ntc_thermistor) Merge platform data | Linus Walleij | 1 | -61/+48 |
2021-12-27 | hwmon: (ntc_thermistor) Drop read_uv() depend on OF and IIO | Linus Walleij | 2 | -38/+16 |
2021-12-27 | hwmon: (ntc_thermistor) Drop get_ohm() | Linus Walleij | 1 | -19/+2 |
2021-12-27 | hwmon: (ntc_thermistor) Merge platform data into driver | Linus Walleij | 1 | -5/+36 |
2021-12-27 | hwmon: (jc42) Add support for ONSEMI N34TS04 | Guenter Roeck | 1 | -0/+4 |
2021-12-27 | hwmon: (k10temp) Support up to 12 CCDs on AMD Family of processors | Babu Moger | 1 | -3/+14 |
2021-12-27 | hwmon: (asus_wmi_sensors) Support X370 Asus WMI. | Denis Pauk | 3 | -0/+677 |
2021-12-27 | hwmon: (asus_wmi_ec_sensors) Support B550 Asus WMI. | Denis Pauk | 3 | -0/+634 |
2021-12-27 | hwmon: (f71882fg) Add F81966 support | Menghui Wu | 1 | -0/+2 |
2021-12-27 | hwmon: (adm1021) Improve detection of LM84, MAX1617, and MAX1617A | Guenter Roeck | 1 | -4/+19 |
2021-12-27 | hwmon: (tmp401) Hide register write address differences in regmap code | Guenter Roeck | 1 | -44/+25 |
2021-12-27 | hwmon: (tmp401) Use regmap | Guenter Roeck | 2 | -76/+150 |
2021-12-27 | hwmon: (tmp401) Convert to _info API | Guenter Roeck | 1 | -386/+348 |
2021-12-27 | hwmon: (tmp401) Simplify temperature register arrays | Guenter Roeck | 1 | -28/+11 |
2021-12-27 | hwmon: Driver for Texas Instruments INA238 | Nathan Rossi | 3 | -0/+657 |
2021-12-27 | hwmon: (k10temp) Add support for AMD Family 19h Models 10h-1Fh and A0h-AFh | Babu Moger | 1 | -0/+3 |
2021-12-27 | hwmon: (k10temp) Remove unused definitions | Babu Moger | 1 | -20/+0 |
2021-12-13 | hwmon: (lm90) Do not report 'busy' status bit as alarm | Guenter Roeck | 1 | -1/+2 |
2021-12-13 | hwmom: (lm90) Fix citical alarm status for MAX6680/MAX6681 | Guenter Roeck | 1 | -2/+8 |
2021-12-13 | hwmon: (lm90) Drop critical attribute support for MAX6654 | Guenter Roeck | 1 | -37/+49 |