Platform-driver-x86 archive mirror
 help / color / mirror / Atom feed
 messages from 2026-04-02 08:29:39 to 2026-04-07 13:59:58 UTC [more...]

[PATCH v2 0/4] platform/x86: x86-android-tablets: use real firmware node references with intel drivers
 2026-04-07 13:59 UTC  (23+ messages)
` [PATCH v2 1/4] software node: return -ENXIO when referenced swnode is not registered yet
` [PATCH v2 2/4] gpio: swnode: defer probe on references to unregistered software nodes
` [PATCH v2 3/4] ACPI: bus: export the acpi_bus_type symbol
` [PATCH v2 4/4] platform/x86: x86-android-tablets: enable fwnode matching of GPIO chips

[PATCH V2 00/17] Add ACPI-based PMT discovery support for Intel PMC
 2026-04-07 13:33 UTC  (19+ messages)
` [PATCH V2 03/17] platform/x86/intel/pmt/telemetry: Move overlap check to post-decode hook
` [PATCH V2 04/17] platform/x86/intel/pmt: Move header decode into common helper
` [PATCH V2 05/17] platform/x86/intel/pmt: Pass discovery index instead of resource
` [PATCH V2 06/17] platform/x86/intel/pmt: Unify header fetch and add ACPI source
` [PATCH V2 07/17] platform/x86/intel/pmc: Add PMC SSRAM Kconfig description
` [PATCH V2 08/17] platform/x86/intel/pmc: Add ACPI PWRM telemetry driver for Nova Lake S
` [PATCH V2 10/17] platform/x86/intel/pmc/ssram: Use fixed-size static pmc array
` [PATCH V2 11/17] platform/x86/intel/pmc/ssram: Refactor DEVID/PWRMBASE extraction into helper
` [PATCH V2 14/17] platform/x86/intel/pmc/ssram_telemetry: Fix cleanup pattern for __free() variables

[PATCH v4 0/2] driver core: make references to unregistered software nodes a special case
 2026-04-07 13:27 UTC  (3+ messages)
` [PATCH v4 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v4 2/2] gpio: swnode: defer probe on references to unregistered software nodes

[PATCH 0/4] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-04-07 10:43 UTC  (5+ messages)
` [PATCH 4/4] arm64: dts: qcom: x1e80100-dell-xps13-9345: introduce EC

[PATCH v9 0/2] Add TPS68470 power supply support for ov13b10 sensor
 2026-04-07 10:23 UTC  (4+ messages)
` [PATCH v9 1/2] platform/x86: int3472: Add TPS68470 board data for Intel nvl
` [PATCH v9 2/2] media: ov13b10: Support multiple regulators

[PATCH v1] platform/x86: thinkpad_acpi: Drop ACPI driver registration
 2026-04-07 10:21 UTC  (2+ messages)

[GIT PULL]: tools/power/x86/intel-speed-select pull request for 7.1-rc1
 2026-04-07 10:16 UTC  (2+ messages)

[PATCH v1 0/4] platform/x86: asus: Bind drivers to platform devices instead of ACPI ones
 2026-04-07  9:49 UTC  (3+ messages)
` [PATCH v1 4/4] platform/x86: asus-wireless: Convert ACPI driver to a platform one

[PATCH v3 0/5] platform/x86: hp-wmi: Victus S fan control fixes
 2026-04-07  8:07 UTC  (8+ messages)
` [PATCH v3 1/5] platform/x86: hp-wmi: fix ignored return values in fan settings
` [PATCH v3 2/5] platform/x86: hp-wmi: avoid cancel_delayed_work_sync from work handler
` [PATCH v3 3/5] platform/x86: hp-wmi: use mod_delayed_work to reset keep-alive timer
` [PATCH v3 4/5] platform/x86: hp-wmi: fix u8 underflow in gpu_delta calculation
` [PATCH v3 5/5] platform/x86: hp-wmi: add locking for concurrent hwmon access

[PATCH v3 0/2] driver core: make references to unregistered software nodes a special case
 2026-04-07  7:04 UTC  (6+ messages)
` [PATCH v3 1/2] software node: return -ENOTCONN when referenced swnode is not registered yet
` [PATCH v3 2/2] gpio: swnode: defer probe on references to unregistered software nodes

[PATCH v2] platform/x86: samsung-galaxybook: Handle ACPI hotkey notifications
 2026-04-07  6:39 UTC  (6+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH 0/6] platform/wmi: Use WMI driver core for size checks
 2026-04-06 20:32 UTC  (7+ messages)
` [PATCH 1/6] platform/wmi: Add wmidev_invoke_procedure()
` [PATCH 2/6] platform/wmi: Convert drivers to use wmidev_invoke_procedure()
` [PATCH 3/6] platform/wmi: Prepare to reject undersized unmarshalling results
` [PATCH 4/6] platform/wmi: Extend wmidev_invoke_method() to reject undersized data
` [PATCH 5/6] platform/wmi: Extend wmidev_query_block() "
` [PATCH 6/6] platform/wmi: Replace .no_notify_data with .min_event_size

[PATCH v8 00/16] platform-x86: lenovo-wmi: Add fixes and enhancement
 2026-04-06 20:14 UTC  (17+ messages)
` [PATCH v8 01/16] platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()
` [PATCH v8 02/16] platform/x86: lenovo-wmi-other: Balance IDA id allocation and free
` [PATCH v8 03/16] platform/x86: lenovo-wmi-other: Balance component bind and unbind
` [PATCH v8 04/16] platform/x86: lenovo-wmi-other: Zero initialize WMI arguments
` [PATCH v8 05/16] platform/x86: lenovo-wmi-other: Fix tunable_attr_01 struct members
` [PATCH v8 06/16] platform/x86: lenovo-wmi-other: Limit adding attributes to supported devices
` [PATCH v8 07/16] platform/x86: lenovo: Decouple lenovo-wmi-gamezone and lenovo-wmi-other
` [PATCH v8 08/16] platform/x86: lenovo-wmi-helpers: Move gamezone enums to wmi-helpers
` [PATCH v8 09/16] platform/x86: lenovo-wmi-other: Move LWMI_FAN_DIV
` [PATCH v8 10/16] platform/x86: lenovo-wmi-other: Add lwmi_attr_id() function
` [PATCH v8 11/16] platform/x86: lenovo-wmi-other: Add missing CPU tunable attributes
` [PATCH v8 12/16] platform/x86: lenovo-wmi-other: Add GPU "
` [PATCH v8 13/16] platform/x86: lenovo-wmi-other: Rename LWMI_OM_FW_ATTR_BASE_PATH
` [PATCH v8 14/16] platform/x86: lenovo-wmi-other: Add WMI battery charge limiting
` [PATCH v8 15/16] platform/x86: lenovo-wmi-helpers: Add helper for creating per-device debugfs dir
` [PATCH v8 16/16] platform/x86: lenovo-wmi-capdata: Add debugfs file for dumping capdata

[PATCH 0/6] platform/x86: uniwill-laptop: Charging-related improvements
 2026-04-06 19:36 UTC  (7+ messages)
` [PATCH 1/6] platform/x86: uniwill-laptop: Properly initialize charging threshold
` [PATCH 2/6] platform/x86: uniwill-laptop: Accept charging threshold of 0
` [PATCH 3/6] platform/x86: uniwill-laptop: Fix behavior of "force" module param
` [PATCH 4/6] platform/x86: uniwill-laptop: Rework FN lock/super key suspend handling
` [PATCH 5/6] platform/x86: uniwill-laptop: Mark EC_ADDR_OEM_4 as volatile
` [PATCH 6/6] platform/x86: uniwill-laptop: Add support for battery charge modes

[PATCH v7 00/16] platform-x86: lenovo-wmi: Add fixes and enhancement
 2026-04-06 19:23 UTC  (18+ messages)
` [PATCH v7 06/16] platform/x86: lenovo-wmi-other: Limit adding attributes to supported devices
` [PATCH v7 08/16] platform/x86: lenovo-wmi-helpers: Move gamezone enums to wmi-helpers
` [PATCH v7 10/16] platform/x86: lenovo-wmi-other: Add lwmi_attr_id() function
` [PATCH v7 11/16] platform/x86: lenovo-wmi-other: Add missing CPU tunable attributes
` [PATCH v7 12/16] platform/x86: lenovo-wmi-other: Add GPU "

[PATCH v5] platform/x86: hp-wmi: Add multicolor LED support for HP keyboard backlight
 2026-04-06 17:56 UTC  (3+ messages)

[PATCH v6 0/2] Introduce Synology Microp driver
 2026-04-06 15:35 UTC  (7+ messages)
` [PATCH v6 1/2] platform: Add initial synology microp driver
` [PATCH v6 2/2] dt-bindings: embedded-controller: Add synology microp devices

[PATCH v2 0/4] Introduce EC driver for Snapdragon X1E based Dell XPS 13 9345
 2026-04-06 12:32 UTC  (16+ messages)
` [PATCH v2 1/4] dt-bindings: platform: introduce EC for "
` [PATCH v2 2/4] platform: arm64: dell-xps-ec: new driver
` [PATCH v2 3/4] arm64: dts: qcom: hamoa-pmics: define VADC for pmk8550
` [PATCH v2 4/4] arm64: dts: qcom: x1e80100-dell-xps13-9345: introduce EC

[PATCH] platform/x86: oxpec: add support for OneXPlayer Super X
 2026-04-06 10:25 UTC  (2+ messages)
` [PATCH v3] Remove outdated upstream contact note

[PATCH 1/2] pinctrl: intel: platform: Add INTC10B5 ACPI ID for Lunar Lake
 2026-04-05 16:33 UTC  (15+ messages)
` [PATCH 2/2] platform/x86: int3472: Handle GPIO types 0x02 and 0x12 "

[BUG] ASUS ProArt PX13 HN7306WU: amd_pmc s2idle S0ix corrupts AMD 1022:150b root port, NVIDIA dGPU returns header type 7f
 2026-04-05  7:16 UTC  (21+ messages)

[PATCH 00/12] treewide: Convert buses to use generic driver_override
 2026-04-04 19:20 UTC  (10+ messages)
` [PATCH 02/12] bus: fsl-mc: use generic driver_override infrastructure
` (subset) [PATCH 00/12] treewide: Convert buses to use generic driver_override

[PATCH 04/12] hv: vmbus: use generic driver_override infrastructure
 2026-04-04 15:01 UTC  (2+ messages)
` [PATCH v2] Drivers: "

[PATCH] platform/x86: dell_rbu: avoid uninit value usage in packet_size_write()
 2026-04-03 13:42 UTC 

[PATCH v8 0/4] platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)
 2026-04-03 10:27 UTC  (6+ messages)
` [PATCH v8 3/4] platform/x86: int3472: Parameterize LED con_id in registration
` [PATCH v8 4/4] platform/x86: int3472: Add support for GPIO type 0x02 (IR flood LED)

[PATCH] platform/x86: hp-wmi: Ignore backlight and FnLock events
 2026-04-03  8:01 UTC 

[PATCH] platform/x86: barco-p50-gpio: attach software node to its target GPIO device
 2026-04-03  7:30 UTC  (7+ messages)

[PATCH] platform/x86: uniwill-laptop: Fix signedness bug
 2026-04-03  7:09 UTC 

[PATCH] platform/x86: hp-bioscfg: fix heap buffer overflow in security buffer
 2026-04-02 23:32 UTC 

[PATCH v2 0/2] platform/x86/intel-uncore-freq: Expose instance ID in the sysfs
 2026-04-02 19:59 UTC  (3+ messages)
` [PATCH v2 1/2] platform/x86/intel-uncore-freq: Rename instance_id
` [PATCH v2 2/2] platform/x86/intel-uncore-freq: Expose instance ID in the sysfs

[PATCH] platform/x86: asus-wmi: fix camera key led on Zenbook S14
 2026-04-02 18:12 UTC  (2+ messages)

[PATCH v8 0/2] Add TPS68470 power supply support for ov13b10 sensor
 2026-04-02 16:44 UTC  (5+ messages)
` [PATCH v8 1/2] platform/x86: int3472: Add TPS68470 board data for Intel nvl
` [PATCH v8 2/2] media: ov13b10: Support multiple regulators

[PATCH v7 0/2] Add TPS68470 power supply support for ov13b10 sensor
 2026-04-02 10:26 UTC  (5+ messages)
` [PATCH v7 2/2] media: ov13b10: Support multiple regulators

[PATCH v6 00/13] platform-x86: lenovo-wmi: Add fixes and enhancement
 2026-04-02 10:06 UTC  (3+ messages)
` [PATCH 1/3] platform/x86: lenovo-wmi-helpers: Fix memory leak in lwmi_dev_evaluate_int()

[Bug 221311] New: ASUS Zenbook S 16 UM5606WA — Touchpad (ELAN1010) becomes unresponsive due to EC state corruption
 2026-04-02  9:59 UTC  (2+ messages)
` [Bug 221311] "

[PATCH] platform/x86: hp-wmi: add Omen 14-fb0xxx (board 8C58) support
 2026-04-02  9:57 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).