X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2018-11-16 23:33:35 to 2018-11-28 11:30:24 UTC [more...]

[PATCH v4 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-28 11:30 UTC  (16+ messages)
` [PATCH v4 01/15] defconfig: enable I2C_DEBUG_CORE
` [PATCH v4 02/15] platform/x86: intel_cht_int33fe: Remove duplicate NULL check
` [PATCH v4 03/15] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
` [PATCH v4 04/15] platform/x86: i2c-multi-instantiate: "
` [PATCH v4 05/15] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v4 06/15] platform/x86: intel_cht_int33fe: Get rid of obsolete conditional
` [PATCH v4 07/15] platform/x86: i2c-multi-instantiate: "
` [PATCH v4 08/15] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v4 09/15] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
` [PATCH v4 10/15] platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
` [PATCH v4 11/15] platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
` [PATCH v4 12/15] platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support
` [PATCH v4 13/15] platform/x86: i2c-multi-instantiate: Allow to have same slaves
` [PATCH v4 14/15] ACPI / scan: Create platform device for INT3515 ACPI nodes
` [PATCH v4 15/15] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper

[PATCH 0/6] Introduce audio-mute LED trigger (and conversions to it)
 2018-11-28 11:30 UTC  (22+ messages)
` [PATCH 2/6] platform/x86: dell-laptop: Add micmute LED trigger support
` [PATCH 3/6] platform/x86: thinkpad_acpi: Add audio mute LED classdev support
` [PATCH 5/6] platform/x86: dell-laptop: Drop superfluous exported function
  ` [PATCH 1/6] leds: trigger: Introduce audio mute LED trigger
  ` [PATCH 4/6] ALSA: hda - Support led audio trigger
  ` [PATCH 6/6] platform/x86: thinkpad_acpi: Drop superfluous exported function
` [ibm-acpi-devel] [PATCH 0/6] Introduce audio-mute LED trigger (and conversions to it)

[PATCH v17 01/23] x86/sgx: Update MAINTAINERS
 2018-11-28 10:49 UTC  (57+ messages)
` [PATCH v17 03/23] x86/cpufeatures: Add SGX sub-features (as Linux-defined bits)
` [PATCH v17 06/23] x86/cpu/intel: Detect SGX support and update caps appropriately
` [PATCH v17 07/23] x86/mm: x86/sgx: Add new 'PF_SGX' page fault error code bit
` [PATCH v17 13/23] x86/msr: Add SGX Launch Control MSR definitions
` [PATCH v17 18/23] platform/x86: Intel SGX driver

[PATCH v7 0/3] Huawei laptops
 2018-11-28  8:44 UTC  (10+ messages)
` [PATCH v7 1/3] ALSA: hda: fix front speakers on Huawei MBXP
` [PATCH v7 2/3] x86: add support for Huawei WMI hotkeys
` [PATCH v7 3/3] ALSA: hda: add support for Huawei WMI micmute LED

[PATCH v5 0/2] Add device driver for APU2/APU3 GPIOs
 2018-11-28  5:19 UTC  (4+ messages)
` [PATCH v5 1/2] gpio: Add driver for PC Engines APU boards
` [PATCH v5 2/2] platform: Add reset button device "

[PATCH v16 00/22] Intel SGX1 support
 2018-11-27 20:13 UTC  (12+ messages)
` [PATCH v16 18/22] platform/x86: Intel SGX driver
` [PATCH v16 22/22] x86/sgx: SGX documentation

[PATCH v3 00/13] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-27 19:30 UTC  (17+ messages)
` [PATCH v3 02/13] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
` [PATCH v3 03/13] platform/x86: i2c-multi-instantiate: "
` [PATCH v3 04/13] platform/x86: i2c-multi-instantiate: Defer probe when no adapter found
` [PATCH v3 05/13] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v3 06/13] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v3 07/13] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
` [PATCH v3 08/13] platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
` [PATCH v3 09/13] platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
` [PATCH v3 10/13] platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support
` [PATCH v3 11/13] platform/x86: i2c-multi-instantiate: Allow to have same slaves
` [PATCH v3 12/13] ACPI / scan: Create platform device for INT3515 ACPI nodes
` [PATCH v3 13/13] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper

[PATCH 3/3] x86/cpuid: Make cpuinfo_x86.x86_model_id global
 2018-11-27 15:55 UTC  (2+ messages)

[PATCH v2 00/13] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-27 15:40 UTC  (23+ messages)
` [PATCH v2 01/13] platform/x86: intel_cht_int33fe: Remove duplicate NULL check
` [PATCH v2 02/13] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
` [PATCH v2 03/13] platform/x86: i2c-multi-instantiate: "
` [PATCH v2 04/13] platform/x86: i2c-mutli-instantiate: Defer probe when no adapter found
` [PATCH v2 05/13] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v2 06/13] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v2 07/13] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
` [PATCH v2 08/13] platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
` [PATCH v2 09/13] platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
` [PATCH v2 10/13] platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support
` [PATCH v2 11/13] platform/x86: i2c-multi-instantiate: Allow to have same slaves
` [PATCH v2 12/13] ACPI / scan: Create platform device for INT3515 ACPI nodes
` [PATCH v2 13/13] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper

[PATCH -next] platform/x86: intel-ips: remove unnecessary checks in ips_debugfs_init
 2018-11-27  3:09 UTC 

[PATCH v7 2/3] x86: add support for Huawei WMI hotkeys
 2018-11-26 23:46 UTC 

[PATCH v2 -next] platform/x86: intel-ips: fix 'passing zero to PTR_ERR()' warning
 2018-11-26 22:04 UTC  (3+ messages)

[PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-26 14:55 UTC  (25+ messages)
` [PATCH v1 01/15] platform/x86: intel_cht_int33fe: Remove duplicate NULL check
` [PATCH v1 02/15] platform/x86: intel_cht_int33fe: Accept errors of i2c_acpi_new_device()
` [PATCH v1 03/15] platform/x86: i2c-multi-instantiate: "
` [PATCH v1 04/15] platform/x86: i2c-mutli-instantiate: Defer probe when no adapter found
` [PATCH v1 05/15] i2c: acpi: Return error pointers from i2c_acpi_new_device()
` [PATCH v1 06/15] i2c: acpi: Assign fwnode for devices created via i2c_acpi_new_device()
` [PATCH v1 07/15] i2c: acpi: Use ACPI_FAILURE instead of !ACPI_SUCCESS
` [PATCH v1 08/15] i2c: acpi: Introduce i2c_acpi_get_i2c_resource() helper
` [PATCH v1 09/15] platform/x86: i2c-multi-instantiate: Count I2cSerialBus() resources
` [PATCH v1 10/15] platform/x86: i2c-multi-instantiate: Distinguish IRQ resource type
` [PATCH v1 11/15] platform/x86: i2c-multi-instantiate: Introduce IOAPIC IRQ support
` [PATCH v1 12/15] platform/x86: i2c-multi-instantiate: Allow to have same slaves
` [PATCH v1 13/15] ACPI / scan: Create platform device for INT3515 ACPI nodes
` [PATCH v1 14/15] ACPI / scan: Create platform device for BOSC0200 "
` [PATCH v1 15/15] iio: inv_mpu6050: Use i2c_acpi_get_i2c_resource() helper

[PATCH -next] platform/x86: intel-ips: fix 'passing zero to ERR_PTR()' warning
 2018-11-26 13:38 UTC  (3+ messages)

[PATCH] platform/x86: thinkpad_acpi: add adaptive_kbd_modes parameter
 2018-11-25 15:41 UTC  (5+ messages)

[PATCH 1/3] x86: add support for Huawei WMI hotkeys
 2018-11-25  9:38 UTC  (2+ messages)

[PATCH v3 0/3] Huawei laptops
 2018-11-24 10:41 UTC  (19+ messages)
` [PATCH v3 3/3] ALSA: hda: add support for Huawei WMI micmute LED

[PATCH v4 0/2] Add device driver for APU2/APU3 GPIOs
 2018-11-20  7:14 UTC  (4+ messages)
` [PATCH v4 1/2] gpio: Add driver for PC Engines APU boards

[PATCH 0/15] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-19 13:25 UTC  (6+ messages)
` [PATCH 06/15] Platform: OLPC: Add XO-1.75 EC driver

[PATCH v2 0/17] Add support for OLPC XO 1.75 Embedded Controller
 2018-11-17 16:03 UTC  (3+ messages)
` [PATCH v2 02/17] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings


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