X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-12-01 17:41:36 to 2024-12-06 16:12:37 UTC [more...]

[PATCH v2 00/16] AMD NB and SMN rework
 2024-12-06 16:12 UTC  (10+ messages)
` [PATCH v2 01/16] x86/mce/amd: Remove shared threshold bank plumbing
` [PATCH v2 02/16] x86/amd_nb: Restrict init function to AMD-based systems
` [PATCH v2 03/16] x86/amd_nb: Clean up early_is_amd_nb()
` [PATCH v2 04/16] x86: Start moving AMD Node functionality out of AMD_NB
` [PATCH v2 05/16] x86/amd_nb: Simplify function 4 search
` [PATCH v2 06/16] x86/amd_nb: Simplify root device search
` [PATCH v2 07/16] x86/amd_nb: Use topology info to get AMD node count
` [PATCH v2 08/16] x86/amd_nb: Simplify function 3 search
` [PATCH v2 11/16] x86/amd_node: Update __amd_smn_rw() error paths

[REGRESSION][BISECTED] asus-wmi driver fails on my laptop
 2024-12-06 13:33 UTC 

[PATCH] platform/x86: adv_swbutton: disable wakeup in .remove() and the error path of .probe()
 2024-12-06  9:48 UTC 

[PATCH v10 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-06  3:19 UTC  (23+ messages)
` [PATCH v10 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v10 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v10 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v10 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v10 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v10 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v10 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v10 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v10 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v10 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v10 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v10 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v10 13/22] ACPI: platform_profile: Add profile "
` [PATCH v10 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v10 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v10 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v10 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v10 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v10 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v10 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v10 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v10 22/22] Documentation: Add documentation about class interface for platform profiles

Adding a new platform driver samsung-galaxybook
 2024-12-05 20:49 UTC  (15+ messages)

[PATCH] platform/x86/amd/pmf: Enable Custom BIOS Inputs for PMF-TA
 2024-12-05 19:15 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for v6.13-2
 2024-12-05 18:04 UTC  (2+ messages)

[PATCH 0/4] sysfs: constify bin_attribute argument of sysfs_bin_attr_simple_read()
 2024-12-05 17:35 UTC  (5+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] platform/x86: wmi-bmof: Switch to sysfs_bin_attr_simple_read()
` [PATCH 3/4] btf: Switch vmlinux BTF attribute "
` [PATCH 4/4] btf: Switch module "

[PATCH] platform/x86: samsung-laptop: Rename MODULE_DESCRIPTION
 2024-12-05 16:41 UTC  (3+ messages)

[PATCH v9 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-12-05 15:35 UTC  (37+ messages)
` [PATCH v9 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v9 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v9 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v9 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v9 05/22] ACPI: platform_profile: Pass the profile handler into platform_profile_notify()
` [PATCH v9 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v9 07/22] ACPI: platform_profile: Move matching string for new profile out of mutex
` [PATCH v9 08/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v9 09/22] ACPI: platform_profile: Use `scoped_cond_guard`
` [PATCH v9 10/22] ACPI: platform_profile: Create class for ACPI platform profile
` [PATCH v9 11/22] ACPI: platform_profile: Add name attribute to class interface
` [PATCH v9 12/22] ACPI: platform_profile: Add choices attribute for "
` [PATCH v9 13/22] ACPI: platform_profile: Add profile "
` [PATCH v9 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v9 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v9 16/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v9 17/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v9 18/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v9 19/22] ACPI: platform_profile: Notify class device from platform_profile_notify()
` [PATCH v9 20/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v9 21/22] platform/x86/amd: pmf: Drop all quirks
` [PATCH v9 22/22] Documentation: Add documentation about class interface for platform profiles

[PATCH v3 0/8] platform/x86: x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10
 2024-12-05 14:11 UTC  (13+ messages)
` [PATCH v3 1/8] platform/x86: x86-android-tablets: Add missing __init to get_i2c_adap_by_*()
` [PATCH v3 2/8] platform/x86: x86-android-tablets: Make variables only used locally static
` [PATCH v3 3/8] platform/x86: serdev_helpers: Check for serial_ctrl_uid == NULL
` [PATCH v3 4/8] platform/x86: serdev_helpers: Add get_serdev_controller_from_parent() helper
` [PATCH v3 5/8] platform/x86: x86-android-tablets: Change x86_instantiate_serdev() prototype
` [PATCH v3 6/8] platform/x86: x86-android-tablets: Store serdev-controller ACPI HID + UID in a union
` [PATCH v3 7/8] platform/x86: x86-android-tablets: Add support for getting serdev-controller by PCI parent
` [PATCH v3 8/8] platform/x86: x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10

[RFC PATCH 00/21] alienware-wmi driver rework
 2024-12-05 14:06 UTC  (35+ messages)
` [RFC PATCH 01/21] alienware-wmi: Modify parse_rgb() signature
` [RFC PATCH 02/21] alienware-wmi: Move Lighting Control State
` [RFC PATCH 03/21] alienware-wmi: Remove unnecessary check at module exit
` [RFC PATCH 04/21] alienware-wmi: Improve sysfs groups creation
` [RFC PATCH 05/21] alienware-wmi: Refactor rgb-zones sysfs group creation
` [RFC PATCH 06/21] alienware-wmi: Add state container and alienfx_probe()
` [RFC PATCH 07/21] alienware-wmi: Migrate to state container pattern
` [RFC PATCH 08/21] alienware-wmi: Add WMI Drivers
` [RFC PATCH 09/21] alienware-wmi: Initialize WMI drivers
` [RFC PATCH 10/21] alienware-wmi: Add alienfx OPs to platdata
` [RFC PATCH 11/21] alienware-wmi: Refactor LED control methods
` [RFC PATCH 12/21] alienware-wmi: Refactor hdmi, amplifier, deepslp
` [RFC PATCH 13/21] alienware-wmi: Add a state container for AWCC
` [RFC PATCH 14/21] alienware-wmi: Migrate thermal methods to wmidev
` [RFC PATCH 15/21] alienware-wmi: Refactor sysfs visibility methods
` [RFC PATCH 16/21] alienware-wmi: Make running control state part of platdata
` [RFC PATCH 17/21] alienware-wmi: Drop thermal methods dependency on quirks
` [RFC PATCH 18/21] platform-x86: Add header file for alienware-wmi
` [RFC PATCH 19/21] platform-x86: Rename alienare-wmi
` [RFC PATCH 20/21] platform-x86: Split the alienware-wmi module
` [RFC PATCH 21/21] platform-x86: Add config entries to alienware-wmi

[PATCH] platform/x86/amd/pmc: Fix typecast warning from Sparse
 2024-12-05  9:56 UTC 

[PATCH v3 0/2] platform/x86: Vexia EDU ATLA 10 pwrsrc and battery support
 2024-12-04 19:34 UTC  (3+ messages)
` [PATCH v3 1/2] platform/x86/intel: bytcrc_pwrsrc: Optionally register a power_supply dev
` [PATCH v3 2/2] platform/x86: x86-android-tablets: Add Vexia EDU ATLA 10 EC battery driver

[PATCH 1/4] platform/x86: int3472: Check for adev == NULL
 2024-12-04 19:15 UTC  (11+ messages)
` [PATCH 2/4] platform/x86: int3472: Drop "pin number mismatch" messages
` [PATCH 3/4] platform/x86: int3472: Fix skl_int3472_handle_gpio_resources() return value

[PATCH] platform/x86: intel: int0002_vgpio: Make the irqchip immutable
 2024-12-04 19:13 UTC  (2+ messages)

[PATCH v2 0/6] platform/x86: x86-android-tablets: Add Bluetooth support for Vexia EDU ATLA 10
 2024-12-04 17:41 UTC  (4+ messages)
` [PATCH v2 1/6] platform/x86: serdev_helpers: Add get_serdev_controller_from_parent() helper

[PATCH] platform/x86: intel: int0002_vgpio: use gpiochip_get_data
 2024-12-04 13:19 UTC  (2+ messages)

[PATCH 0/2] pwm: lpss: module namespace fixes
 2024-12-04  1:50 UTC  (9+ messages)
` [PATCH 1/2] pwm: lpss: Move namespace import into a header
` [PATCH 2/2] pwm: lpss: Define DEFAULT_SYMBOL_NAMESPACE earlier

[PATCH v2 1/2] platform/x86/intel: bytcrc_pwrsrc: Optionally register a power_supply dev
 2024-12-03 19:24 UTC  (9+ messages)
` [PATCH v2 2/2] platform/x86: x86-android-tablets: Add Vexia EDU ATLA 10 EC battery driver

[PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
 2024-12-03 16:11 UTC  (3+ messages)

[Bug 219495] New: [TPM2] tpm_tis driver crashs during the boot time
 2024-12-03  6:23 UTC  (4+ messages)
` [Bug 219495] "

[PATCH v5 00/10] platform/x86/amd/pmc: Updates to AMD PMC driver
 2024-12-03  5:11 UTC  (3+ messages)

[PATCH] platform/x86: touchscreen_dmi: Add info for SARY Tab 3 tablet
 2024-12-02 22:18 UTC 

[PATCH 0/5] platform/x86: Constify 'struct bin_attribute'
 2024-12-02 19:38 UTC  (6+ messages)
` [PATCH 1/5] platform/x86: dell: dcdbas: "
` [PATCH 2/5] platform/x86: dell_rbu: "
` [PATCH 3/5] platform/x86/intel/sdsi: "
` [PATCH 4/5] platform/x86/intel/pmt: "
` [PATCH 5/5] platform/x86/amd/hsmp: "

[v3] platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messages
 2024-12-02 17:48 UTC  (2+ messages)

[PATCH 0/2] Add support for the new phone link hotkey on ThinkPads
 2024-12-02 17:26 UTC  (3+ messages)
` [PATCH 1/2] Input: allocate keycode for phone linking

[PATCH 00/15] treewide: don't include 'pm_wakeup.h' directly
 2024-12-02 17:17 UTC  (3+ messages)
` [PATCH 12/15] platform/x86: quickstart: "

[PATCH] platform/mellanox: mlxbf-pmc: incorrect type in assignment
 2024-12-02 17:16 UTC  (2+ messages)

[PATCH] fujitsu-laptop: replace strcpy -> strscpy
 2024-12-02 17:12 UTC  (2+ messages)

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

[RFC PATCH] platform/x86: asus-nb-wmi: Ignore unknown event 0xCF
 2024-12-02 17:03 UTC  (2+ messages)

[PATCH] platform/x86: asus-wmi: Ignore return value when writing thermal policy
 2024-12-02 17:03 UTC  (7+ messages)

Thermal driver with safeguards
 2024-12-02 14:52 UTC 

[RFC PATCH 0/1] platform: x86: tuxi: Implement TUXEDO TUXI ACPI TFAN as thermal subsystem
 2024-12-02 14:37 UTC  (6+ messages)
` [RFC PATCH 1/1] "

[Bug 219515] New: intel_th_pci Driver Probe Failed with Error Code -107
 2024-12-02 13:43 UTC  (2+ messages)
` [Bug 219515] "


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