platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-09-22 15:45:24 to 2022-10-07 23:44:19 UTC [more...]

[PATCH RFC v2 0/2] Quickstart buttons driver and Toshiba Z830
 2022-10-07 23:44 UTC  (13+ messages)
` [PATCH RFC v2 1/2] platform/x86: quickstart: Add ACPI quickstart button (PNP0C32) driver
` [PATCH v2 2/2] platform/x86: toshiba_acpi: Add quirk for buttons on Z830

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-10-07 15:53 UTC  (3+ messages)
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t with crypto capabilities

Issue with toshiba fan sensors & missing feedback on patch
 2022-10-07 12:51 UTC  (3+ messages)

[PATCH v8 00/29] Rework the trip points creation
 2022-10-06 16:25 UTC  (38+ messages)
  ` [PATCH v8 01/29] thermal/core: Add a generic thermal_zone_get_trip() function
  ` [PATCH v8 02/29] thermal/sysfs: Always expose hysteresis attributes
  ` [PATCH v8 03/29] thermal/core: Add a generic thermal_zone_set_trip() function
  ` [PATCH v8 04/29] thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions
  ` [PATCH v8 05/29] thermal/of: Use generic thermal_zone_get_trip() function
  ` [PATCH v8 06/29] thermal/of: Remove unused functions
  ` [PATCH v8 07/29] thermal/drivers/exynos: Use generic thermal_zone_get_trip() function
  ` [PATCH v8 08/29] thermal/drivers/exynos: of_thermal_get_ntrips()
  ` [PATCH v8 09/29] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()
  ` [PATCH v8 10/29] thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
  ` [PATCH v8 11/29] thermal/drivers/uniphier: "
  ` [PATCH v8 12/29] thermal/drivers/hisi: "
  ` [PATCH v8 13/29] thermal/drivers/qcom: "
  ` [PATCH v8 14/29] thermal/drivers/armada: "
  ` [PATCH v8 15/29] thermal/drivers/rcar_gen3: Use the generic function to get the number of trips
  ` [PATCH v8 16/29] thermal/of: Remove of_thermal_get_ntrips()
  ` [PATCH v8 17/29] thermal/of: Remove of_thermal_is_trip_valid()
  ` [PATCH v8 18/29] thermal/of: Remove of_thermal_set_trip_hyst()
  ` [PATCH v8 19/29] thermal/of: Remove of_thermal_get_crit_temp()
  ` [PATCH v8 20/29] thermal/drivers/st: Use generic trip points
  ` [PATCH v8 21/29] thermal/drivers/imx: Use generic thermal_zone_get_trip() function
  ` [PATCH v8 22/29] thermal/drivers/rcar: "
  ` [PATCH v8 23/29] thermal/drivers/broadcom: "
  ` [PATCH v8 24/29] thermal/drivers/da9062: "
  ` [PATCH v8 25/29] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()
  ` [PATCH v8 26/29] thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function
  ` [PATCH v8 27/29] thermal/drivers/cxgb4: "
  ` [PATCH v8 28/29] thermal/intel/int340x: Replace parameter to simplify
  ` [PATCH v8 29/29] thermal/drivers/intel: Use generic thermal_zone_get_trip() function

[Bug 214899] New: ideapad-laptop: platform backlight device not working
 2022-10-06  7:38 UTC  (7+ messages)
` [Bug 214899] ideapad-laptop: brightness hotkeys "

[RFC PATCH] Add Lenovo Yoga Mode Control driver
 2022-10-05 15:39 UTC  (3+ messages)

[PATCH v1 1/3] platform/x86: huawei-wmi: do not hard-code sizes
 2022-10-05 15:00 UTC  (3+ messages)
` [PATCH v1 2/3] platform/x86: huawei-wmi: fix return value calculation
` [PATCH v1 3/3] platform/x86: huawei-wmi: remove unnecessary member

[resend, PATCH v1 1/1] platform/x86: int3472: Don't leak reference on error
 2022-10-04 14:11 UTC  (2+ messages)

[PATCH v1 1/1] platform/x86: int3472: Don't leak reference on error
 2022-10-04 12:24 UTC 

[PATCH] platform/x86/amd/pmf: pass the struct by reference
 2022-10-04  8:49 UTC  (2+ messages)

[Bug 216516] s2ram freezes screen (Ryzen-5650U incl. Radeon GPU)
 2022-10-03 17:21 UTC  (20+ messages)

[PATCH] platform/x86/amd: pmc: Dump idle mask during "check" stage instead
 2022-10-03 11:52 UTC  (2+ messages)

[PATCH v1] platform/x86: use PLATFORM_DEVID_NONE instead of -1
 2022-10-03 11:51 UTC  (2+ messages)

[PATCH v7 00/29] Rework the trip points creation
 2022-10-03  7:32 UTC  (43+ messages)
` [PATCH v7 01/29] thermal/core: Add a generic thermal_zone_get_trip() function
` [PATCH v7 02/29] thermal/sysfs: Always expose hysteresis attributes
` [PATCH v7 03/29] thermal/core: Add a generic thermal_zone_set_trip() function
` [PATCH v7 04/29] thermal/core/governors: Use thermal_zone_get_trip() instead of ops functions
` [PATCH v7 05/29] thermal/of: Use generic thermal_zone_get_trip() function
` [PATCH v7 06/29] thermal/of: Remove unused functions
` [PATCH v7 07/29] thermal/drivers/exynos: Use generic thermal_zone_get_trip() function
` [PATCH v7 08/29] thermal/drivers/exynos: of_thermal_get_ntrips()
` [PATCH v7 09/29] thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_get_trip()
` [PATCH v7 10/29] thermal/drivers/tegra: Use generic thermal_zone_get_trip() function
` [PATCH v7 11/29] thermal/drivers/uniphier: "
` [PATCH v7 12/29] thermal/drivers/hisi: "
` [PATCH v7 13/29] thermal/drivers/qcom: "
` [PATCH v7 14/29] thermal/drivers/armada: "
` [PATCH v7 15/29] thermal/drivers/rcar_gen3: Use the generic function to get the number of trips
` [PATCH v7 16/29] thermal/of: Remove of_thermal_get_ntrips()
` [PATCH v7 17/29] thermal/of: Remove of_thermal_is_trip_valid()
` [PATCH v7 18/29] thermal/of: Remove of_thermal_set_trip_hyst()
` [PATCH v7 19/29] thermal/of: Remove of_thermal_get_crit_temp()
` [PATCH v7 20/29] thermal/drivers/st: Use generic trip points
` [PATCH v7 21/29] thermal/drivers/imx: Use generic thermal_zone_get_trip() function
` [PATCH v7 22/29] thermal/drivers/rcar: "
` [PATCH v7 23/29] thermal/drivers/broadcom: "
` [PATCH v7 24/29] thermal/drivers/da9062: "
` [PATCH v7 25/29] thermal/drivers/ti: Remove unused macros ti_thermal_get_trip_value() / ti_thermal_trip_is_valid()
` [PATCH v7 26/29] thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function
` [PATCH v7 27/29] thermal/drivers/cxgb4: "
` [PATCH v7 28/29] thermal/intel/int340x: Replace parameter to simplify
` [PATCH v7 29/29] thermal/drivers/intel: Use generic thermal_zone_get_trip() function

[Bug 201885] acpi PNP0C14:02: duplicate WMI GUID 05901221-D566-11D1-B2F0-00A0C9062910 (first instance was on PNP0C14:01)
 2022-09-29 18:21 UTC  (4+ messages)

[PATCH v2 0/2] platform/x86: dell: Add new dell-wmi-ddv driver
 2022-09-29 13:12 UTC  (13+ messages)
` [PATCH v2 1/2] ACPI: battery: Pass battery hook pointer to hook callbacks
` [PATCH v2 2/2] platform/x86: dell: Add new dell-wmi-ddv driver

[PATCH v2] platform/x86: dell-ddv: Minor style fixes
 2022-09-29  9:54 UTC  (2+ messages)

[PATCH] platform/x86: dell: Minor style fixes
 2022-09-29  9:53 UTC  (2+ messages)

[PATCH 0/5] platform/x86: dell: Add new dell-wmi-ddv driver
 2022-09-27 15:44 UTC  (8+ messages)
` [PATCH 1/5] ACPI: battery: Do not unload battery hooks on single error

[PATCH] platform/x86: hp-wmi: add support for quiet thermal profile
 2022-09-27 15:44 UTC  (3+ messages)

[PATCH v5 00/30] Rework the trip points creation
 2022-09-27 14:35 UTC  (3+ messages)
` [PATCH v6 26/29] thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function

[PATCH] acerhdf: remove unneeded semicolon
 2022-09-27 14:19 UTC  (2+ messages)

[PATCH] platform/x86/intel/wmi: thunderbolt: use dev_groups callback
 2022-09-27 14:13 UTC  (2+ messages)

[PATCH] platform/x86/amd: pmc: remove CONFIG_DEBUG_FS checks
 2022-09-27 13:20 UTC  (2+ messages)

[PATCH] platform/surface: Split memcpy() of struct ssam_event flexible array
 2022-09-27 13:15 UTC  (4+ messages)

[PATCH] platform/x86: compal-laptop: Get rid of a few forward declarations
 2022-09-27 13:11 UTC  (2+ messages)

[PATCH linux-next] platform/x86: intel-uncore-freq: use sysfs_emit() to instead of scnprintf()
 2022-09-27 13:07 UTC 

[PATCH linux-next] platform/x86: use sysfs_emit() and add the '\n'
 2022-09-27 13:04 UTC 

[PATCH] platform/x86/amd/pmf: Remove unused power_delta instances
 2022-09-27 12:59 UTC  (2+ messages)

[PATCH] platform/x86/amd/pmf: install notify handler after acpi init
 2022-09-27 12:50 UTC  (3+ messages)

[PATCH v3 0/5] Add multiple-consumer support to int3472-tps68470 driver
 2022-09-27 12:48 UTC  (7+ messages)
` [PATCH v3 3/5] platform/x86: int3472: Support multiple clock consumers

[PATCH v5 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-09-27 11:04 UTC  (4+ messages)
` [PATCH v5 02/31] drm/i915: Don't register backlight when another backlight should be used (v2)

[PATCH v5 00/30] Rework the trip points creation
 2022-09-26 14:06 UTC  (2+ messages)
` [PATCH v5 27/30] thermal/drivers/acerhdf: Use generic thermal_zone_get_trip() function

[Bug 203191] The fan speed reports to 65535, despite the fan is stopped
 2022-09-26 11:42 UTC 

[PATCH v2] x86/platform/uv: Dont use smp_processor_id while preemptible
 2022-09-22 20:59 UTC  (2+ messages)

[PATCH v4 0/3] platform/x86/amd/pmf: Introduce CnQF feature for AMD PMF
 2022-09-22 16:53 UTC  (4+ messages)
` [PATCH v4 1/3] platform/x86/amd/pmf: Add support for CnQF

[PATCH] platform/x86/amd: pmc: Fix build without debugfs
 2022-09-22 15:44 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;
as well as URLs for NNTP newsgroup(s).