aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2026-06-09hwmon: (asus-ec-sensors) add ROG MAXIMUS Z790 EXTREMEBrian Downey1-0/+15
2026-06-09hwmon: (pmbus/max20860a) Add driver for Analog Devices MAX20860ASyed Arif3-0/+88
2026-06-09hwmon: (pmbus) Add support for Flex BMR316, BMR321, BMR350 and BMR351Daniel Nilsson1-0/+4
2026-06-09hwmon: Use named initializers for platform_device_id arraysUwe Kleine-König (The Capable Hub)3-19/+19
2026-06-09hwmon: (cros_ec) Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-2/+2
2026-06-09hwmon: (it87) Clamp negative values to zero in set_fan()Nikita Zhandarovich1-0/+3
2026-06-09hwmon: (asus-ec-sensors) add ROG STRIX B850-E GAMING WIFIEugene Shalygin1-0/+10
2026-06-09hwmon: (asus-ec-sensors) add ROG STRIX B650E-E GAMING WIFIVeronika Kossmann1-1/+11
2026-06-09hwmon: (nct6683) Add support for ASRock Z890 Pro-AReiner Pröls1-1/+4
2026-06-09hwmon: (adt7475) Add explicit header includeFlaviu Nistor1-2/+4
2026-06-09hwmon: (lm63) expose PWM frequency and LUT hysteresis as writableJan-Henrik Bruhn1-0/+133
2026-06-09hwmon: (pmbus/adm1266) add rtc debugfs entryAbdurrahman Hussain1-21/+69
2026-06-09hwmon: (pmbus/adm1266) add powerup_counter debugfs entryAbdurrahman Hussain1-0/+29
2026-06-09hwmon: (pmbus/adm1266) add clear_blackbox debugfs entryAbdurrahman Hussain1-0/+36
2026-06-09hwmon: (raspberrypi) Fix delayed-work teardown raceShubham Chakraborty1-3/+9
2026-06-09hwmon: (raspberrypi) Add voltage input supportShubham Chakraborty1-3/+125
2026-06-09hwmon: (lm75) Add explicit header includeFlaviu Nistor1-3/+4
2026-06-09hwmon: (adt7411) Use scoped_guard() to acquire the subsystem lockGuenter Roeck1-5/+5
2026-06-09hwmon: (ina2xx) Use scoped_guard() to acquire the subsystem lockGuenter Roeck1-5/+5
2026-06-09hwmon: (lm90) Use guard() and scoped_guard() to acquire subsystem lockGuenter Roeck1-19/+14
2026-06-09hwmon: (pmbus/d1u74t) Add Murata D1U74T PSU driverAbdurrahman Hussain3-0/+98
2026-06-09hwmon: (coretemp) fix coding style issuesRoman Bakshansky1-17/+16
2026-06-09hwmon: (coretemp) replace hardcoded core count with dynamic valueRoman Bakshansky1-8/+1
2026-06-09hwmon: (pmbus/adm1266) add firmware_revision debugfs entryAbdurrahman Hussain1-0/+28
2026-06-09hwmon: (nct7802) Add time step attributes for tweaking responsivenessRonan Dalton1-0/+91
2026-06-09hwmon: Use named initializers for arrays of i2c_device_dataUwe Kleine-König (The Capable Hub)185-684/+684
2026-06-09hwmon: Drop unused i2c driver_dataUwe Kleine-König (The Capable Hub)4-7/+7
2026-06-09hwmon: (pmbus/mp2869) Drop unjustified __maybe_unusedUwe Kleine-König (The Capable Hub)1-1/+1
2026-06-09hwmon: (pmbus/mp2869) Remove unused driver dataUwe Kleine-König (The Capable Hub)1-10/+10
2026-06-09hwmon: (tmp102) Use device_property_read_string APIFlaviu Nistor1-4/+5
2026-06-09hwmon: add driver for ARCTIC Fan ControllerAureo Serrano de Souza3-0/+387
2026-06-09hwmon: (pmbus) add support for Delta E50SN12051Colin Huang3-0/+62
2026-06-09hwmon: (pmbus/max20830) add driver for max20830Alexis Czezar Torreno3-0/+120
2026-06-09hwmon: (lm75) Support active-high alert polarityMarkus Stockhausen1-3/+16
2026-06-09hwmon: Move MODULE_DEVICE_TABLE next to the table itselfKrzysztof Kozlowski4-4/+4
2026-06-09hwmon: (ads7871) Use DMA-safe buffer for SPI writesTabrez Ahmed1-14/+21
2026-06-09hwmon: (ads7871) Convert to hwmon_device_register_with_infoTabrez Ahmed1-35/+40
2026-06-09hwmon: emc2305: Support configurable fan PWM at shutdownFlorin Leotescu1-0/+35
2026-06-09hwmon: (emc2305) Fix fan channel index handlingFlorin Leotescu1-3/+16
2026-06-09hwmon: (pmbus/lx1308) Add support for LX1308Brian Chiang3-0/+215
2026-06-09hwmon: (mcp9982) Add external diode fault readVictor Duicu1-5/+20
2026-06-09PCI: cadence: Add post-link delay for LGA and j721e glue driverHans Zhang4-0/+11
2026-06-09PCI: Add pci_host_common_link_train_delay() helperHans Zhang1-0/+17
2026-06-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds12-22/+95
2026-06-09clocksource/drivers/mips-gic-timer: Only use VDSO_CLOCKMODE_GIC when it is a ...Thomas Weißschuh1-0/+2
2026-06-09Merge tag 'cache-for-v7.2' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann1-0/+2
2026-06-09memory: tegra234: drop dead NULL check in tegra234_mc_icc_aggregate()Sumit Gupta1-4/+2
2026-06-09memory: tegra264: drop redundant tegra264_mc_icc_aggregate()Sumit Gupta1-16/+1
2026-06-09memory: tegra186-emc: stop borrowing MC aggregate hook for EMCSumit Gupta1-3/+1
2026-06-09Merge tag 'ti-driver-soc-for-v7.2' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann9-115/+355