aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-04platform/x86: think-lmi: Add certificate GUID structureMark Pearson2-9/+33
2025-08-29platform/x86/intel: power-domains: Use topology_logical_package_id() for package IDDavid Arcari1-1/+1
2025-08-28platform/x86: acer-wmi: Stop using ACPI bitmap for platform profile choicesArmin Wolf1-59/+12
2025-08-28platform/x86: hp-wmi: Add support for Fn+P hotkeyEdip Hazuri1-0/+4
2025-08-28platform/x86/intel/pmc: Add Bartlett Lake support to intel_pmc_coreLi Yifan1-0/+1
2025-08-28platform/x86: asus-wmi: Fix racy registrationsTakashi Iwai1-1/+8
2025-08-28platform/x86/amd/pmc: Add TUXEDO IB Pro Gen10 AMD to spurious 8042 quirks listChristoffer Sandberg1-0/+14
2025-08-28platform/x86: asus-wmi: map more keys on ExpertBook B9Anton Khirnov1-0/+3
2025-08-28platform/x86/amd/hsmp: Replace dev_err() with dev_info() for non-fatal errorsSuma Hegde2-4/+4
2025-08-28platform/x86: portwell-ec: don't print superfluous errorsWolfram Sang1-7/+1
2025-08-28platform/x86/intel/pmc: use kcalloc() instead of kzalloc()Qianfeng Rong1-2/+2
2025-08-28platform/x86/intel-uncore-freq: Fix warning in partitioned systemSrinivas Pandruvada1-1/+1
2025-08-28platform/x86: x86-android-tablets: Remove the use of dev_err_probe()Xichao Zhao1-2/+1
2025-08-28platform/x86: Add WMI driver for Redmibook keyboardGladyshev Ilya3-0/+143
2025-08-28platform/x86/intel/pmc: Add Wildcat Lake support to intel_pmc_coreXi Pardee5-4/+499
2025-08-28platform/x86/intel/pmc: Add Wildcat Lake support to Intel PMC SSRAM TelemetryXi Pardee2-0/+4
2025-08-28platform/x86: portwell-ec: Add suspend/resume support for watchdogYen-Chi Huang1-0/+20
2025-08-27Merge tag 'media/v6.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+6
2025-08-25platform/x86: asus-wmi: Fix ROG button mapping, tablet mode on ASUS ROG Z13Antheas Kapenekakis2-5/+21
2025-08-25platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirkAntheas Kapenekakis1-2/+0
2025-08-25platform/x86/amd: hfi: Fix pcct_tbl leak in amd_hfi_metadata_parser()Zhen Ni1-4/+10
2025-08-19platform/x86: int3472: Increase ov08x40 handshake GPIO delay to 45 msHans de Goede1-0/+7
2025-08-19platform/x86: int3472: Rework regulator enable-time handlingHans de Goede1-16/+19
2025-08-19platform/x86: int3472: Convert int3472_gpio_map to use C99 initializersHans de Goede1-4/+12
2025-08-18platform/x86: int3472: add hpd pin supportDongcheng Yan1-0/+6
2025-08-13platform/chrome: wilco_ec: Remove redundant semicolonsLiao Yuanhong1-1/+1
2025-08-13platform/chrome: cros_ec: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-3/+2
2025-08-12platform/x86: hp-wmi: mark Victus 16-r1xxx for victus_s fan and thermal profile supportEdip Hazuri1-2/+2
2025-08-12platform/x86/amd/hsmp: Ensure success even if hwmon registration failsSuma Hegde1-1/+1
2025-08-12platform/x86/amd/hsmp: Ensure sock->metric_tbl_addr is non-NULLSuma Hegde1-0/+5
2025-08-12platform/x86/intel-uncore-freq: Check write blocked for ELCSrinivas Pandruvada1-0/+5
2025-08-12platform/x86/amd: pmc: Drop SMU F/W match for CezanneMario Limonciello2-33/+34
2025-08-12platform/x86: dell-smbios-wmi: Stop touching WMI device IDArmin Wolf4-16/+12
2025-08-11platform/x86: wmi-capdata01: Remove unneeded semicolonChen Ni1-1/+1
2025-08-11platform/x86: dell_rbu: fix assignment in if condition warningDarshan Rathod1-3/+5
2025-08-11platform/chrome: cros_ec_chardev: Decouple fops from struct cros_ec_devTzung-Bi Shih1-22/+22
2025-08-11platform/chrome: cros_ec_chardev: Remove redundant struct fieldTzung-Bi Shih1-17/+11
2025-08-07treewide: rename GPIO set callbacks back to their original namesBartosz Golaszewski5-7/+7
2025-07-31Merge tag 'media/v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-0/+128
2025-07-29Merge tag 'x86-platform-2025-07-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-0/+578
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds9-11/+11
2025-07-28Merge tag 'chrome-platform-v6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linuxLinus Torvalds6-14/+121
2025-07-28Merge tag 'platform-drivers-x86-v6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds56-938/+4436
2025-07-28Merge tag 'gpio-updates-for-v6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linuxLinus Torvalds1-13/+22
2025-07-23platform/chrome: Fix typo in CROS_USBPD_NOTIFY help textKeenan Salandy1-1/+1
2025-07-23platform/chrome: cros_ec_typec: Check ec platform device pointerTomasz Michalec1-1/+1
2025-07-23platform/chrome: cros_ec: Unregister notifier in cros_ec_unregister()Tzung-Bi Shih1-0/+3
2025-07-22platform/x86: oxpec: Add support for OneXPlayer X1 Mini Pro (Strix Point)Antheas Kapenekakis1-0/+7
2025-07-22platform/x86: oxpec: Fix turbo register for G1 AMDAntheas Kapenekakis1-13/+24
2025-07-22platform/x86/intel/pmt: support BMG crashlogMichael J. Ruhl1-13/+249