aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2024-11-13platform/x86/amd: amd_3d_vcache: Add AMD 3D V-Cache optimizer driverBasavaraj Natikar3-0/+190
2024-11-12platform: cznic: turris-omnia-mcu: Rename variable holding GPIO line namesMarek Behún1-2/+2
2024-11-12platform: cznic: turris-omnia-mcu: Document the driver private data structureMarek Behún1-6/+36
2024-11-12intel-hid: fix volume buttons on Thinkpad X12 Detachable Tablet Gen 1Cole Stowell1-0/+7
2024-11-12platform/x86: asus-wmi: Use platform_profile_cycle()Armin Wolf1-23/+1
2024-11-12platform/x86: asus-wmi: Fix inconsistent use of thermal policiesArmin Wolf1-43/+21
2024-11-12platform/x86: hp: hp-bioscfg: remove redundant if statementColin Ian King1-8/+3
2024-11-06Merge tag 'platform-drivers-x86-v6.12-4' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds7-3/+42
2024-11-06platform/x86: x86-android-tablets: Add support for Vexia EDU ATLA 10 tabletHans de Goede3-0/+174
2024-11-06platform/x86: x86-android-tablets: Add support for getting i2c_adapter by PCI parent devname()Hans de Goede3-2/+40
2024-11-06platform/x86: x86-android-tablets: Add get_i2c_adap_by_handle() helperHans de Goede1-9/+16
2024-11-06platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speedVishnu Sankar1-3/+25
2024-11-05sysfs: treewide: constify attribute callback of bin_attribute::mmap()Thomas Weißschuh1-1/+1
2024-11-05sysfs: treewide: constify attribute callback of bin_is_visible()Thomas Weißschuh2-2/+2
2024-11-05Merge 6.12-rc6 into char-misc-nextGreg Kroah-Hartman10-65/+22
2024-11-05goldfish: Fix unused const variable 'goldfish_pipe_acpi_match'Zeng Heng1-2/+1
2024-11-04platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource()Shyam Sundar S K4-32/+27
2024-11-04platform/x86/amd/pmf: Use dev_err_probe() to simplify error handlingShyam Sundar S K1-4/+4
2024-11-04platform/x86/intel/vsec: Remove a useless mutexChristophe JAILLET1-6/+0
2024-11-04platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keysRenato Caldas1-0/+3
2024-11-04platform/x86: dell-wmi-base: Handle META key Lock/Unlock eventsKurt Borja1-0/+6
2024-11-04platform/x86: dell-smbios-base: Extends support to Alienware productsKurt Borja1-0/+1
2024-11-04platform/x86/amd/pmc: Detect when STB is not availableCorey Hickey1-0/+5
2024-11-04platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h modelShyam Sundar S K2-0/+2
2024-11-01alienware-wmi: Fix spelling mistake "requieres" -> "requires"Colin Ian King1-1/+1
2024-10-31platform/x86: intel: Add 'intel' prefix to the modules automaticallyAndy Shevchenko3-40/+30
2024-10-31alienware-wmi: added force module parametersKurt Borja1-0/+18
2024-10-30alienware-wmi: added platform profile supportKurt Borja2-0/+307
2024-10-30alienware-wmi: alienware_wmax_command() is now input size agnosticKurt Borja1-14/+15
2024-10-30alienware-wmi: fixed indentation and clean upKurt Borja1-67/+67
2024-10-29platform/x86: compal-laptop: use sysfs_emit() instead of sprintf()chen zhang1-28/+29
2024-10-29platform/x86: wmi: Introduce to_wmi_driver()Armin Wolf1-7/+5
2024-10-29platform/x86: wmi: Replace dev_to_wdev() with to_wmi_device()Armin Wolf1-5/+4
2024-10-29platform/x86: wmi: Remove wmi_block_listArmin Wolf1-22/+28
2024-10-29platform/x86: think-lmi: Multi-certificate supportMark Pearson2-26/+94
2024-10-29platform/x86: think-lmi: Allow empty admin passwordMark Pearson1-1/+6
2024-10-29platform/x86: think-lmi: Add certificate as mechanismMark Pearson1-0/+4
2024-10-29platform/x86: think-lmi: improve check if BIOS account security enabledMark Pearson2-14/+14
2024-10-28platform/chrome: Switch back to struct platform_driver::remove()Uwe Kleine-König13-14/+14
2024-10-27Merge tag 'platform-drivers-x86-v6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86Linus Torvalds10-65/+22
2024-10-26platform/x86: asus-wmi: Fix thermal profile initializationArmin Wolf1-0/+10
2024-10-25platform/x86: eeepc-laptop: use sysfs_emit() instead of sprintf()chen zhang1-4/+5
2024-10-25platform/x86/amd/hsmp: Make hsmp_pdev static instead of globalSuma Hegde4-32/+48
2024-10-25platform/x86/amd/hsmp: Use dev_groups in the driver structureSuma Hegde4-113/+141
2024-10-25platform/x86/amd/hsmp: Use name space while exporting module symbolsSuma Hegde3-9/+11
2024-10-25platform/x86/amd/hsmp: Create separate ACPI, plat and common driversSuma Hegde7-209/+285
2024-10-24ACPI: EC: make EC support compile-time conditionalArnd Bergmann4-11/+15
2024-10-22platform/x86/amd/hsmp: Change generic plat_dev name to hsmp_pdevSuma Hegde4-41/+41
2024-10-22platform/x86/amd/hsmp: Move ACPI code to acpi.cSuma Hegde4-251/+275
2024-10-22platform/x86/amd/hsmp: Move platform device specific code to plat.cSuma Hegde4-129/+161