platform-driver-x86.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-09-27 16:46:15 to 2017-10-05 19:03:24 UTC [more...]

[PATCH v4 00/14] Introduce support for Dell SMBIOS over WMI
 2017-10-05 19:03 UTC  (61+ messages)
` [PATCH v4 01/14] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v4 02/14] platform/x86: dell-wmi: clean up wmi descriptor check
` [PATCH v4 03/14] platform/x86: dell-wmi: allow 32k return size in the descriptor
` [PATCH v4 04/14] platform/x86: dell-wmi: increase severity of some failures
` [PATCH v4 05/14] platform/x86: dell-wmi-descriptor: split WMI descriptor into it's own driver
` [PATCH v4 06/14] platform/x86: wmi: Don't allow drivers to get each other's GUIDs
` [PATCH v4 07/14] platform/x86: dell-smbios: only run if proper oem string is detected
` [PATCH v4 08/14] platform/x86: dell-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v4 09/14] platform/x86: dell-smbios: Introduce dispatcher for SMM calls
` [PATCH v4 10/14] platform/x86: dell-smbios-smm: test for WSMT
` [PATCH v4 11/14] platform/x86: dell-smbios-wmi: Add new WMI dispatcher driver
` [PATCH v4 12/14] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v4 13/14] platform/x86: dell-smbios-wmi: introduce userspace interface
` [PATCH v4 14/14] platform/x86: Kconfig: Set default for dell-smbios to ACPI_WMI

[PATCH resend] platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
 2017-10-05 18:19 UTC  (3+ messages)
` [PATCH] "

[PATCH] platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
 2017-10-05 18:12 UTC  (6+ messages)

[PATCH v3 0/8] Introduce support for Dell SMBIOS over WMI
 2017-10-05 15:10 UTC  (56+ messages)
` [PATCH v3 1/8] platform/x86: wmi: Add new method wmidev_evaluate_method
` [PATCH v3 2/8] platform/x86: dell-smbios: Introduce a WMI-ACPI interface
` [PATCH v3 3/8] platform/x86: dell-wmi-smbios: Use Dell WMI descriptor check
` [PATCH v3 4/8] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v3 5/8] platform/x86: dell-wmi-smbios: introduce character device for userspace
` [PATCH v3 6/8] platform/x86: dell-wmi-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH v3 7/8] platform/x86: Kconfig: Change the default settings for dell-wmi-smbios
` [PATCH v3 8/8] platform/x86: dell-wmi-smbios: clean up wmi descriptor check

[PATCH] MAINTAINERS: Add entry for the PEAQ WMI hotkeys driver
 2017-10-05 14:31 UTC 

[PATCH v1 1/6] platform/x86: intel_ips: Simplify error handling via devres API
 2017-10-05 11:54 UTC  (6+ messages)
` [PATCH v1 2/6] platform/x86: intel_ips: Switch to new PCI IRQ allocation API
` [PATCH v1 3/6] platform/x86: intel_ips: Use PCI_VDEVICE() macro
` [PATCH v1 4/6] platform/x86: intel_ips: Keep pointer to struct device
` [PATCH v1 5/6] platform/x86: intel_ips: Remove unneeded fields and label
` [PATCH v1 6/6] platform/x86: intel_ips: Remove FSF address from GPL notice

Tervehdys!
 2017-10-04 14:55 UTC 

[PATCH v3 01/14] mux: core: Add mux_control_get_optional() API
 2017-10-05 11:13 UTC  (3+ messages)
` [PATCH v3 07/14] xhci: Add Intel cherrytrail extended cap / otg phy mux handling

[PATCH] platform/x86: mlx-platform: make a couple of structures static
 2017-10-05 10:42 UTC 

[PATCH] intel_ips: Convert timers to use timer_setup()
 2017-10-05  8:41 UTC  (2+ messages)

[PATCH] drivers/x86: add thinkpad-wmi
 2017-10-05  2:49 UTC  (4+ messages)

[PATCH] platform/x86: silead_dmi: Add entry for the Chuwi Hi8 Pro tablet
 2017-10-05  2:40 UTC  (2+ messages)

[RFC v3 0/7] PMC/PUNIT IPC driver cleanup
 2017-10-04 12:37 UTC  (22+ messages)
` [RFC v3 1/7] platform/x86: intel_pmc_ipc: Use devm_* calls in driver probe function
` [RFC v3 2/7] platform/x86: intel_pmc_ipc: Use MFD framework to create dependent devices
` [RFC v3 3/7] platform/x86: intel_pmc_ipc: Use regmap calls for GCR updates
` [RFC v3 4/7] platform: x86: Add generic Intel IPC driver
` [RFC v3 7/7] platform/x86: intel_scu_ipc: Use generic Intel IPC device calls

(unknown),
 2017-10-04 11:44 UTC 

[PATCH] platform/x86: peaq-wmi: Blacklist Lenovo ideapad 700-15ISK
 2017-10-03 16:28 UTC  (2+ messages)

(unknown),
 2017-10-03  7:38 UTC 

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-10-02 19:10 UTC 

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-10-02 13:17 UTC  (7+ messages)

[PATCH] thinkpad_acpi: Implement tablet mode resolving using GMMS method
 2017-10-01 13:06 UTC  (4+ messages)

[PATCH v2 00/14] Introduce support for Dell SMBIOS over WMI
 2017-09-29 15:33 UTC  (23+ messages)
` [PATCH v2 02/14] platform/x86: dell-smbios: drop needless includes
` [PATCH v2 03/14] platform/x86: dell-wmi: Don't match on descriptor GUID modalias
` [PATCH v2 08/14] platform/x86: dell-smbios: Introduce a WMI-ACPI interface
` [PATCH v2 09/14] platform/x86: dell-smbios: rename to dell-wmi-smbios

[PATCH 00/12] Introduce support for Dell SMBIOS over WMI
 2017-09-27 21:59 UTC  (27+ messages)
` [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI interface
` [PATCH 06/12] platform/x86: dell-wmi-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH 11/12] platform/x86: dell-wmi-smbios: introduce character device for userspace


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