platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-08 21:27:18 to 2022-07-14 21:04:56 UTC [more...]

[PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-07-14 21:04 UTC  (37+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v2 02/29] drm/i915: Don't register backlight when another backlight should be used
` [PATCH v2 03/29] drm/amdgpu: "
` [PATCH v2 04/29] drm/radeon: "
` [PATCH v2 05/29] drm/nouveau: "
` [PATCH v2 06/29] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [PATCH v2 07/29] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [PATCH v2 08/29] ACPI: video: Simplify acpi_video_unregister_backlight()
` [PATCH v2 09/29] ACPI: video: Make backlight class device registration a separate step
` [PATCH v2 10/29] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [PATCH v2 11/29] drm/i915: Call acpi_video_register_backlight() (v2)
` [PATCH v2 12/29] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
` [PATCH v2 13/29] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [PATCH v2 14/29] drm/radeon: Register ACPI video backlight when skipping radeon "
` [PATCH v2 15/29] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [PATCH v2 16/29] ACPI: video: Add Nvidia WMI EC brightness control detection
` [PATCH v2 17/29] ACPI: video: Add Apple GMUX "
` [PATCH v2 18/29] platform/x86: apple-gmux: Stop calling acpi/video.h functions
` [PATCH v2 19/29] platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
` [PATCH v2 20/29] platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
` [PATCH v2 21/29] platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
` [PATCH v2 22/29] platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
` [PATCH v2 23/29] platform/x86: asus-wmi: Move acpi_backlight=native "
` [PATCH v2 24/29] platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] "
` [PATCH v2 25/29] ACPI: video: Remove acpi_video_set_dmi_backlight_type()
` [PATCH v2 26/29] ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
` [PATCH v2 27/29] ACPI: video: Drop Clevo/TUXEDO NL5xRU and NL5xNU acpi_backlight=native quirks
` [PATCH v2 28/29] ACPI: video: Fix indentation of video_detect_dmi_table[] entries
` [PATCH v2 29/29] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel

[PATCH platform-next 0/9] platform/x86: mlx-platform: Extend to support new systems and additional user interfaces
 2022-07-14 21:00 UTC  (11+ messages)
` [PATCH platform-next 1/9] platform/x86: mlx-platform: Make activation of some drivers conditional
` [PATCH platform-next 2/9] platform/x86: mlx-platform: Add cosmetic changes for alignment
` [PATCH platform-next 3/9] platform/x86: mlx-platform: Add support for systems equipped with two ASICs
` [PATCH platform-next 4/9] platform/x86: mlx-platform: Introduce support for COMe NVSwitch management module for Vulcan chassis
` [PATCH platform-next 5/9] platform/x86: mlx-platform: Add support for new system XH3000
` [PATCH platform-next 6/9] platform/x86: mlx-platform: Add COME board revision register
` [PATCH platform-next 7/9] platform/mellanox: mlxreg-io: Add locking for io operations
` [PATCH platform-next 8/9] Documentation/ABI: mlxreg-io: Fix contact info
` [PATCH platform-next 9/9] Documentation/ABI: Add new attributes for mlxreg-io sysfs interfaces

[PATCH 1/1] platform/x86: asus-wmi: Add mic-mute LED classdev support
 2022-07-14 20:04 UTC  (13+ messages)
        ` [PATCH v2 "
                ` [PATCH v3 "

[PATCH] MAINTAINERS: repair file entry in MICROSOFT SURFACE AGGREGATOR TABLET-MODE SWITCH
 2022-07-14 19:49 UTC  (4+ messages)

[PATCH 0/1] ACPI: video: Fix acpi_video_handles_brightness_key_presses()
 2022-07-14 16:47 UTC  (3+ messages)
` [PATCH] "

[Bug 216230] New: "irq9: nobody cared" on Thinkpad T14 Gen1 (AMD) when s2idle is enabled
 2022-07-14 13:48 UTC  (26+ messages)
` [Bug 216230] "

[PATCH v6 00/12] platform/x86: introduce p2sb_bar() helper
 2022-07-14 12:10 UTC  (15+ messages)

input/i8042: Malfunctioning brightness keys on HP Elite Dragonfly G2
 2022-07-14  9:22 UTC  (11+ messages)

[Bug 215075] New: BUG: scheduling while atomic: cpuhp/1/21/0x00000002 when going out of sleep S3 state
 2022-07-13 11:28 UTC  (3+ messages)
` [Bug 215075] "

[PATCH v1 00/15] platform/x86/amd/pmf: Introduce AMD PMF Driver
 2022-07-12 15:03 UTC  (17+ messages)
` [PATCH v1 01/15] ACPI: platform_profile: Add support for notification chains
` [PATCH v1 02/15] platform/x86/amd/pmf: Add support for PMF core layer
` [PATCH v1 03/15] platform/x86/amd/pmf: Add support for PMF APCI layer
` [PATCH v1 04/15] platform/x86/amd/pmf: Add support SPS PMF feature
` [PATCH v1 05/15] platform/x86/amd/pmf: Add debugfs information
` [PATCH v1 06/15] platform/x86/amd/pmf: Add heartbeat signal support
` [PATCH v1 07/15] platform/x86/amd/pmf: Add fan control support
` [PATCH v1 08/15] platform/x86/amd/pmf: Get performance metrics from PMFW
` [PATCH v1 09/15] platform/x86/amd/pmf: Add support for CnQF
` [PATCH v1 10/15] platform/x86/amd/pmf: Add sysfs to toggle CnQF
` [PATCH v1 11/15] Documentation/ABI/testing/sysfs-amd-pmf: Add ABI doc for AMD PMF
` [PATCH v1 12/15] platform/x86/amd/pmf: Add support for Auto mode feature
` [PATCH v1 13/15] platform/x86/amd/pmf: Handle AMT and CQL events for Auto mode
` [PATCH v1 14/15] platform/x86/amd/pmf: Force load driver on older supported platforms
` [PATCH v1 15/15] MAINTAINERS: Add AMD PMF driver entry

[Bug 215993] New: Serial Bus Multi Instantiate driver fails to allocate SPI device CSC3551:00
 2022-07-11 19:55 UTC  (13+ messages)
` [Bug 215993] "

WMI driver duplicate UUID
 2022-07-11 17:29 UTC  (4+ messages)

[PATCH] platform/x86/intel/ifs: Allow non-default names for IFS image
 2022-07-10 20:00 UTC  (14+ messages)
            ` [PATCH 0/2] Two fixes for IFS
              ` [PATCH 1/2] Documentation: Correct IFS reload documentation
              ` [PATCH 2/2] platform/x86/intel/ifs: return error on load failure

[PATCH] platform/x86: intel_atomisp2_led: Also turn off the always-on camera LED on the Asus T100TAF
 2022-07-10 18:53 UTC  (4+ messages)

[PATCH v2] platform/x86/intel/ifs: Allow non-default names for IFS image
 2022-07-10 18:12 UTC  (6+ messages)

[PATCH v2 1/6] platform/x86: serial-multi-instantiate: Improve autodetection
 2022-07-10 16:14 UTC  (7+ messages)
` [PATCH v2 2/6] platform/x86: serial-multi-instantiate: Drop duplicate check
` [PATCH v2 3/6] platform/x86: serial-multi-instantiate: Improve dev_err_probe() messaging
` [PATCH v2 4/6] platform/x86: serial-multi-instantiate: Use while (i--) pattern to clean up
` [PATCH v2 5/6] platform/x86: serial-multi-instantiate: Get rid of redundant 'else'
` [PATCH v2 6/6] platform/x86: serial-multi-instantiate: Sort ACPI IDs by HID

[PATCH v2 1/1] platform/x86: asus-wmi: Add key mappings
 2022-07-10 15:46 UTC  (3+ messages)

[PATCH] platform/x86/intel/ifs: Mark as BROKEN
 2022-07-10 15:38 UTC  (3+ messages)

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-07-10 15:30 UTC  (2+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[PATCH 0/2] Fix 2 5.19 power-off regressions caused by sys-off-handler work
 2022-07-10 15:27 UTC  (5+ messages)
` [PATCH 2/2] efi: Fix efi_power_off() not being run before acpi_power_off() when necessary

[PATCH] platform/x86: gigabyte-wmi: add support for B660I AORUS PRO DDR4
 2022-07-10 15:22 UTC  (2+ messages)

[PATCH v1 1/7] platform/x86: serial-multi-instantiate: return -ENOENT when no resources found
 2022-07-09 14:46 UTC  (14+ messages)
` [PATCH v1 2/7] platform/x86: serial-multi-instantiate: Improve autodetection
` [PATCH v1 3/7] platform/x86: serial-multi-instantiate: Drop duplicate check
` [PATCH v1 4/7] platform/x86: serial-multi-instantiate: Improve dev_err_probe() messaging
` [PATCH v1 5/7] platform/x86: serial-multi-instantiate: Use while (i--) pattern to clean up
` [PATCH v1 6/7] platform/x86: serial-multi-instantiate: Get rid of redundant 'else'
` [PATCH v1 7/7] platform/x86: serial-multi-instantiate: Sort ACPI IDs by HID

[PATCH v1 1/5] ACPI: utils: Introduce acpi_match_video_device_handle() helper
 2022-07-08 21:31 UTC  (5+ 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 NNTP newsgroup(s).