platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-04 09:52:46 to 2020-05-29 14:51:02 UTC [more...]

[PATCH v4 00/11] Stop monitoring disabled devices
 2020-05-29 14:51 UTC  (15+ messages)
  ` [PATCH v4 01/11] acpi: thermal: Fix error handling in the register function
  ` [PATCH v4 02/11] thermal: Store thermal mode in a dedicated enum
    ` [PATCH v4 03/11] thermal: Add current mode to thermal zone device
  ` [PATCH v4 04/11] thermal: Store device mode in struct thermal_zone_device
  ` [PATCH v4 05/11] thermal: remove get_mode() operation of drivers
  ` [PATCH v4 06/11] thermal: Add mode helpers
  ` [PATCH v4 07/11] thermal: Use mode helpers in drivers
  ` [PATCH v4 08/11] thermal: Explicitly enable non-changing thermal zone devices
  ` [PATCH v4 09/11] thermal: core: Stop polling DISABLED thermal devices
  ` [PATCH v4 10/11] thermal: Simplify or eliminate unnecessary set_mode() methods
  ` [PATCH v4 11/11] thermal: Rename set_mode() to change_mode()

[PATCH 1/5] iio: core: pass parent device as parameter during allocation
 2020-05-29 11:08 UTC  (10+ messages)
` [PATCH 2/5] iio: remove explicit IIO device parent assignment
` [PATCH 3/5] iio: remove left-over comments about "
` [PATCH 4/5] iio: light: lm3533-als: remove explicit "
  ` [PATCH 5/5] iio: remove left-over parent assignments

[RFC v2 5/9] thermal: Store mode in thermal_zone_device
 2020-05-27 13:30 UTC  (8+ messages)
` [RFC v3 0/2] Stop monitoring disabled devices
  ` [RFC v3 1/2] thermal: core: Let thermal zone device's mode be stored in its struct

[PATCHv2 0/7] Support inhibiting input devices
 2020-05-27  6:34 UTC  (18+ messages)
  ` [PATCHv2 5/7] platform/x86: thinkpad_acpi: Use input_device_enabled()
    ` [PATCHv2 1/7] Input: add input_device_enabled()
    ` [PATCHv2 6/7] Input: Add "inhibited" property

Low Latency Tolerance preventing Intel Package from entering deep sleep states
 2020-05-25  5:37 UTC  (7+ messages)

[PATCH] platform/x86: asus_wmi: Reserve more space for struct bias_args
 2020-05-22 10:14 UTC  (2+ messages)

[PATCH] x86/uv/time: Replace one-element array and save heap space
 2020-05-21 23:24 UTC  (6+ messages)

asus-wmi fails to load on new ASUS laptop UX325JA
 2020-05-21 14:30 UTC  (2+ messages)

[PATCH v4 0/4] support watchdog with longer timeout period
 2020-05-21 14:25 UTC  (12+ messages)
  ` [PATCH v4 1/4] platform_data/mlxreg: support new watchdog type "
  ` [PATCH v4 2/4] platform/x86: mlx-platform: support new watchdog type with longer timeout
  ` [PATCH v4 3/4] watchdog: mlx-wdt: support new watchdog type with longer timeout period
  ` [PATCH v4 4/4] docs: watchdog: mlx-wdt: Add description of new watchdog type 3

[PATCH] platform/x86: dell-wmi: Ignore keyboard attached / detached events
 2020-05-19 17:51 UTC  (3+ messages)

[PATCH] dcdbas: Check SMBIOS for protected buffer address
 2020-05-19 15:27 UTC 

your mail
 2020-05-18 13:35 UTC  (4+ messages)

[PATCH] intel-speed-select: Fix json perf-profile output output
 2020-05-15 19:58 UTC  (2+ messages)

[PATCH] platform/x86: intel-vbtn: Only blacklist SW_TABLET_MODE on the 9 / "Laptop" chasis-type
 2020-05-15 19:19 UTC  (2+ messages)

[PATCH] platform/x86: touchscreen_dmi: Add info for the Trekstor Yourbook C11B
 2020-05-15 15:59 UTC  (8+ messages)
        ` [PATCH v2] "

[PATCH] V2: platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-14 22:35 UTC  (3+ messages)

[PATCH 1/2] Input: soc_button_array - Add active_low setting to soc_button_info
 2020-05-14 20:52 UTC  (2+ messages)
` [PATCH 2/2] Input: soc_button_array - Add support for INT33D3 tablet-mode switch devices

[PATCH] Input: soc_button_array - Add support for INT33D3 tablet-mode switch devices
 2020-05-14 20:52 UTC  (2+ messages)

[PATCH AUTOSEL 4.4 12/14] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:56 UTC 

[PATCH AUTOSEL 4.9 25/27] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:55 UTC 

[PATCH AUTOSEL 4.14 36/39] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:54 UTC 

[PATCH AUTOSEL 4.19 27/31] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:54 UTC 

[PATCH AUTOSEL 5.4 35/49] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:52 UTC 

[PATCH AUTOSEL 5.6 39/62] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-14 18:51 UTC 

[PATCH v2 00/10] drivers, provide a way to add sysfs groups easily
 2020-05-14 11:48 UTC  (6+ messages)

[PATCH] platform/x86: ISST: Increase timeout
 2020-05-13 22:24 UTC 

[PATCH] platform/x86: Export LPC attributes for the system SPI chip
 2020-05-12 20:37 UTC  (21+ messages)

[PATCH 0/1] x86: convert to use new I2C API
 2020-05-12 16:32 UTC  (3+ messages)
` [PATCH 1/1] x86/platform/intel-mid: convert to use i2c_new_client_device()

[PATCH v4 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-05-12  8:26 UTC  (16+ messages)
` [PATCH v4 02/11] iio: light: cm32181: Add support for ACPI enumeration
` [PATCH v4 03/11] iio: light: cm32181: Add some extra register defines
` [PATCH v4 05/11] iio: light: cm32181: Clean up the probe function a bit
` [PATCH v4 06/11] iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resources
` [PATCH v4 07/11] iio: light: cm32181: Change reg_init to use a bitmap of which registers to init
` [PATCH v4 08/11] iio: light: cm32181: Use units of 1/100000th for calibscale and lux_per_bit
` [PATCH v4 09/11] iio: light: cm32181: Make lux_per_bit and lux_per_bit_base_it runtime settings
` [PATCH v4 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables
` [PATCH v4 11/11] iio: light: cm32181: Fix integartion time typo
  ` [PATCH v4 04/11] iio: light: cm32181: Add support for the CM3218

[PATCH] platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-11  1:16 UTC 

[PATCH 1/3] platform/x86: asus-wmi: Move asus_wmi_input_init and _exit lower in the file
 2020-05-10 12:24 UTC  (3+ messages)
` [PATCH 2/3] platform/x86: asus-wmi: Add support for SW_TABLET_MODE
` [PATCH 3/3] platform/x86: asus-wmi: Ignore WMI events with code 0x79

[PATCH 1/2] platform/x86: intel-vbtn: Move detect_tablet_mode() to higher in the file
 2020-05-10 12:20 UTC  (2+ messages)
` [PATCH 2/2] platform/x86: intel-vbtn: Detect switch position before registering the input-device

[PATCH] platform/x86: Add new intel_atomisp2_led driver
 2020-05-09 13:07 UTC 

[PATCH] platform/x86: asus-nb-wmi: Revert "Do not load on Asus T100TA and T200TA"
 2020-05-09 12:54 UTC 

[PATCH] platform/x86: asus-nb-wmi: Do not load on Asus T100TA and T200TA
 2020-05-09 12:53 UTC  (5+ messages)

[PATCH 1/2] [sony-laptop] SNC calls should handle BUFFER types
 2020-05-09  9:15 UTC  (2+ messages)

[PATCH] platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-08 17:25 UTC  (8+ messages)

[PATCH] platform/x86: asus_wmi: remove redundant initialization of variable status
 2020-05-07 22:04 UTC 

[PATCH] platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-07 20:11 UTC  (3+ messages)

[PATCH 0/5] platform/x86: intel-vbtn: Fixes + rework to make it work on more devices
 2020-05-07 11:25 UTC  (8+ messages)
` [PATCH 4/5] platform/x86: intel-vbtn: Also handle tablet-mode switch on "Detachable" and "Portable" chassis-types

[PATCH] platform/x86: dell-laptop: don't register platform::micmute if the related tokens don't exist
 2020-05-07  9:02 UTC  (2+ messages)

5.6 regression caused by "ACPICA: Dispatcher: always generate buffer objects for ASL create_field() operator"
 2020-05-07  7:34 UTC  (5+ messages)

[PATCH] platform/x86: acerhdf: replace space by * in modalias
 2020-05-07  3:12 UTC 

[PATCH] Add support for Vinga Twizzle J116 Silead touchscreen
 2020-05-05 10:55 UTC  (4+ messages)

[PATCH v3 0/4] support watchdog with longer timeout period
 2020-05-04 13:39 UTC  (4+ messages)

[PATCH v3 01/11] iio: light: cm32181: Switch to new style i2c-driver probe function
 2020-05-04 10:23 UTC  (11+ messages)
` [PATCH v3 04/11] iio: light: cm32181: Add support for the CM3218
` [PATCH v3 06/11] iio: light: cm32181: Handle CM3218 ACPI devices with 2 I2C resources
` [PATCH v3 10/11] iio: light: cm32181: Add support for parsing CPM0 and CPM1 ACPI tables


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