X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2024-12-24 13:10:12 to 2025-01-02 16:07:37 UTC [more...]

[PATCH v2 00/20] alienware-wmi driver rework
 2025-01-02 16:07 UTC  (25+ messages)
` [PATCH v2 01/20] alienware-wmi: Remove unnecessary check at module exit
` [PATCH v2 02/20] alienware-wmi: Move Lighting Control State
` [PATCH v2 03/20] alienware-wmi: Modify parse_rgb() signature
` [PATCH v2 04/20] alienware-wmi: Improve hdmi_mux, amplifier and deepslp group creation
` [PATCH v2 05/20] alienware-wmi: Improve rgb-zones "
` [PATCH v2 06/20] alienware_wmi: General cleanup of WMAX methods
` [PATCH v2 07/20] alienware-wmi: Add a state container for LED control feature
` [PATCH v2 08/20] alienware-wmi: Add WMI Drivers
` [PATCH v2 09/20] alienware-wmi: Add a state container for thermal control methods
` [PATCH v2 10/20] alienware-wmi: Refactor LED "
` [PATCH v2 11/20] alienware-wmi: Refactor hdmi, amplifier, deepslp methods
` [PATCH v2 12/20] alienware-wmi: Refactor thermal control methods
` [PATCH v2 13/20] alienware-wmi: Split DMI table
` [PATCH v2 14/20] MAINTAINERS: Update ALIENWARE WMI DRIVER entry
` [PATCH v2 15/20] platform/x86: Rename alienware-wmi.c
` [PATCH v2 16/20] platform/x86: Add alienware-wmi.h
` [PATCH v2 17/20] platform-x86: Split the alienware-wmi driver
` [PATCH v2 18/20] platform/x86: dell: Modify Makefile alignment
` [PATCH v2 19/20] platform/x86: Update alienware-wmi config entries
` [PATCH v2 20/20] alienware-wmi: Update header and module information

[PATCH v2] Input: i8042 - Add support for platform filter contexts
 2025-01-02 15:28 UTC  (2+ messages)

[PATCH v2 0/4] platform/x86: Add Lenovo Gaming Series WMI Drivers
 2025-01-02  9:33 UTC  (11+ messages)
` [PATCH v2 1/4] platform/x86: Add lenovo-wmi drivers Documentation
` [PATCH v2 2/4] platform/x86: Add Lenovo GameZone WMI Driver
` [PATCH v2 3/4] platform/x86: Add Lenovo Capability Data 01 "
` [PATCH v2 4/4] platform/x86: Add Lenovo Other Mode "

[PATCH] platform/x86: acer-wmi: improve platform profile handling
 2025-01-02  6:50 UTC  (6+ messages)

acer-wmi: Nitro button doesn't produce a WMI event
 2025-01-02  6:18 UTC  (19+ messages)

[PATCH] docs: platform/x86: wmi: mention tool for invoking WMI methods
 2025-01-01 18:52 UTC  (2+ messages)

[PATCH v5] platform/x86: lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
 2025-01-01 12:45 UTC  (2+ messages)

[PATCH 0/5] platform: arm64: Huawei Matebook E Go embedded controller
 2025-01-01 11:27 UTC  (46+ messages)
` [PATCH 1/5] dt-bindings: platform: Add Huawei Matebook E Go EC
` [PATCH 2/5] platform: arm64: add Huawei Matebook E Go (sc8280xp) EC driver
` [PATCH 3/5] usb: typec: ucsi: add Huawei Matebook E Go (sc8280xp) ucsi driver
` [PATCH 4/5] power: supply: add Huawei Matebook E Go (sc8280xp) psy driver
` [PATCH 5/5] arm64: dts: qcom: gaokun3: Add Embedded Controller node

[PATCH v2 0/2] Device managed platform_profile_register()
 2024-12-31 15:53 UTC  (6+ messages)
` [PATCH v2 1/2] ACPI: platform_profile: Add devm_platform_profile_register()
` [PATCH v2 2/2] alienware-wmi: Use devm_platform_profile_register()

[PATCH v4] platform/x86: lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
 2024-12-31 15:19 UTC  (2+ messages)

amdgpu 4k@120Hz / HDMI 2.1
 2024-12-31 12:42 UTC  (9+ messages)

[GIT PULL] platform-drivers-x86 for v6.13-4
 2024-12-30 19:25 UTC  (2+ messages)

[PATCH v4] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-30 17:50 UTC  (2+ messages)

[PATCH v3] platform/x86: lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
 2024-12-30 14:59 UTC  (2+ messages)

[PATCH 0/1] platform/x86: Add Lenovo Legion WMI Drivers
 2024-12-30 13:41 UTC  (17+ messages)
` [PATCH 1/1] platform/x86: Add lenovo-legion-wmi drivers

[PATCH v2] ALSA: hda: Support for Ideapad hotkey mute LEDs
 2024-12-30  0:33 UTC  (3+ messages)
  ` [External] "

[PATCH] platform/x86/amd/pmc: Only disable IRQ1 wakeup where i8042 actually enabled it
 2024-12-29 17:36 UTC  (7+ messages)

[PATCH] platform/x86: thinkpad-acpi: Add support for hotkey 0x1401
 2024-12-29 15:44 UTC  (3+ messages)

[PATCH v2] platform/x86: hp-wmi: mark 8A15 board for timed OMEN thermal profile
 2024-12-29 15:43 UTC  (2+ messages)

[PATCH v3 0/3] Add Arrow Lake U/H support
 2024-12-29 15:23 UTC  (5+ messages)
` [PATCH v3 2/3] platform/x86:intel/pmc: Create generic_core_init() for all platforms

[PATCH v2] platform/x86: lenovo-wmi-camera: Use SW_CAMERA_LENS_COVER instead of KEY_CAMERA_ACESS
 2024-12-29  0:48 UTC  (2+ messages)

[PATCH 00/20] alienware-wmi driver rework
 2024-12-29  0:32 UTC  (61+ messages)
` [PATCH 01/20] alienware-wmi: Remove unnecessary check at module exit
` [PATCH 02/20] alienware-wmi: Move Lighting Control State
` [PATCH 03/20] alienware-wmi: Modify parse_rgb() signature
` [PATCH 04/20] alienware-wmi: Improve hdmi_mux, amplifier and deepslp group creation
` [PATCH 05/20] alienware-wmi: Improve rgb-zones "
` [PATCH 06/20] alienware_wmi: Clean variable declaration in thermal methods
` [PATCH 07/20] alienware-wmi: Add a state container for LED control feature
` [PATCH 08/20] alienware-wmi: Add WMI Drivers
` [PATCH 09/20] alienware-wmi: Add a state container for thermal control methods
` [PATCH 10/20] alienware-wmi: Refactor LED "
` [PATCH 11/20] alienware-wmi: Refactor hdmi, amplifier, deepslp methods
` [PATCH 12/20] alienware-wmi: Refactor thermal control methods
` [PATCH 13/20] alienware-wmi: Split DMI table
` [PATCH 14/20] MAINTAINERS: Update ALIENWARE WMI DRIVER entry
` [PATCH 15/20] platform/x86: Rename alienware-wmi.c
` [PATCH 16/20] platform/x86: Add alienware-wmi.h
` [PATCH 17/20] platform-x86: Split the alienware-wmi driver
` [PATCH 18/20] platform/x86: dell: Modify Makefile alignment
` [PATCH 19/20] platform/x86: Update alienware-wmi config entries
` [PATCH 20/20] alienware-wmi: Update header and module information

[RFC PATCH] platform/x86: acer-wmi: Add helper functions for misc gaming settings
 2024-12-29  0:13 UTC 

[PATCH 0/1] platform/x86: Add Lenovo Legion WMI Drivers
 2024-12-27 23:18 UTC  (5+ messages)

[PATCH v3] platform/x86: samsung-galaxybook: Add samsung-galaxybook driver
 2024-12-26 23:35 UTC  (8+ messages)

[PATCH] platform/x86: hp-wmi: mark 8A15 board for timed OMEN thermal profile
 2024-12-26  6:13 UTC  (4+ messages)

[PATCH 1/2] platform/x86: ideapad-laptop: Support for mic and audio leds
 2024-12-25  5:03 UTC  (5+ messages)
  ` [External] "
      ` [External] Re: [PATCH 1/2] platform/x86: ideapad-laptop: Supportfor "


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