aboutsummaryrefslogtreecommitdiffstats
path: root/lib/assoc_array.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22hwmon: (pmbus) Add support for Infineon Digital Multi-phase xdp152 family controllersGreg.Schwendimann@infineon.com5-0/+204
2022-05-20hwmon: (pmbus/ltc2978) Add chip specific write_byte_dataMårten Lindahl1-0/+12
2022-05-20hwmon: (pmbus) Use _pmbus_read_byte_data with callbackMårten Lindahl1-23/+23
2022-05-20hwmon: (pmbus) Introduce and use write_byte_data callbackMårten Lindahl2-3/+23
2022-05-20hwmon: (asus-ec-sensors) add doc entry for PRIME X470-PROEugene Shalygin1-0/+1
2022-05-20hwmon: (asus-ec-sensors) add PRIME X470-PRO boardEugene Shalygin1-0/+43
2022-05-20hwmon: (asus-ec-sensors) add support for board familiesEugene Shalygin1-5/+35
2022-05-20hwmon: (asus-ec-sensors) implement locking via the ACPI global lockEugene Shalygin2-26/+101
2022-05-20hwmon: (asus-ec-sensors) introduce ec_board_info struct for board dataEugene Shalygin1-89/+123
2022-05-20hwmon: (occ) Delay hwmon registration until user requestEddie James5-90/+156
2022-05-20hwmon: (nct6775) Split core and platform driverZev Weiss6-1433/+1526
2022-05-20hwmon: (nct6775) Convert S_I* permissions macros to octalZev Weiss1-95/+64
2022-05-20hwmon: (nct6775) Add read-only modeZev Weiss1-6/+12
2022-05-20hwmon: (nct6775) Rearrange attr-group initializationZev Weiss1-42/+42
2022-05-20hwmon: (nct6775) Convert register access to regmap APIZev Weiss1-315/+662
2022-05-20hwmon: (dell-smm) Warn if SMM call took a very long time to executeArmin Wolf1-0/+6
2022-05-20hwmon: (dell-smm) Cleanup init codeArmin Wolf1-6/+3
2022-05-20hwmon: (dell-smm) Avoid unnecessary SMM calls during initArmin Wolf1-23/+14
2022-05-20hwmon: (lm75) Add Atmel AT30TS74 supportPeter Rosin2-0/+15
2022-05-20dt-bindings: hwmon: Add Atmel AT30TS74Peter Rosin1-0/+1
2022-05-20hwmon: (tmp401) Fix incorrect return value of tmp401_init_clientCamel Guo1-1/+1
2022-05-20hwmon: (pmbus/max16601) Add MAX16602 supportAtif Ofluoglu3-7/+18
2022-05-20hwmon: (aquacomputer_d5next) Add support for Aquacomputer FarbwerkJack Doan4-8/+38
2022-05-20hwmon: (dell-smm) Update Documentation regarding firmware bugsArmin Wolf1-0/+2
2022-05-20hwmon: (jc42) Add support for S-34TS04AOleksandr Shamray1-0/+6
2022-05-20hwmon: (tmp401) Add support of three advanced featuresCamel Guo1-1/+43
2022-05-20dt-bindings: hwmon: Add TMP401, TMP411 and TMP43xCamel Guo2-0/+106
2022-05-17hwmon: (dell-smm) Add cooling device supportArmin Wolf3-4/+101
2022-05-17hwmon: (asus-ec-sensors) add ProArt X570 Creator WIFI boardEugene Shalygin2-0/+6
2022-05-17hwmon: (intel-m10-bmc-hwmon) use devm_hwmon_sanitize_name()Michael Walle1-8/+3
2022-05-17hwmon: introduce hwmon_sanitize_name()Michael Walle3-0/+72
2022-05-17hwmon: (aquacomputer_d5next) Add support for Aquacomputer OctoAleksa Savic3-52/+393
2022-05-17hwmon: (peci) Use devm_delayed_work_autocancel() to simplify codeChristophe JAILLET1-10/+3
2022-05-17hwmon: (asus-ec-sensors) Add T_Sensor for ASUS WS X570-ACEWei Shuyu1-1/+2
2022-05-17hwmon: (jc42) add HWMON_C_TZ_REGISTEREduardo Valentin1-0/+2
2022-05-15Linux 5.18-rc7Linus Torvalds1-1/+1
2022-05-13gfs2: Stop using glock holder auto-demotion for nowAndreas Gruenbacher1-32/+14
2022-05-13gfs2: buffered write prefaultingAndreas Gruenbacher1-12/+16
2022-05-13gfs2: Align read and write chunks to the page cacheAndreas Gruenbacher1-8/+7
2022-05-13gfs2: Pull return value test out of should_fault_in_pagesAndreas Gruenbacher1-12/+22
2022-05-13gfs2: Clean up use of fault_in_iov_iter_{read,write}ableAndreas Gruenbacher1-17/+9
2022-05-13gfs2: Variable renameAndreas Gruenbacher1-17/+17
2022-05-13gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher1-6/+5
2022-05-13drm/vmwgfx: Disable command buffers on svga3 without gbobjectsZack Rusin1-4/+7
2022-05-13drm/vmwgfx: Initialize drm_mode_fb_cmd2Zack Rusin1-1/+1
2022-05-13drm/vmwgfx: Fix fencing on SVGAv3Zack Rusin5-19/+53
2022-05-13x86/mm: Fix marking of unused sub-pmd rangesAdrian-Ken Rueegsegger1-2/+3
2022-05-12tls: Fix context leak on tls_device_downMaxim Mikityanskiy1-0/+3
2022-05-12net: sfc: ef10: fix memory leak in efx_ef10_mtd_probe()Taehee Yoo1-0/+5
2022-05-12net/smc: non blocking recvmsg() return -EAGAIN when no data and signal_pendingGuangguan Wang1-2/+2