aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2023-12-29platform/x86/intel/pmc: Move GBE LTR ignore to suspend callbackGravatar David E. Box 5-23/+33
2023-12-29platform/x86/intel/pmc: Allow reenabling LTRsGravatar David E. Box 6-8/+11
2023-12-29platform/x86/intel/pmc: Add suspend callbackGravatar David E. Box 2-0/+5
2023-12-29platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probeGravatar Shin'ichiro Kawasaki 1-41/+131
2023-12-18platform/x86/amd/pmc: Disable keyboard wakeup on AMD Framework 13Gravatar Mario Limonciello 1-0/+17
2023-12-18platform/x86/amd/pmc: Move keyboard wakeup disablement detection to pmc-quirksGravatar Mario Limonciello 3-1/+5
2023-12-18platform/x86/amd/pmc: Only run IRQ1 firmware version check on CezanneGravatar Mario Limonciello 1-9/+12
2023-12-18platform/x86/amd/pmc: Move platform defines to headerGravatar Mario Limonciello 2-10/+11
2023-12-18platform/x86/intel/pmc: Fix hang in pmc_core_send_ltr_ignore()Gravatar Rajvi Jingar 1-1/+1
2023-12-18platform/x86: thinkpad_acpi: fix for incorrect fan reporting on some ThinkPad...Gravatar Vishnu Sankar 1-13/+85
2023-12-08platform/x86: intel_ips: fix kernel-doc formattingGravatar Randy Dunlap 1-7/+23
2023-12-08platform/x86: thinkpad_acpi: fix kernel-doc warningsGravatar Randy Dunlap 1-3/+3
2023-12-08platform/x86: intel-vbtn: Fix missing tablet-mode-switch eventsGravatar Hans de Goede 1-4/+15
2023-12-04platform/mellanox: Check devm_hwmon_device_register_with_groups() return valueGravatar Kunwu Chan 1-0/+2
2023-12-04platform/mellanox: Add null pointer checks for devm_kasprintf()Gravatar Kunwu Chan 1-0/+12
2023-12-04mlxbf-bootctl: correctly identify secure boot with development keysGravatar David Thompson 1-13/+26
2023-11-30platform/x86: wmi: Skip blocks with zero instancesGravatar Armin Wolf 1-0/+5
2023-11-29platform/surface: aggregator: fix recv_buf() return valueGravatar Francesco Dolcini 1-1/+4
2023-11-28platform/x86: asus-wmi: disable USB0 hub on ROG Ally before suspendGravatar Luke D. Jones 1-0/+50
2023-11-23platform/x86: asus-wmi: Filter Volume key presses if also reported via atkbdGravatar Hans de Goede 1-0/+23
2023-11-23platform/x86: asus-wmi: Change q500a_i8042_filter() into a generic i8042-filterGravatar Hans de Goede 3-19/+23
2023-11-23platform/x86: asus-wmi: Move i8042 filter install to shared asus-wmi codeGravatar Hans de Goede 3-12/+9
2023-11-21platform/x86: intel_telemetry: Fix kernel doc descriptionsGravatar Andy Shevchenko 1-2/+2
2023-11-17platform/x86/amd/pmc: adjust getting DRAM size behaviorGravatar Shyam Sundar S K 1-29/+2
2023-11-15platform/x86: hp-bioscfg: Remove unused obj in hp_add_other_attributes()Gravatar Harshit Mogalapalli 1-2/+0
2023-11-15platform/x86: hp-bioscfg: Fix error handling in hp_add_other_attributes()Gravatar Harshit Mogalapalli 1-2/+4
2023-11-15platform/x86: hp-bioscfg: move mutex_lock() down in hp_add_other_attributes()Gravatar Harshit Mogalapalli 1-6/+4
2023-11-15platform/x86: hp-bioscfg: Simplify return check in hp_add_other_attributes()Gravatar Harshit Mogalapalli 1-5/+3
2023-11-15platform/x86: ideapad-laptop: Set max_brightness before using itGravatar Stuart Hayhurst 1-6/+5
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+3
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+28
2023-10-31Merge tag 'platform-drivers-x86-v6.7-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 50-435/+2677
2023-10-31Merge tag 'tag-chrome-platform-for-v6.7' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 24-99/+165
2023-10-31Merge tag 'gpio-updates-for-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 9-166/+187
2023-10-31Merge tag 'acpi-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 1-3/+7
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-1/+1
2023-10-28platform/chrome: cros_ec_lpc: Separate host command and irq disableGravatar Lalith Rajendran 3-26/+116
2023-10-27platform/x86: Add s2idle quirk for more Lenovo laptopsGravatar David Lazar 1-0/+73
2023-10-27platform/x86: inspur-platform-profile: Add platform profile supportGravatar Ai Chao 3-0/+230
2023-10-27platform/x86: thinkpad_acpi: Add battery quirk for Thinkpad X120eGravatar Olli Asikainen 1-0/+1
2023-10-26Merge branches 'acpi-utils', 'acpi-resource', 'acpi-property' and 'acpi-soc'Gravatar Rafael J. Wysocki 1-3/+7
2023-10-25platform/x86: wmi: Decouple WMI device removal from wmi_block_listGravatar Armin Wolf 1-15/+14
2023-10-25platform/x86: wmi: Fix opening of char deviceGravatar Armin Wolf 1-14/+6
2023-10-25platform/x86: wmi: Fix probe failure when failing to register WMI devicesGravatar Armin Wolf 1-8/+8
2023-10-25platform/x86: wmi: Fix refcounting of WMI devices in legacy functionsGravatar Armin Wolf 1-60/+107
2023-10-25platform/x86: wmi: Decouple probe deferring from wmi_block_listGravatar Armin Wolf 1-13/+26
2023-10-25platform/x86/amd/hsmp: Fix iomem handlingGravatar Armin Wolf 1-1/+1
2023-10-25platform/x86: asus-wmi: Do not report brightness up/down keys when also repor...Gravatar Hans de Goede 1-0/+16
2023-10-24x86/microcode/intel: Rework intel_find_matching_signature()Gravatar Thomas Gleixner 1-1/+1
2023-10-24x86/microcode/intel: Rework intel_cpu_collect_info()Gravatar Thomas Gleixner 1-5/+3