X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-10-29 13:54:45 to 2024-11-04 13:19:39 UTC [more...]

[PATCH v4 0/3] platform/x86/amd/pmf: Updates to AMD PMF driver
 2024-11-04 13:19 UTC  (5+ messages)
` [PATCH v4 1/3] platform/x86/amd/pmf: Use dev_err_probe() to simplify error handling
` [PATCH v4 2/3] MAINTAINERS: Change AMD PMF driver status to "Supported"
` [PATCH v4 3/3] platform/x86/amd/pmf: Switch to platform_get_resource() and devm_ioremap_resource()

[PATCH] platform/x86/intel/vsec: Remove a useless mutex
 2024-11-04 13:16 UTC  (3+ messages)

[PATCH] platform/x86: ideapad-laptop: add missing Ideapad Pro 5 fn keys
 2024-11-04 10:46 UTC  (2+ messages)

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

[PATCH] platform/x86/amd/pmc: Detect when STB is not available
 2024-11-04 10:21 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 1/2] dell-smbios-base: Extends support to Alienware products
 2024-11-04 10:13 UTC  (7+ messages)
` [PATCH v2 2/2] dell-wmi-base: Handle META key Lock/Unlock events

[PATCH 0/1] MAINTAINERS: replace bouncing maintainers
 2024-11-04 10:04 UTC  (4+ messages)
` [PATCH 1/1] "
  ` (subset) "

[PATCH v3 0/5] platform/x86/amd/pmf: Updates to AMD PMF driver
 2024-11-04  9:56 UTC  (19+ messages)
` [PATCH v3 1/5] platform/x86/amd/pmf: Add SMU metrics table support for 1Ah family 60h model
` [PATCH v3 5/5] platform/x86/amd/pmf: Add PMF driver changes to make compatible with PMF-TA

[PATCH v2 00/10] sysfs: constify struct bin_attribute (Part 1)
 2024-11-04  1:24 UTC  (13+ messages)
` [PATCH v2 01/10] sysfs: explicitly pass size to sysfs_add_bin_file_mode_ns()
` [PATCH v2 02/10] sysfs: introduce callback attribute_group::bin_size
` [PATCH v2 03/10] PCI/sysfs: Calculate bin_attribute size through bin_size()
` [PATCH v2 04/10] nvmem: core: calculate "
` [PATCH v2 05/10] sysfs: treewide: constify attribute callback of bin_is_visible()
` [PATCH v2 06/10] sysfs: treewide: constify attribute callback of bin_attribute::mmap()
` [PATCH v2 07/10] sysfs: treewide: constify attribute callback of bin_attribute::llseek()
` [PATCH v2 08/10] sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR()
` [PATCH v2 09/10] sysfs: bin_attribute: add const read/write callback variants
` [PATCH v2 10/10] driver core: Constify attribute arguments of binary attributes

[PATCH v3 00/22] Add support for binding ACPI platform profile to multiple drivers
 2024-11-02 23:46 UTC  (51+ messages)
` [PATCH v3 01/22] ACPI: platform-profile: Add a name member to handlers
` [PATCH v3 02/22] platform/x86/dell: dell-pc: Create platform device
` [PATCH v3 03/22] ACPI: platform_profile: Add device pointer into platform profile handler
` [PATCH v3 04/22] ACPI: platform_profile: Add platform handler argument to platform_profile_remove()
` [PATCH v3 05/22] ACPI: platform_profile: Add a list to platform profile handler
` [PATCH v3 06/22] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v3 07/22] ACPI: platform_profile: Use guard(mutex) for register/unregister
` [PATCH v3 08/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_choices_show()
` [PATCH v3 09/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_show()
` [PATCH v3 10/22] "
` [PATCH v3 11/22] ACPI: platform_profile: Use `scoped_cond_guard` for platform_profile_cycle()
` [PATCH v3 12/22] ACPI: platform_profile: Only remove group when no more handler registered
` [PATCH v3 13/22] ACPI: platform_profile: Require handlers to support balanced profile
` [PATCH v3 14/22] ACPI: platform_profile: Notify change events on register and unregister
` [PATCH v3 15/22] ACPI: platform_profile: Only show profiles common for all handlers
` [PATCH v3 16/22] ACPI: platform_profile: Set profile for all registered handlers
` [PATCH v3 17/22] ACPI: platform_profile: Add concept of a "custom" profile
` [PATCH v3 18/22] ACPI: platform_profile: Make sure all profile handlers agree on profile
` [PATCH v3 19/22] ACPI: platform_profile: Check all profile handler to calculate next
` [PATCH v3 20/22] ACPI: platform_profile: Register class device for platform profile handlers
` [PATCH v3 21/22] ACPI: platform_profile: Allow multiple handlers
` [PATCH v3 22/22] platform/x86/amd: pmf: Drop all quirks

"asus_wmi: Unknown key code 0xcf" when plugging in charger to laptop
 2024-11-02 20:36 UTC  (6+ messages)

[PATCH][next] alienware-wmi: Fix spelling mistake "requieres" -> "requires"
 2024-11-01 12:36 UTC  (2+ messages)

[PATCH v2 0/8] platform/x86/amd/pmc: Updates to AMD PMC driver
 2024-11-01 12:11 UTC  (16+ messages)
` [PATCH v2 1/8] platform/x86/amd/pmc: Move STB functionality to a new file for better code organization
` [PATCH v2 2/8] platform/x86/amd/pmc: Update function names to align with new STB file
` [PATCH v2 3/8] platform/x86/amd/pmc: Define enum for S2D/PMC msg_port
` [PATCH v2 4/8] platform/x86/amd/pmc: Isolate STB code changes to a new file
` [PATCH v2 5/8] platform/x86/amd/pmc: Update IP information structure for newer SoCs
` [PATCH v2 6/8] platform/x86/amd/pmc: Update S2D message id for 1Ah Family 70h model
` [PATCH v2 7/8] platform/x86/amd/pmc: Add STB support for AMD Desktop variants
` [PATCH v2 8/8] MAINTAINERS: Change AMD PMF driver status to "Supported"

[PATCH 00/16] AMD NB and SMN rework
 2024-10-31 19:15 UTC  (28+ messages)
` [PATCH 02/16] x86/amd_nb: Restrict init function to AMD-based systems
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
              ` [PATCH] x86/cpufeature: Document cpu_feature_enabled() as the default to use
` [PATCH 05/16] x86/amd_nb: Simplify function 4 search
` [PATCH 06/16] x86/amd_nb: Simplify root device search

[PATCH 00/16] AMD NB and SMN rework
 2024-10-31 16:22 UTC  (3+ messages)

[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
 2024-10-31 15:19 UTC  (6+ messages)

[PATCH v11 0/5] Dell AWCC platform_profile support
 2024-10-31  9:34 UTC  (11+ messages)
` [PATCH v11 1/5] alienware-wmi: fixed indentation and clean up
` [PATCH v11 2/5] alienware-wmi: alienware_wmax_command() is now input size agnostic
` [PATCH v11 3/5] alienware-wmi: added platform profile support
` [PATCH v11 4/5] alienware-wmi: added force module parameters
` [PATCH v11 5/5] alienware-wmi: WMAX interface documentation

[PATCH 1/2] dell-smbios-base: Extends support to Alienware products
 2024-10-30 20:40 UTC  (11+ messages)
` [PATCH 2/2] dell-wmi-base: Handle Win-key Lock/Unlock events

[PATCH] platform/x86/amd/hsmp: mark hsmp_msg_desc_table[] as maybe_unused
 2024-10-30 17:17 UTC  (5+ messages)

[PATCH v6 0/9] platform/x86: introduce asus-armoury driver
 2024-10-30 15:17 UTC  (10+ messages)
` [PATCH v6 3/9] platform/x86: asus-armoury: move existing tunings to asus-armoury module
` [PATCH v6 8/9] platform/x86: asus-armoury: add core count control

[PATCH v2 00/15] Add support for binding ACPI platform profile to multiple drivers
 2024-10-30 14:08 UTC  (11+ messages)
` [PATCH v2 05/15] ACPI: platform_profile: Move sanity check out of the mutex
` [PATCH v2 11/15] ACPI: platform_profile: Set profile for all registered handlers

[PATCH v2 1/3] acpi: make EC support compile-time conditional
 2024-10-30 12:40 UTC  (4+ messages)

[PATCH v10 0/5] Dell AWCC platform_profile support
 2024-10-30  0:03 UTC  (11+ messages)
` [PATCH v10 3/5] alienware-wmi: added platform profile support
` [PATCH v10 4/5] alienware-wmi: added force module parameters
` [PATCH v10 5/5] alienware-wmi: WMAX interface documentation

[PATCH v5 00/13] Add support for AMD hardware feedback interface
 2024-10-29 19:48 UTC  (6+ messages)
` [PATCH v5 05/13] platform/x86: hfi: Introduce AMD Hardware Feedback Interface Driver
` [PATCH v5 10/13] x86/process: Clear hardware feedback history for AMD processors

[PATCH 0/8] Add support for binding ACPI platform profile to multiple drivers
 2024-10-29 19:10 UTC  (3+ messages)
` [PATCH 1/8] ACPI: platform-profile: Add a name member to handlers

[PATCH 0/8] platform/x86/amd/pmc: Updates to AMD PMC driver
 2024-10-29 15:10 UTC  (6+ messages)
` [PATCH 7/8] platform/x86/amd/pmc: Add STB support for AMD Desktop variants

[PATCH v2] platform/x86: compal-laptop: use sysfs_emit() instead of sprintf()
 2024-10-29 15:02 UTC  (2+ messages)

[PATCH 1/3] platform/x86: wmi: Remove wmi_block_list
 2024-10-29 15:02 UTC  (2+ messages)

[PATCH v2 1/4] platform/x86: think-lmi: improve check if BIOS account security enabled
 2024-10-29 15:02 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