X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-11-11 11:26:54 to 2024-11-19 17:21:16 UTC [more...]

[PATCH v7 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-19 17:17 UTC  (9+ messages)
` [PATCH v7 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v7 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v7 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v7 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v7 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v7 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v7 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v7 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister

acpi_device->driver_data vs acpi_device->dev.driver_data
 2024-11-19 16:43 UTC 

[PATCH 4/5] alienware-wmi: Fix module init error handling
 2024-11-19 16:22 UTC  (6+ messages)

[PATCH v6 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-19 16:15 UTC  (37+ messages)
` [PATCH v6 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v6 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v6 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v6 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v6 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v6 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v6 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v6 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v6 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v6 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v6 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v6 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH 5/5] alienware-wmi: Improves sysfs groups creation
 2024-11-19 16:02 UTC  (3+ messages)

[PATCH 1/5] alienware-wmi: Simplify platform device creation
 2024-11-19  4:36 UTC  (2+ messages)

[PATCH 3/5] alienware-wmi: Migrate to device managed allocations
 2024-11-19  4:35 UTC 

[PATCH 2/5] alienware-wmi: Remove unnecessary check at module exit
 2024-11-19  4:34 UTC 

[PATCH 0/5] alienware-wmi: Fixes and improvements
 2024-11-19  4:34 UTC 

alienware-wmi rework RFC
 2024-11-19  4:29 UTC  (3+ messages)

A Proposal
 2024-11-18 22:38 UTC 

Why is wmi_bus_type not exported?
 2024-11-18 19:57 UTC  (22+ messages)

[PATCH] Lenovo Legion Go WMI Control
 2024-11-18 19:20 UTC  (5+ messages)

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-11-18 18:57 UTC  (13+ messages)
` [Bug 219495] "

Lenovo WMI camera driver, switching to SW_CAMERA_LENS_COVER ?
 2024-11-18 18:34 UTC  (4+ messages)

Adding a new platform driver samsung-galaxybook
 2024-11-18 15:59 UTC  (2+ messages)

[PATCH v2] platform/x86: p2sb: Cache correct PCI bar for P2SB on Gemini Lake
 2024-11-18 12:59 UTC  (2+ messages)

[PATCH] platform/x86: panasonic-laptop: Return errno correctly in show callback
 2024-11-18 12:59 UTC  (3+ messages)

[v3] platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
 2024-11-18 10:27 UTC 

[PATCH 00/15] treewide: don't include 'pm_wakeup.h' directly
 2024-11-18  7:29 UTC  (2+ messages)
` [PATCH 12/15] platform/x86: quickstart: "

[PATCH v2 0/6] platform/x86: x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10
 2024-11-17 20:17 UTC  (8+ messages)
` [PATCH v2 1/6] platform/x86: serdev_helpers: Add get_serdev_controller_from_parent() helper
` [PATCH v2 2/6] platform/x86: x86-android-tablets: Add missing __init to get_i2c_adap_by_*()
` [PATCH v2 3/6] platform/x86: x86-android-tablets: Change x86_instantiate_serdev() prototype
` [PATCH v2 4/6] platform/x86: x86-android-tablets: Store serdev-controller ACPI HID + UID in a union
` [PATCH v2 5/6] platform/x86: x86-android-tablets: Add support for getting serdev-controller by PCI parent
` [PATCH v2 6/6] platform/x86: x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10

[PATCH v2 1/2] platform/x86/intel: bytcrc_pwrsrc: Optionally register a power_supply dev
 2024-11-17 20:11 UTC  (4+ messages)
` [PATCH v2 2/2] platform/x86: x86-android-tablets: Add Vexia EDU ATLA 10 EC battery driver

platform/x86: asus-wmi: Keyboard backlight brightness does not work correctly on Asus ROG Zephyrus G15
 2024-11-17 18:11 UTC 

Add Support for the Acer Predator Triton PT14-51
 2024-11-17 16:24 UTC  (3+ messages)

[PATCH 0/5] Better thermal mode probing + support for 9 models
 2024-11-16 15:23 UTC  (9+ messages)
` [PATCH 1/5] alienware-wmi: order alienware_quirks[] alphabetically
` [PATCH 2/5] alienware-wmi: extends the list of supported models
` [PATCH 3/5] alienware-wmi: Adds support to Alienware x17 R2
` [PATCH 4/5] alienware-wmi: create_thermal_profile no longer brute-forces IDs
` [PATCH 5/5] Documentation: alienware-wmi: Describe THERMAL_INFORMATION operation 0x02

[PATCH 1/2] platform/x86/intel: bytcrc_pwrsrc: Optionally register a power_supply dev
 2024-11-16 10:43 UTC  (7+ messages)
` [PATCH 2/2] platform/x86: x86-android-tablets: Add Vexia EDU ATLA 10 EC battery driver

[v2] platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
 2024-11-15 16:54 UTC  (2+ messages)

[PATCH] tools/power/x86/intel-speed-select: rm .*.cmd when make clean
 2024-11-15  7:32 UTC 

[PATCH] platform/x86: p2sb: Cache correct PCI bar for P2SB on Denverton and Gemini Lake
 2024-11-14 20:18 UTC  (2+ messages)

[PATCH] mfd: lpc_ich: Add another Gemini Lake ISA bridge PCI device-id
 2024-11-14 20:18 UTC  (2+ messages)

[PATCH 0/2] Add support for the new phone link hotkey on ThinkPads
 2024-11-14 17:39 UTC  (3+ messages)
` [PATCH 1/2] Input: allocate keycode for phone linking
` [PATCH 2/2] platform/x86: thinkpad_acpi: Add support for new phone link hotkey

[PATCH v3 0/2] Support BMG PMT features for Xe
 2024-11-14 13:23 UTC  (4+ messages)
` [PATCH v3 1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks
` [PATCH v3 2/2] drm/xe/vsec: Support BMG devices

[PATCH v2 0/2] Support BMG PMT features for Xe
 2024-11-13 21:57 UTC  (13+ messages)
` [PATCH v2 1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks
` [PATCH v2 2/2] drm/xe/vsec: Support BMG devices

[PATCH v2 0/6] media: uvcvideo: Implement the Privacy GPIO as a subdevice
 2024-11-13 15:19 UTC  (4+ messages)

[v2 1/2] platform/x86/amd/hsmp: Add new error code and error logs
 2024-11-13 13:52 UTC  (3+ messages)
` [v2 2/2] platform/x86/amd/hsmp: Change the error type

[PATCH v6 0/2] Add support of AMD 3D V-Cache optimizer driver
 2024-11-13 13:52 UTC  (4+ messages)
` [PATCH v6 1/2] platform/x86/amd: amd_3d_vcache: Add "
` [PATCH v6 2/2] platform/x86/amd: amd_3d_vcache: Add sysfs ABI documentation

[PATCH] platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
 2024-11-13 13:40 UTC  (2+ messages)

[PATCH v2 0/2] Fix thermal profile handling
 2024-11-12 17:17 UTC  (2+ messages)

[PATCH][next] platform/x86: hp: hp-bioscfg: remove redundant if statement
 2024-11-12 17:17 UTC  (2+ messages)

[PATCH] MAINTAINERS: Update ISHTP ECLITE maintainer entry
 2024-11-12 17:17 UTC  (2+ messages)

[PATCH 1/2] platform/x86/intel/pmt: allow user offset for PMT callbacks
 2024-11-12 15:27 UTC  (7+ messages)
` [PATCH 2/2] drm/xe/vsec: Support BMG devices

[PATCH v6 00/12] Add support for AMD hardware feedback interface
 2024-11-12 12:16 UTC  (5+ messages)
` [PATCH v6 05/12] platform/x86: hfi: parse CPU core ranking data from shared memory
` [PATCH v6 06/12] platform/x86: hfi: init per-cpu scores for each class

[PATCH AUTOSEL 5.15 3/8] platform/x86: dell-smbios-base: Extends support to Alienware products
 2024-11-12 10:37 UTC  (2+ messages)
` [PATCH AUTOSEL 5.15 4/8] platform/x86: dell-wmi-base: Handle META key Lock/Unlock events

[PATCH AUTOSEL 6.1 03/12] platform/x86: dell-smbios-base: Extends support to Alienware products
 2024-11-12 10:37 UTC  (3+ messages)
` [PATCH AUTOSEL 6.1 04/12] platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
` [PATCH AUTOSEL 6.1 07/12] platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed

[PATCH AUTOSEL 6.6 04/15] platform/x86: dell-smbios-base: Extends support to Alienware products
 2024-11-12 10:36 UTC  (3+ messages)
` [PATCH AUTOSEL 6.6 05/15] platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
` [PATCH AUTOSEL 6.6 09/15] platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed

[PATCH AUTOSEL 6.11 04/16] platform/x86: dell-smbios-base: Extends support to Alienware products
 2024-11-12 10:35 UTC  (4+ messages)
` [PATCH AUTOSEL 6.11 05/16] platform/x86: dell-wmi-base: Handle META key Lock/Unlock events
` [PATCH AUTOSEL 6.11 06/16] platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys
` [PATCH AUTOSEL 6.11 10/16] platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed

[PATCH] intel-hid: fix volume buttons on Thinkpad X12 Detachable Tablet Gen 1
 2024-11-12 10:27 UTC  (3+ messages)

[PATCH] [v2] platform/x86/amd/hsmp: move hsmp_msg_desc_table[] to hsmp.c
 2024-11-12 10:19 UTC  (4+ messages)

[PATCH v5 0/2] Add support of AMD 3D V-Cache optimizer driver
 2024-11-12 10:00 UTC  (4+ messages)
` [PATCH v5 1/2] platform/x86/amd: amd_3d_vcache: Add "

[PATCH] platform/x86/amd/hsmp: Add new error code and error logs
 2024-11-11 11:26 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox