X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-11-18 19:44:47 to 2024-11-28 00:28:40 UTC [more...]

[PATCH v4 0/4] p2sb: Fix unexpected P2SB device disappearance
 2024-11-28  0:28 UTC  (3+ messages)
` [PATCH v4 1/4] p2sb: Factor out p2sb_read_from_cache()
` [PATCH v4 2/4] p2sb: Introduce the global flag p2sb_hidden_by_bios

[PATCH v3 0/4] p2sb: Fix unexpected P2SB device disappearance
 2024-11-28  0:26 UTC  (9+ messages)
` [PATCH v3 1/4] p2sb: Factor out p2sb_read_from_cache()
` [PATCH v3 2/4] p2sb: Introduce the global flag p2sb_hidden_by_bios
` [PATCH v3 3/4] p2sb: Move P2SB hide and unhide code to p2sb_scan_and_cache()
` [PATCH v3 4/4] p2sb: Do not scan and remove the P2SB device when it is unhidden

[PATCH] fujitsu-laptop: replace strcpy -> strscpy
 2024-11-27 20:37 UTC 

[PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
 2024-11-27 20:24 UTC  (3+ messages)

[RFC PATCH 0/1] platform: x86: tuxi: Implement TUXEDO TUXI ACPI TFAN as thermal subsystem
 2024-11-27 11:21 UTC  (2+ messages)
` [RFC PATCH 1/1] "

[RFC PATCH 0/5] platform/x86: acer-wmi: Various improvements
 2024-11-27 10:44 UTC  (10+ messages)
` [RFC PATCH 1/5] platform/x86: acer-wmi: Add support for Acer PH14-51
` [RFC PATCH 2/5] platform/x86: acer-wmi: Rename ACER_CAP_FAN_SPEED_READ
` [RFC PATCH 3/5] platform/x86: acer-wmi: Add support for temperature sensors
` [RFC PATCH 4/5] platform/x86: acer-wmi: Improve error handling when reading AC status
` [RFC PATCH 5/5] platform/x86: acer-wmi: Ignore AC events

[PATCH v2] p2sb: Do not scan and remove the P2SB device when it is unhidden
 2024-11-27  5:25 UTC  (3+ messages)

Adding a new platform driver samsung-galaxybook
 2024-11-26 19:04 UTC  (9+ messages)

[PATCH] platform/surface: Switch back to struct platform_driver::remove()
 2024-11-25 10:11 UTC 

[PATCH] platform/x86: asus-wmi: Ignore return value when writing thermal policy
 2024-11-25  9:39 UTC  (2+ messages)

[RFC PATCH] platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
 2024-11-25  9:39 UTC  (2+ messages)

[PATCH] p2sb: Do not scan and remove the P2SB device when it is hidden
 2024-11-25  2:32 UTC  (3+ messages)

[Bug 219517] New: REGRESSION: charge_control missing in 6.12
 2024-11-24 13:24 UTC  (22+ messages)
` [Bug 219517] "

[RFC 00/13] acpi/x86: s2idle: implement Modern Standby transition states and expose to userspace
 2024-11-22 23:55 UTC  (27+ messages)
` [RFC 01/13] Documentation: PM: Add documentation for S0ix Standby States
` [RFC 02/13] acpi/x86: s2idle: add support for Display Off and Display On callbacks
` [RFC 03/13] acpi/x86: s2idle: add support for Sleep Entry and Sleep Exit callbacks
` [RFC 04/13] acpi/x86: s2idle: add support for Turn On Display callback
` [RFC 05/13] acpi/x86: s2idle: add modern standby transition function
` [RFC 06/13] acpi/x86: s2idle: rename Screen On/Off to Display On/Off
` [RFC 07/13] acpi/x86: s2idle: call Display On/Off as part of callbacks
` [RFC 08/13] acpi/x86: s2idle: rename MS Exit/Entry to Sleep Exit/Entry
` [RFC 09/13] acpi/x86: s2idle: call Sleep Entry/Exit as part of callbacks
` [RFC 10/13] acpi/x86: s2idle: add Turn On Display and call as part of callback
` [RFC 11/13] acpi/x86: s2idle: add quirk table for modern standby delays
` [RFC 12/13] platform/x86: asus-wmi: remove Ally (1st gen) and Ally X suspend quirk
` [RFC 13/13] PM: standby: Add sysfs attribute for modern standby transitions

acpi_device->driver_data vs acpi_device->dev.driver_data
 2024-11-22 10:00 UTC  (3+ messages)

[PATCH v7 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-21 22:31 UTC  (38+ 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
` [PATCH v7 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v7 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v7 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v7 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v7 13/22] ACPI: platform_profile: Add profile "
` [PATCH v7 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v7 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v7 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v7 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v7 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v7 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v7 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v7 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v7 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH] platform/mellanox: mlxbf-pmc: incorrect type in assignment
 2024-11-21 21:09 UTC  (2+ messages)

[PATCH] tools/power/x86/intel-speed-select: rm .*.cmd when make clean
 2024-11-21 17:31 UTC  (2+ messages)

[PATCH] tools/power/x86/intel-speed-select: Fix the wrong format specifier
 2024-11-21 16:49 UTC  (2+ messages)

[PATCH v2 0/4] alienware-wmi: Improvements
 2024-11-21 15:37 UTC  (7+ messages)
` [PATCH v2 1/4] alienware-wmi: Migrate to device managed resources
` [PATCH v2 2/4] alienware-wmi: Improves sysfs groups creation
` [PATCH v2 3/4] alienware-wmi: Simplify platform device creation
` [PATCH v2 4/4] alienware-wmi: Remove unnecessary check at module exit

[PATCH] platform/x86: x86-android-tablets: make platform data be static
 2024-11-21 12:32 UTC  (2+ messages)

alienware-wmi rework RFC
 2024-11-21  0:39 UTC  (7+ messages)

[GIT PULL] platform-drivers-x86 for v6.13-1
 2024-11-20 22:56 UTC  (2+ messages)

Why is wmi_bus_type not exported?
 2024-11-20 10:57 UTC  (20+ messages)

Lenovo WMI camera driver, switching to SW_CAMERA_LENS_COVER ?
 2024-11-20 10:55 UTC  (5+ messages)

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-11-20  9:15 UTC  (3+ messages)
` [Bug 219495] "

platform/x86: asus-wmi: Keyboard backlight brightness does not work correctly on Asus ROG Zephyrus G15
 2024-11-20  4:20 UTC  (2+ messages)

[Bug 219515] New: intel_th_pci Driver Probe Failed with Error Code -107
 2024-11-20  3:20 UTC  (6+ messages)
` [Bug 219515] "

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

[PATCH v6 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-19 16:15 UTC  (20+ messages)
` [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 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 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 

A Proposal
 2024-11-18 22:38 UTC 


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