X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2025-09-13 18:34:31 to 2025-09-20 20:07:33 UTC [more...]

[PATCH v4 00/20] x86-android-tablets: convert to use GPIO references + Acer A1-840 support
 2025-09-20 20:07 UTC  (10+ messages)
` [PATCH v4 01/20] platform/x86: x86-android-tablets: convert Goodix devices to GPIO references
` [PATCH v4 02/20] platform/x86: x86-android-tablets: convert Wacom "
` [PATCH v4 03/20] platform/x86: x86-android-tablets: convert HiDeep "
` [PATCH v4 04/20] platform/x86: x86-android-tablets: convert Novatek "
` [PATCH v4 05/20] platform/x86: x86-android-tablets: convert EDT "
` [PATCH v4 06/20] platform/x86: x86-android-tablets: convert int3496 "
` [PATCH v4 07/20] platform/x86: x86-android-tablets: convert wm1502 "
` [PATCH v4 08/20] platform/x86: x86-android-tablets: convert HID-I2C "
` [PATCH v4 09/20] platform/x86: x86-android-tablets: convert Yoga Tab2 fast charger "

[PATCH v3 00/19] x86-android-tablets: convert to use GPIO references + Acer A1-840 support
 2025-09-20 12:57 UTC  (33+ messages)
` [PATCH v3 01/19] platform/x86: x86-android-tablets: convert Goodix devices to GPIO references
` [PATCH v3 02/19] platform/x86: x86-android-tablets: convert Wacom "
` [PATCH v3 03/19] platform/x86: x86-android-tablets: convert HiDeep "
` [PATCH v3 04/19] platform/x86: x86-android-tablets: convert Novatek "
` [PATCH v3 05/19] platform/x86: x86-android-tablets: convert EDT "
` [PATCH v3 06/19] platform/x86: x86-android-tablets: convert int3496 "
` [PATCH v3 07/19] platform/x86: x86-android-tablets: convert wm1502 "
` [PATCH v3 08/19] platform/x86: x86-android-tablets: convert HID-I2C "
` [PATCH v3 09/19] platform/x86: x86-android-tablets: convert Yoga Tab2 fast charger "
` [PATCH v3 10/19] platform/x86: x86-android-tablets: remove support for GPIO lookup tables
` [PATCH v3 11/19] platform/x86: x86-android-tablets: convert gpio_keys devices to GPIO references
` [PATCH v3 12/19] platform/x86: x86-android-tablets: replace bat_swnode with swnode_group
` [PATCH v3 13/19] platform/x86: x86-android-tablets: use swnode_group instead of manual registering
` [PATCH v3 14/19] platform/x86: x86-android-tablets: Update my email address
` [PATCH v3 15/19] platform/x86: x86-android-tablets: Move Acer info to its own file
` [PATCH v3 16/19] platform/x86: x86-android-tablets: Add support for Acer A1-840 tablet
` [PATCH v3 17/19] platform/x86: x86-android-tablets: Simplify lenovo_yoga_tab2_830_1050_exit()
` [PATCH v3 18/19] platform/x86: x86-android-tablets: Fix modules lists for Lenovo devices
` [PATCH v3 19/19] platform/x86: x86-android-tablets: Stop using EPROBE_DEFER

[PATCH v2 00/11] x86-android-tablets: convert to use GPIO references
 2025-09-20 12:53 UTC  (4+ messages)

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-20 10:21 UTC  (30+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH 1/2] platform/x86/amd/pmf: Rename ipu fields to npu in smu_pmf_metrics_v2 structure
 2025-09-19 20:26 UTC  (5+ messages)
` [PATCH 2/2] platform/x86/amd/pmf: Introduce new interface to export NPU metrics

[PATCH v3 0/3] platform/mellanox: Add mlxbf_pka driver for BlueField DPU
 2025-09-19 19:51 UTC  (4+ messages)
` [PATCH v3 1/3] platform/mellanox/mlxbf_pka: Add core BlueField PKA platform driver
` [PATCH v3 2/3] platform/mellanox/mlxbf_pka: Add userspace PKA ring device interface
` [PATCH v3 3/3] platform/mellanox/mlxbf_pka: Add TRNG support and hwrng integration

[PATCH v5 0/3] platform: arm64: thinkpad-t14s-ec: new driver
 2025-09-19 14:40 UTC  (5+ messages)
` [PATCH v5 1/3] dt-bindings: platform: Add Lenovo Thinkpad T14s EC
` [PATCH v5 2/3] platform: arm64: thinkpad-t14s-ec: new driver
` [PATCH v5 3/3] arm64: dts: qcom: x1e80100-t14s: add EC

[PATCH v2] platform/x86: lg-laptop: Fix WMAB call in fan_mode_store
 2025-09-19 13:50 UTC  (5+ messages)
  ` [PATCH v3] platform/x86: lg-laptop: Fix WMAB call in fan_mode_store()

[PATCH platform-next 0/2] Support for handling interrupt storm
 2025-09-19 12:46 UTC  (5+ messages)
` [PATCH platform-next 1/2] platform_data/mlxreg: Add fields for interrupt storm handling
` [PATCH platform-next 2/2] platform/mellanox: mlxreg-hotplug: Add support for handling interrupt storm

[PATCH] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
 2025-09-19 12:32 UTC  (5+ messages)

[PATCH v2 0/2] platform/x86: asus-wmi: map more keys on ExpertBook B9
 2025-09-19  7:32 UTC  (6+ messages)
` [PATCH v2 1/2] Input: allocate a keycode for Fn+space

[PATCH v3 1/3] input: mouse: trackpoint: Add doubletap enable/disable support
 2025-09-19  1:12 UTC  (5+ messages)

[PATCH v3 0/2] Add support for Uniwill laptop features
 2025-09-18 21:25 UTC  (11+ messages)
` [PATCH v3 1/2] platform/x86: Add Uniwill laptop driver

[GIT PULL] platform-drivers-x86 for v6.17-4
 2025-09-18 16:51 UTC  (2+ messages)

[PATCH v2] platform/x86/dell: Set USTT mode according to BIOS after reboot
 2025-09-18 13:27 UTC  (6+ messages)

[PATCH v2 0/6] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
 2025-09-18  5:49 UTC  (8+ messages)
` [PATCH v2 1/6] ACPI: DPTF: Ignore SoC DTS thermal while scanning
` [PATCH v2 2/6] ACPI: DPTF: Move INT340X device IDs to header
` [PATCH v2 3/6] ACPI: DPTF: Move PCH FIVR "
` [PATCH v2 4/6] ACPI: DPTF: Remove not supported INT340X IDs
` [PATCH v2 5/6] ACPI: platform: Add macro for acpi platform driver
` [PATCH v2 6/6] ACPI: DPTF: Move INT340X enumeration to modules

[Bug 218305] New: Ryzen 7 7840HS gets stuck at 544MHz frequency after a random number of suspend/resume cycles
 2025-09-17 21:49 UTC  (21+ messages)
` [Bug 218305] Ryzen 7 7840HS gets stuck at 544MHz frequency after resuming after unplugging the power cord during sleep

[PATCH] platform/x86: dell-lis3lv02d: Add Latitude E6530
 2025-09-17 19:10 UTC 

[PATCH v1 00/12] ACPI: DPTF: Move INT340X enumeration from DPTF core to thermal drivers
 2025-09-16 20:06 UTC  (7+ messages)
` [PATCH v1 11/12] ACPI: platform: Add macro for acpi platform driver

[PATCH] platform/x86:intel/pmc: Replace dev_warn() with dev_dbg()
 2025-09-16 19:13 UTC 

[PATCH v2] platform/x86/amd/pmc: Add Stellaris Slim Gen6 AMD to spurious 8042 quirks list
 2025-09-16 16:46 UTC 

[PATCH v2 00/15] backlight: Do not include <linux/fb.h> in header file
 2025-09-16 16:05 UTC  (25+ messages)
` [PATCH v2 06/15] backlight: Include <linux/of.h>
` [PATCH v2 07/15] backlight: apple_dwi_bl: Include <linux/mod_devicetable.h>
` [PATCH v2 08/15] backlight: as3711_bl: Include <linux/of.h>
` [PATCH v2 09/15] backlight: da9052_bl: Include <linux/mod_devicetable.h>
` [PATCH v2 10/15] backlight: jornada720: Include <linux/io.h>
` [PATCH v2 11/15] backlight: ktd2801: Include <linux/mod_devicetable.h>
` [PATCH v2 12/15] backlight: led_bl: Include <linux/of.h>
` [PATCH v2 13/15] backlight: rave-sp: Include <linux/of.h> and <linux/mod_devicetable.h>
` [PATCH v2 14/15] backlight: rt4831: Include <linux/mod_devicetable.h>
` [PATCH v2 15/15] backlight: Do not include <linux/fb.h> in header file
` (subset) [PATCH v2 00/15] "

[PATCH] docs: w1: ds2482: fix typo in buses
 2025-09-16 16:02 UTC  (4+ messages)

[PATCH v1] platform/x86: asus-wmi: Re-add extra keys to ignore_key_wlan quirk
 2025-09-16 11:15 UTC  (2+ messages)

[PATCH] platform/x86/dell: Set USTT mode according to BIOS after reboot
 2025-09-16  9:59 UTC  (5+ messages)

[PATCH v5] platform/x86: portwell-ec: Add hwmon support for voltage and temperature
 2025-09-16  9:48 UTC  (2+ messages)

[PATCH] platform/x86/amd/pmf: Support new ACPI ID AMDI0108
 2025-09-16  9:06 UTC  (3+ messages)

[PATCH v2 1/2] platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
 2025-09-16  7:40 UTC  (15+ messages)

[PATCH v2 1/2] platform/x86: asus-wmi: Remove extra keys from ignore_key_wlan quirk
 2025-09-16  6:36 UTC  (3+ messages)

[PATCH] platform/x86/amd/hsmp: Replace amd_num_nodes() with topology_max_packages()
 2025-09-16  4:37 UTC 

[PATCH] Documentation/wmi: Fix Typo in lenovo-wmi-gamezone
 2025-09-15 21:54 UTC  (5+ messages)

[PATCH] Documentation/wmi: Fix Typo Error in doc
 2025-09-15 21:49 UTC  (4+ messages)

[PATCH] docs: wmi: lenovo-wmi-gamezone: fix typo in frequency
 2025-09-15 10:35 UTC  (2+ messages)

[PATCH] platform/x86: lenovo: Reassign KEY_CUT to KEY_SELECTIVE_SCREENSHOT for Ideapad laptops
 2025-09-15 10:11 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