aboutsummaryrefslogtreecommitdiff
path: root/drivers/platform
AgeCommit message (Expand)AuthorFilesLines
2024-03-05platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()Gravatar Harshit Mogalapalli 1-1/+3
2024-03-05platform/x86: p2sb: On Goldmont only cache P2SB and SPI devfn BARGravatar Hans de Goede 1-16/+9
2024-02-20platform/x86: thinkpad_acpi: Only update profile if successfully convertedGravatar Mario Limonciello 1-2/+3
2024-02-20platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handlerGravatar Hans de Goede 1-3/+0
2024-02-20platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios nameGravatar Hans de Goede 1-2/+2
2024-02-20platform/x86: x86-android-tablets: Fix serdev instantiation no longer workingGravatar Hans de Goede 1-26/+9
2024-02-20platform/x86: Add new get_serdev_controller() helperGravatar Hans de Goede 1-0/+80
2024-02-20platform/x86: x86-android-tablets: Fix keyboard touchscreen on Lenovo Yogaboo...Gravatar Hans de Goede 3-0/+5
2024-02-19platform/x86/amd/pmf: Fix a potential race with policy binary sideloadGravatar Mario Limonciello 1-2/+3
2024-02-19platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc()Gravatar Mario Limonciello 1-25/+40
2024-02-19platform/x86/amd/pmf: Add debugging message for missing policy dataGravatar Mario Limonciello 1-1/+3
2024-02-19platform/x86/amd/pmf: Fix a suspend hang on Framework 13Gravatar Mario Limonciello 1-2/+0
2024-02-19platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resumeGravatar Shyam Sundar S K 1-0/+6
2024-02-19platform/x86/amd/pmf: Remove smart_pc_status enumGravatar Shyam Sundar S K 3-10/+10
2024-02-19platform/x86: touchscreen_dmi: Consolidate Goodix upside-down touchscreen dataGravatar Hans de Goede 1-15/+10
2024-02-19platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI namesGravatar Hans de Goede 1-2/+2
2024-02-19platform/x86: intel: int0002_vgpio: Pass IRQF_ONESHOT to request_irq()Gravatar Hans de Goede 1-1/+1
2024-02-19platform/x86: think-lmi: Fix password opcode ordering for workstationsGravatar Mark Pearson 1-9/+11
2024-01-26platform/x86: touchscreen_dmi: Add info for the TECLAST X16 Plus tabletGravatar Phoenix Chen 1-0/+35
2024-01-26platform/x86/intel/ifs: Call release_firmware() when handling errors.Gravatar Jithu Joseph 1-1/+2
2024-01-26platform/x86/amd/pmf: Fix memory leak in amd_pmf_get_pb_data()Gravatar Cong Liu 1-1/+3
2024-01-26platform/x86/amd/pmf: Get ambient light information from AMD SFH driverGravatar Shyam Sundar S K 1-0/+8
2024-01-26platform/x86/amd/pmf: Get Human presence information from AMD SFH driverGravatar Shyam Sundar S K 2-0/+29
2024-01-22platform/mellanox: mlxbf-pmc: Fix offset calculation for crspace eventsGravatar Shravan Kumar Ramani 1-2/+2
2024-01-22platform/mellanox: mlxbf-tmfifo: Drop Tx network packet when Tx TmFIFO is fullGravatar Liming Sun 1-0/+67
2024-01-22platform/x86: intel-wmi-sbl-fw-update: Fix function name in error messageGravatar Armin Wolf 1-2/+2
2024-01-22platform/x86: p2sb: Use pci_resource_n() in p2sb_read_bar0()Gravatar Shin'ichiro Kawasaki 1-1/+1
2024-01-22platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probeGravatar Shin'ichiro Kawasaki 1-41/+139
2024-01-22platform/x86: intel-uncore-freq: Fix types in sysfs callbacksGravatar Nathan Chancellor 2-57/+57
2024-01-22platform/x86: wmi: Fix wmi_dev_probe()Gravatar Dan Carpenter 1-1/+1
2024-01-22platform/x86: wmi: Fix notify callback lockingGravatar Armin Wolf 1-24/+47
2024-01-22platform/x86: wmi: Decouple legacy WMI notify handlers from wmi_block_listGravatar Armin Wolf 1-50/+68
2024-01-22platform/x86: wmi: Return immediately if an suitable WMI event is foundGravatar Armin Wolf 1-6/+4
2024-01-22platform/x86: wmi: Fix error handling in legacy WMI notify handler functionsGravatar Armin Wolf 1-5/+9
2024-01-18Merge tag 'usb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-1/+1
2024-01-18Merge tag 'tty-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 5-10/+9
2024-01-17Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-5/+5
2024-01-12Merge tag 'pwm/for-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2024-01-12Merge tag 'hid-for-linus-2024010801' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-59/+15
2024-01-12Merge tag 'hwmon-for-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Gravatar Linus Torvalds 1-0/+1
2024-01-11Merge tag 'docs-6.8' of git://git.lwn.net/linuxGravatar Linus Torvalds 2-2/+2
2024-01-09Merge tag 'platform-drivers-x86-v6.8-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 55-776/+5595
2024-01-09Merge tag 'tag-chrome-platform-for-v6.8' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 4-32/+64
2024-01-09Merge tag 'acpi-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-30/+2
2024-01-09Merge tag 'mm-nonmm-stable-2024-01-09-10-33' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-9/+5
2024-01-08Merge branch 'for-6.8/intel-ish' into for-linusGravatar Jiri Kosina 1-59/+15
2024-01-04Revert "platform/x86: p2sb: Allow p2sb_bar() calls during PCI device probe"Gravatar Shin'ichiro Kawasaki 1-131/+41
2024-01-04platform/surface: aggregator: make ssam_bus_type constant and staticGravatar Greg Kroah-Hartman 1-2/+3
2024-01-04Merge branches 'acpi-pm', 'acpi-video', 'acpi-apei' and 'acpi-extlog'Gravatar Rafael J. Wysocki 1-1/+1
2024-01-04Merge branch 'acpi-utils'Gravatar Rafael J. Wysocki 1-29/+1