Platform-driver-x86 archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-16 09:27:49 to 2024-02-26 19:36:35 UTC [more...]

[PATCH 1/3] platform/x86: wmi: Ignore duplicated GUIDs in legacy matches
 2024-02-26 19:35 UTC 

[PATCH v2] platform/x86/amd/pmc: Add AMD MP2 STB functionality
 2024-02-26 18:18 UTC  (2+ messages)

[PATCH 0/2] platform/mellanox: mlxbf-pmc: Fix module loading
 2024-02-26 17:07 UTC  (13+ messages)
` [PATCH 1/2] platform/mellanox: mlxbf-pmc: mlxbf_pmc_event_list(): make size ptr optional
` [PATCH 2/2] platform/mellanox: mlxbf-pmc: Ignore unsupported performance blocks

[PATCH] platform/x86/amd/pmf: Fix missing error code in amd_pmf_init_smart_pc()
 2024-02-26 15:35 UTC  (3+ messages)

[PATCH] platform/mellanox: mlxreg-hotplug: Check pointer for NULL before dereferencing it
 2024-02-26 15:15 UTC  (2+ messages)

[PATCH 1/3] platform/x86/intel/vsec: Remove nuisance message
 2024-02-26 15:03 UTC  (9+ messages)
` [PATCH 2/3] platform/x86/intel/pmc/lnl: Remove SSRAM support
` [PATCH 3/3] platform/x86/intel/pmc/arl: Put GNA device in D3

[RFC PATCH 56/73] x86/pvm: Relocate kernel image early in PVH entry
 2024-02-26 14:36 UTC 

[PATCH 0/2] map Fn + R key on newer Yogas and Legions
 2024-02-26 13:27 UTC  (4+ messages)
` [PATCH 1/2] Input: allocate keycode for Fn + R
` [PATCH 2/2] platform/x86: ideapad-laptop: map Fn + R key to KEY_FN_R

[PATCH] platform/x86: dell-privacy: Remove usage of wmi_has_guid()
 2024-02-26 13:27 UTC  (3+ messages)

[PATCH] platform/x86/amd/pmc: Add AMD MP2 STB functionality
 2024-02-26 13:00 UTC  (2+ messages)

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-26 12:12 UTC  (37+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode

[PATCH v3 2/3] power: supply: Add Acer Aspire 1 embedded controller driver
 2024-02-26 10:59 UTC  (5+ messages)

[PATCH v2 1/3] platform/x86/amd/pmf: Add missing __iomem attribute to policy_base
 2024-02-26  6:41 UTC  (5+ messages)
` [PATCH v2 2/3] platform/x86/amd/pmf: Do not use readl() for policy buffer access
` [PATCH v2 3/3] platform/x86: intel_scu_ipcutil: Make scu static

[PATCH v2] platform/x86: Add wmi driver for Casper Excalibur laptops. Odd line breaks was because I have used scripts/Lindent without checking, I'm sorry for that. And for my weird rgb led API: This kind of design was also used in drivers/platform/x86/dell/alienware-wmi.c:239, but mine differs as it doesn't create different attributes for different leds. That is because driver doesn't know how many leds there are, to know how many leds there are it should check processor information (whether it's 10th gen or 11th). I don't think include/linux/mod_devicetable.h supports that. If there is a way to differentiate cpus, please let me know. And even if it knew how many leds there are, having different attributes can be cumbersome because there's no way of reading leds. And also user can change led state without notifying os (with some hotkey). But I'm open to further discussion. And thanks for all of your careful reviewing. It helped me to learn more
 2024-02-23 10:14 UTC  (4+ messages)
` [PATCH v2] platform/x86: Add wmi driver for Casper Excalibur laptops.

[PATCH net-next v5 0/9] Enable SGMII and 2500BASEX interface mode switching for Intel platforms
 2024-02-23  6:58 UTC  (4+ messages)
` [PATCH net-next v5 1/9] net: phylink: provide mac_get_pcs_neg_mode() function

[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-23  6:17 UTC  (2+ messages)

[GIT PULL] platform-drivers-x86 for 6.8-3
 2024-02-22 19:51 UTC  (2+ messages)

[PATCH] Add wmi driver support for Casper Excalibur laptops
 2024-02-22 10:32 UTC  (6+ messages)

[PATCH 1/3] platform/x86/amd/pmf: Add missing __iomem attribute to policy_base
 2024-02-21 22:47 UTC  (4+ messages)
` [PATCH 2/3] platform/x86/amd/pmf: Do not use readl() for policy buffer access
` [PATCH 3/3] platform/x86: intel_scu_ipcutil: Make scu static

[PATCH v2 0/5] platform/x86: wmi: Fixes for event data handling
 2024-02-21  3:21 UTC  (10+ messages)
` [PATCH v2 1/5] platform/x86: wmi: Prevent incompatible event driver from probing
` [PATCH v2 2/5] platform/x86: wmi: Check if event data is not NULL
` [PATCH v2 3/5] platform/x86: wmi: Always evaluate _WED when receiving an event
` [PATCH v2 4/5] platform/x86: wmi: Update documentation regarding _WED
` [PATCH v2 5/5] Revert "platform/x86: asus-wmi: Support WMI event queue"

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters

[PATCH v2] platform/x86/amd/hsmp: Add CONFIG_ACPI dependency
 2024-02-20 13:36 UTC  (8+ messages)
` [PATCH v2] platform/x86/amd/hsmp: Remove NULL dereferencing code

[PATCH] platform/x86: acer-wmi: Add predator_v4 module parameter
 2024-02-20  8:04 UTC 

[PATCH] platform/x86: acer-wmi: Add support for Acer PH16-71
 2024-02-20  5:52 UTC 

[PATCH v2 0/3] KTD2026 indicator LED for X86 Xiaomi Pad2
 2024-02-20  4:34 UTC  (11+ messages)
` [PATCH v2 1/3] platform: x86-android-tablets: other: Add swnode for Xiaomi pad2 indicator LED
` [PATCH v2 2/3] leds: rgb: leds-ktd202x: Get device properties through fwnode to support ACPI
` [PATCH v2 3/3] leds: rgb: leds-ktd202x: Skip regulator settings for Xiaomi pad2

[PATCH] platform/x86: thinkpad_acpi: Only update profile if successfully converted
 2024-02-19 15:24 UTC  (4+ messages)

[PATCH] platform/x86: intel-vbtn: Stop calling "VBDL" from notify_handler
 2024-02-19 12:56 UTC  (2+ messages)

[PATCH 0/4] platform/x86: x86-android-tablets: 2 regression fixes
 2024-02-19 12:53 UTC  (11+ messages)
` [PATCH 1/4] platform/x86: x86-android-tablets: Fix keyboard touchscreen on Lenovo Yogabook1 X90
` [PATCH 2/4] platform/x86: Add new get_serdev_controller() helper
` [PATCH 3/4] platform/x86: x86-android-tablets: Fix serdev instantiation no longer working
` [PATCH 4/4] platform/x86: x86-android-tablets: Fix acer_b1_750_goodix_gpios name

[PATCH] platform/x86: ideapad-laptop: support Fn+R dual-function key
 2024-02-19 12:51 UTC  (4+ messages)

[PATCH] platform/x86/amd/pmf: Fix a potential race with policy binary sideload
 2024-02-19 12:40 UTC  (2+ messages)

[PATCH v2 0/2] AMD PMF Smart PC error handling cleanups
 2024-02-19 12:38 UTC  (5+ messages)
` [PATCH v2 1/2] platform/x86/amd/pmf: Add debugging message for missing policy data
` [PATCH v2 2/2] platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc()

[PATCH] platform/x86/amd/pmf: Fix a suspend hang on Framework 13
 2024-02-19 12:37 UTC  (5+ messages)

[PATCH v3 1/2] platform/x86/amd/pmf: remove smart_pc_status enum
 2024-02-19 12:30 UTC  (8+ messages)
` [PATCH v3 2/2] platform/x86/amd/pmf: Fix TEE enact command failure after suspend and resume

[RFC PATCH] platform/x86/fujitsu-laptop: Add battery charge control support
 2024-02-19 12:06 UTC  (9+ messages)
` [RFC PATCH v2] "
  ` [RFC PATCH v3] "
    ` [PATCH v4] "

[PATCH 0/5] platform/x86: wmi: Fixes for event data handling
 2024-02-19 11:57 UTC  (5+ messages)
` [PATCH 2/5] platform/x86: wmi: Check if event data is not NULL

[PATCH v2 0/6] i2c-i801 / dell-smo8800: Move instantiation of lis3lv02d i2c_client from i2c-i801 to dell-smo8800
 2024-02-19 11:52 UTC  (6+ messages)
` [PATCH v2 2/6] platform/x86: "

[PATCH v2 1/2] platform/x86: thinkpad_acpi: Simplify thermal mode checking
 2024-02-19 11:44 UTC  (3+ messages)
` [PATCH v2 2/2] platform/x86: thinkpad_acpi: Fix to correct wrong temp reporting on some ThinkPads

[PATCH 1/2] platform/x86: touchscreen_dmi: Allow partial (prefix) matches for ACPI names
 2024-02-19 11:42 UTC  (3+ messages)

[PATCH] platform/x86: intel: int0002_vgpio: Pass IRQF_ONESHOT to request_irq()
 2024-02-19 11:37 UTC  (2+ messages)

[PATCH] platform/x86: think-lmi: Fix password opcode ordering for workstations
 2024-02-19 11:36 UTC  (2+ messages)

[PATCH 0/2] AMD PMF Smart PC error handling cleanups
 2024-02-18 11:01 UTC  (5+ messages)
` [PATCH 1/2] platform/x86/amd/pmf: Add debugging message for missing policy data
` [PATCH 2/2] platform/x86/amd/pmf: Fixup error handling for amd_pmf_init_smart_pc()

6.8-rc: system freezes after resuming from suspend
 2024-02-17 16:57 UTC  (4+ messages)

[PATCH v6 1/5] drm: Stop using `select ACPI_VIDEO` in all drivers
 2024-02-17  9:51 UTC  (7+ messages)

platform/x86: intel-vbtn: 14c200b7ca46 breaks suspend on Thinkpad X1 Tablet Gen2
 2024-02-16 20:32 UTC  (4+ messages)


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).