aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform/x86
AgeCommit message (Expand)AuthorFilesLines
2024-04-29platform/x86: thinkpad_acpi: Use tpacpi_input_send_key() in adaptive kbd codeHans de Goede1-14/+2
2024-04-29platform/x86: thinkpad_acpi: Drop ignore_acpi_evHans de Goede1-39/+17
2024-04-29platform/x86: thinkpad_acpi: Drop setting send_/ignore_acpi_ev defaults twiceHans de Goede1-19/+5
2024-04-29platform/x86: thinkpad_acpi: Provide hotkey_poll_stop_sync() dummyHans de Goede1-2/+3
2024-04-29platform/x86: thinkpad_acpi: Take hotkey_mutex during hotkey_exit()Hans de Goede1-2/+3
2024-04-29platform/x86: asus-laptop: Use sysfs_emit() and sysfs_emit_at() to replace sp...yunshui1-22/+22
2024-04-29platform/x86: samsung-laptop: Use sysfs_emit() to replace the old interface s...yunshui1-5/+5
2024-04-29platform/x86: msi-laptop: Use sysfs_emit() to replace sprintf()yunshui1-10/+10
2024-04-29platform/x86: thinkpad_acpi: change sprintf() to sysfs_emit()yunshui1-2/+2
2024-04-29platform/x86/intel/pmc: Fix PCH names in commentsColin Ian King2-2/+2
2024-04-29platform/x86/intel-uncore-freq: Don't present root domain on errorSrinivas Pandruvada1-0/+7
2024-04-29platform/x86/amd/pmc: Fix implicit declaration error on i386Basavaraj Natikar1-0/+1
2024-04-29platform/x86/intel/ifs: Disable irq during one load stageJithu Joseph1-0/+2
2024-04-29platform/x86/intel/ifs: Classify error scenarios correctlyJithu Joseph1-12/+15
2024-04-29platform/x86: think-lmi: Convert container_of() macros to static inlineIlpo Järvinen1-3/+10
2024-04-25fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-25platform/x86: intel_ips: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+1
2024-04-17platform/x86/amd/pmc: Extend Framework 13 quirk to more BIOSesMario Limonciello1-0/+9
2024-04-16platform/x86/intel-uncore-freq: Increase minor number supportSrinivas Pandruvada1-2/+2
2024-04-16platform/x86: ISST: Add Granite Rapids-D to HPM CPU listSrinivas Pandruvada1-0/+1
2024-04-16platform/x86/amd: pmf: Add quirk for ROG Zephyrus G14Mario Limonciello1-0/+8
2024-04-16platform/x86/amd: pmf: Add infrastructure for quirking supported funcsMario Limonciello5-2/+52
2024-04-16platform/x86/amd: pmf: Decrease error message to debugMario Limonciello1-1/+1
2024-04-15platform/x86/intel/sdsi: Add attribute to read the current meter stateDavid E. Box1-6/+24
2024-04-15platform/x86/intel/sdsi: Add in-band BIOS lock supportKuppuswamy Sathyanarayanan1-0/+10
2024-04-15platform/x86/intel/sdsi: Combine read and write mailbox flowsDavid E. Box1-35/+44
2024-04-15platform/x86/intel/sdsi: Set message size during writesDavid E. Box1-0/+1
2024-04-15platform/x86: thinkpad_acpi: use platform_profile_cycle()Gergo Koteles1-17/+2
2024-04-15platform/x86: ideapad-laptop: switch platform profiles using thermal manageme...Gergo Koteles1-2/+5
2024-04-15platform/x86: android-tablets: Use GPIO_LOOKUP() macroAndy Shevchenko1-4/+2
2024-04-15platform/x86: x86-android-tablets: Add Lenovo Yoga Tablet 2 Pro 1380F/L dataHans de Goede3-0/+235
2024-04-15platform/x86: x86-android-tablets: Unregister devices in reverse orderHans de Goede1-4/+4
2024-04-15platform/x86/amd/pmc: Add AMD MP2 STB functionalityBasavaraj Natikar5-0/+314
2024-04-15platform/x86: ideapad-laptop: add FnLock LED class deviceGergo Koteles1-1/+96
2024-04-15platform/x86: ideapad-laptop: add fn_lock_get/set functionsGergo Koteles1-11/+27
2024-04-08platform/x86: asus-wmi: cleanup main struct to avoid some holesLuke D. Jones1-11/+6
2024-04-08platform/x86: asus-wmi: Add support for MCU powersaveLuke D. Jones1-0/+50
2024-04-08platform/x86: asus-wmi: ROG Ally increase wait time, allow MCU powersaveLuke D. Jones1-10/+2
2024-04-08platform/x86: asus-wmi: adjust formatting of ppt-<name>() functionsLuke D. Jones1-14/+7
2024-04-08platform/x86: asus-wmi: store a min default for ppt optionsLuke D. Jones1-28/+99
2024-04-08platform/x86: asus-wmi: support toggling POST soundLuke D. Jones1-0/+51
2024-04-08platform/x86: asus-wmi: add support variant of TUF RGBLuke D. Jones1-4/+9
2024-04-08platform/x86: asus-wmi: add support for Vivobook GPU MUXLuke D. Jones1-9/+13
2024-04-08platform/x86: asus-wmi: add support for 2024 ROG Mini-LEDLuke D. Jones1-10/+86
2024-04-08platform/x86: xiaomi-wmi: Drop unnecessary NULL checksArmin Wolf1-9/+2
2024-04-08platform/x86: xiaomi-wmi: Fix race condition when reporting key eventsArmin Wolf1-0/+18
2024-04-08platform/x86: wmi: Mark simple WMI drivers as legacy-freeArmin Wolf2-0/+2
2024-04-08platform/x86: lg-laptop: fix %s null argument warningGergo Koteles1-1/+1
2024-04-08platform/x86: intel-vbtn: Update tablet mode switch at end of probeGwendal Grignou1-2/+3
2024-04-08platform/x86: intel-vbtn: Use acpi_has_method to check for switchGwendal Grignou1-5/+1