aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-23platform/x86: thinkpad_acpi: replace deprecated strncpy with memcpyGravatar Justin Stitt 1-2/+5
2023-10-18platform/mellanox: mlxbf-tmfifo: Fix a warning messageGravatar Liming Sun 1-10/+11
2023-10-18apple-gmux: Hard Code max brightness for MMIO gmuxGravatar Orlando Chamberlain 1-1/+13
2023-10-18platform/surface: platform_profile: Propagate error if profile registration f...Gravatar Armin Wolf 1-2/+1
2023-10-18x86: convert to new timestamp accessorsGravatar Jeff Layton 1-1/+1
2023-10-18platform/x86: asus-wmi: Map 0x2a code, Ignore 0x2b and 0x2c eventsGravatar Hans de Goede 1-0/+3
2023-10-18platform/x86: asus-wmi: Only map brightness codes when using asus-wmi backlig...Gravatar Hans de Goede 1-11/+4
2023-10-18platform/x86: asus-wmi: Change ASUS_WMI_BRN_DOWN code from 0x20 to 0x2eGravatar Hans de Goede 1-1/+1
2023-10-17platform/x86: acer-wmi: Remove void function returnGravatar Edson Juliano Drosdeck 1-2/+0
2023-10-16Merge 6.6-rc6 into usb-nextGravatar Greg Kroah-Hartman 6-18/+94
2023-10-12platform/x86/amd/pmc: Add dump_custom_stb module parameterGravatar Shyam Sundar S K 1-0/+32
2023-10-12platform/x86/amd/pmc: Handle overflow cases where the num_samples range is hi...Gravatar Shyam Sundar S K 1-6/+13
2023-10-12platform/x86/amd/pmc: Use flex array when calling amd_pmc_stb_debugfs_open_v2()Gravatar Shyam Sundar S K 1-13/+19
2023-10-12platform/x86: asus-wireless: Replace open coded acpi_match_acpi_device()Gravatar Andy Shevchenko 1-8/+4
2023-10-12platform/x86: xo15-ebook: Replace open coded acpi_match_acpi_device()Gravatar Andy Shevchenko 1-4/+5
2023-10-12platform/x86/amd/hsmp: improve the error logGravatar Suma Hegde 1-3/+3
2023-10-12platform/x86/amd/hsmp: add support for metrics tblGravatar Suma Hegde 1-2/+172
2023-10-12platform/x86/amd/hsmp: create plat specific structGravatar Suma Hegde 1-23/+38
2023-10-11platform/x86: msi-ec: Fix the 3rd configGravatar Nikita Kravets 1-2/+1
2023-10-11platform/x86: intel-uncore-freq: Conditionally create attribute for read freq...Gravatar Srinivas Pandruvada 1-2/+6
2023-10-11Merge tag 'platform-drivers-x86-mellanox-init-v6.6' into fixesGravatar Hans de Goede 1-2/+3
2023-10-09platform/x86: msi-ec: Add more EC configsGravatar Nikita Kravets 1-0/+467