X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2017-09-12 22:20:27 to 2017-09-28 04:02:30 UTC [more...]

[PATCH v3 0/8] Introduce support for Dell SMBIOS over WMI
 2017-09-28  4:02 UTC  (9+ 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 v2 00/14] Introduce support for Dell SMBIOS over WMI
 2017-09-27 22:30 UTC  (35+ messages)
` [PATCH v2 01/14] platform/x86: dell-wmi: label driver as handling notifications
` [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 04/14] platform/x86: dell-smbios: Add pr_fmt definition to driver
` [PATCH v2 05/14] platform/x86: wmi: sort include list
` [PATCH v2 06/14] platform/x86: wmi: Cleanup exit routine in reverse order of init
` [PATCH v2 07/14] platform/x86: wmi: destroy on cleanup rather than unregister
` [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 v2 10/14] platform/x86: dell-wmi-smbios: Use Dell WMI descriptor check
` [PATCH v2 11/14] platform/x86: wmi: create character devices when requested by drivers
` [PATCH v2 12/14] platform/x86: dell-wmi-smbios: introduce character device for userspace
` [PATCH v2 13/14] platform/x86: Kconfig: Change the default settings for dell-wmi-smbios
` [PATCH v2 14/14] platform/x86: dell-wmi-smbios: clean up wmi descriptor check

[PATCH 00/12] Introduce support for Dell SMBIOS over WMI
 2017-09-27 21:59 UTC  (51+ messages)
` [PATCH 01/12] platform/x86: dell-wmi: label driver as handling notifications
` [PATCH 02/12] platform/x86: dell-wmi: Don't match on descriptor GUID modalias
` [PATCH 03/12] platform/x86: dell-smbios: Add pr_fmt definition to driver
` [PATCH 04/12] platform/x86: dell-smbios: Switch to a WMI-ACPI interface
` [PATCH 05/12] platform/x86: dell-smbios: rename to dell-wmi-smbios
` [PATCH 06/12] platform/x86: dell-wmi-smbios: Add a sysfs interface for SMBIOS tokens
` [PATCH 07/12] platform/x86: dell-wmi-smbios: Use Dell WMI descriptor check
` [PATCH 08/12] platform/x86: wmi: Cleanup exit routine in reverse order of init
` [PATCH 09/12] platform/x86: wmi: create character devices when requested by drivers
` [PATCH 10/12] platform/x86: wmi: destroy on cleanup rather than unregister
` [PATCH 11/12] platform/x86: dell-wmi-smbios: introduce character device for userspace
` [PATCH 12/12] platform/x86: Kconfig: Change the default settings for dell-wmi-smbios

[PATCH] platform/x86: intel-hid: Power button suspend on Dell Latitude 7275
 2017-09-27  8:58 UTC  (8+ messages)

[PATCH] platform/x86: fujitsu-laptop: Don't oops when FUJ02E3 is not presnt
 2017-09-27  7:27 UTC  (15+ messages)

[PATCH v2] Asus WMI : Add lightbar led support
 2017-09-27  7:28 UTC  (2+ messages)

NULL pointer dereference in call_fext_func [fujitsu_laptop]
 2017-09-27  7:07 UTC  (5+ messages)

[PATCH v3 01/14] mux: core: Add mux_control_get_optional() API
 2017-09-26  7:45 UTC  (15+ messages)
` [PATCH v3 02/14] mux: core: Add explicit hook to leave the mux as-is on init/registration
` [PATCH v3 03/14] mux: core: Add of_mux_control_get helper function
` [PATCH v3 04/14] mux: core: Add support for getting a mux controller on a non DT platform
` [PATCH v3 05/14] mux: core: Add usb.h header with MUX_USB_* and and MUX_TYPEC_* state constants
` [PATCH v3 06/14] xhci: Add option to get next extended capability in list by passing id = 0
` [PATCH v3 07/14] xhci: Add Intel cherrytrail extended cap / otg phy mux handling
` [PATCH v3 08/14] mux: Add Intel Cherrytrail USB mux driver
` [PATCH v3 09/14] mux: Add Pericom PI3USB30532 Type-C "
` [PATCH v3 10/14] extcon: intel-int3496: Add support for controlling the USB-role mux
` [PATCH v3 11/14] staging: typec: tcpm: Set mux to device mode when configured as such
` [PATCH v3 12/14] staging: typec: Add Generic TCPC mux driver using the mux subsys
  ` [PATCH v3 13/14] staging: typec: fusb302: Hook up mux support using tcpc_gen_mux support
` [PATCH v3 14/14] platform/x86: intel_cht_int33fe: Add mux mappings for the Type-C port

[PATCH v2 00/11] mux/typec: Add USB / TypeC mux drivers and hook them up on some x86 systems
 2017-09-25 14:17 UTC  (25+ messages)
` [PATCH v2 03/11] mux: core: Add usb.h header with MUX_USB_* and and MUX_TYPEC_* state constants
` [PATCH v2 04/11] usb: xhci: Add Intel cherrytrail extended cap / otg phy mux handling
` [PATCH v2 08/11] staging: typec: tcpm: Set mux to device mode when configured as such
` [PATCH v2 10/11] staging: typec: fusb302: Hook up mux support using tcpc_gen_mux support

patch "platform/x86: toshiba_acpi: drop assignment of iio_info.driver_module" added to staging-next
 2017-09-25 11:22 UTC 

[PATCH] Asus WMI : Add lightbar led support
 2017-09-23  0:18 UTC  (2+ messages)

[PATCH v3] drivers:platform/x86:Use ARRAY_SIZE() for the size calculation of the array
 2017-09-22 21:57 UTC  (2+ messages)

[PATCH v2 05/11] mux: Add Intel Cherrytrail USB mux driver
 2017-09-20 16:11 UTC  (7+ messages)
  ` [PATCH 1/2] mux: add mux_control_get_optional() API

[PATCH] thinkpad_acpi: Implement tablet mode resolving using GMMS method
 2017-09-18 16:00 UTC  (3+ messages)

[PATCH] intel-vbtn: match power button on press rather than release
 2017-09-16 13:45 UTC  (2+ messages)
`  "

It worked for me, so it'll do the same for you: first FDA approved brain stimulator
 2017-09-15 23:53 UTC 

[PATCH v3] Add driver to force WMI Thunderbolt controller power status
 2017-09-15 16:34 UTC  (9+ messages)

[PATCH] intel-wmi-thunderbolt: fix some error cases
 2017-09-15  7:35 UTC  (2+ messages)

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-09-14 15:25 UTC  (4+ messages)

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-09-14 14:32 UTC 

[patch v5 0/2] Introduce support for mlxreg mfd core driver
 2017-09-14 13:30 UTC  (9+ messages)
  ` [patch v5 1/2] mfd: Add Mellanox regmap "
  ` [patch v5 2/2] dt-bindings: mfd: Add Device Tree bindings for Mellanox programmable devices

keyboard backlight max_brightness bug on Dell Latitude E6410
 2017-09-14  8:06 UTC 

Resizeable PCI BAR support V8
 2017-09-14  8:06 UTC  (2+ messages)

[PATCH v2] drivers:platform/x86:Use ARRAY_SIZE() for the size calculation of the array
 2017-09-13 10:52 UTC  (4+ messages)

[PATCH] drivers:platform/x86:Use ARRAY_SIZE() for the size calculation of the array
 2017-09-13  8:51 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox