X86 platform drivers
 help / color / mirror / Atom feed
 messages from 2018-11-16 15:07:14 to 2018-11-27 19:27:46 UTC [more...]

[PATCH v3 00/13] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-27 19:27 UTC  (16+ 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 v17 01/23] x86/sgx: Update MAINTAINERS
 2018-11-27 17:55 UTC  (62+ messages)
` [PATCH v17 02/23] x86/cpufeatures: Add Intel-defined SGX feature bit
` [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 3/3] x86/cpuid: Make cpuinfo_x86.x86_model_id global
 2018-11-27 15:55 UTC  (2+ messages)

[PATCH v7 0/3] Huawei laptops
 2018-11-27 15:52 UTC  (7+ 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 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 v5 0/2] Add device driver for APU2/APU3 GPIOs
 2018-11-27 13:25 UTC  (3+ messages)
` [PATCH v5 1/2] gpio: Add driver for PC Engines APU boards
` [PATCH v5 2/2] platform: Add reset button device "

[PATCH 0/6] Introduce audio-mute LED trigger (and conversions to it)
 2018-11-27 11:11 UTC  (19+ 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 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
` [PATCH 5/6] platform/x86: dell-laptop: "
` [ibm-acpi-devel] [PATCH 0/6] Introduce audio-mute LED trigger (and conversions to it)

[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 v16 00/22] Intel SGX1 support
 2018-11-21 11:46 UTC  (10+ messages)
` [PATCH v16 18/22] platform/x86: Intel SGX driver

[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  (19+ messages)
` [PATCH v2 01/17] power: supply: olpc_battery: correct the temperature units
` [PATCH v2 02/17] dt-bindings: olpc,xo1.75-ec: Add OLPC XO-1.75 EC bindings
` [PATCH v2 03/17] Platform: OLPC: Remove an unused include
` [PATCH v2 04/17] Revert "platform/olpc: Make ec explicitly non-modular"
` [PATCH v2 05/17] Platform: OLPC: Move OLPC config symbol out of x86 tree
` [PATCH v2 06/17] Platform: OLPC: Add XO-1.75 EC driver
` [PATCH v2 07/17] Platform: OLPC: Avoid a warning if the EC didn't register yet
` [PATCH v2 08/17] Platform: OLPC: Move EC-specific functionality out from x86
` [PATCH v2 09/17] Platform: OLPC: Use BIT() and GENMASK() for event masks
` [PATCH v2 10/17] Platform: OLPC: add a regulator for the DCON
` [PATCH v2 11/17] dt-bindings: olpc_battery: Add XO-1.5 battery
` [PATCH v2 12/17] x86, olpc: Use a correct version when making up a battery node
` [PATCH v2 13/17] power: supply: olpc_battery: Use DT to get battery version
` [PATCH v2 14/17] power: supply: olpc_battery: Move priv data to a struct
` [PATCH v2 15/17] power: supply: olpc_battery: Use devm_power_supply_register()
` [PATCH v2 16/17] power: supply: olpc_battery: Avoid using platform_info
` [PATCH v2 17/17] power: supply: olpc_battery: Add OLPC XO 1.75 support


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