public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-20 15:59:15 to 2018-11-28 11:45:35 UTC [more...]

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

[PATCH v2 0/4] PCI / iommu / thunderbolt: IOMMU based DMA protection
 2018-11-28 11:39 UTC  (13+ messages)
` [PATCH v2 1/4] PCI / ACPI: Identify untrusted PCI devices
` [PATCH v2 2/4] iommu/vt-d: Force IOMMU on for platform opt in hint
` [PATCH v2 3/4] iommu/vt-d: Do not enable ATS for untrusted devices
` [PATCH v2 4/4] thunderbolt: Export IOMMU based DMA protection support to userspace

[PATCH v4 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-28 11:34 UTC  (17+ 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

4.20.0-rc3 nouveau/Quadro P2000 Mobile: runpm causing ACPI errors, lockups
 2018-11-28 11:08 UTC  (3+ messages)

[PATCH] Documentation: admin-guide: PM: Add cpuidle document
 2018-11-28 10:07 UTC  (6+ messages)

[PATCH v4 0/3] device property: Add fwnode_get_name() helper
 2018-11-28  8:34 UTC  (8+ messages)
` [PATCH v4 1/4] device property: Introduce fwnode_get_name()
` [PATCH v4 2/4] ACPI: property: Add acpi_fwnode_name()
` [PATCH v4 3/4] of/property: Add of_fwnode_name()
` [PATCH v4 4/4] driver core: Add fwnode member to struct device_connection

[Bug] SD card reader in Acer Aspire S5 broken in 4.20-rc
 2018-11-27 22:32 UTC 

[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 0/2] PCI/AER: Consistently use _OSC to determine who owns AER
 2018-11-27 18:46 UTC  (27+ messages)

[RESEND PATCH] arm64: acpi: Prepare for longer MADTs
 2018-11-27 17:59 UTC 

[PATCH 1/7] node: Link memory nodes to their compute nodes
 2018-11-27 17:44 UTC  (16+ messages)
` [PATCH 2/7] node: Add heterogenous memory performance
` [PATCH 4/7] node: Add memory caching attributes

[PATCH 0/7] ACPI HMAT memory sysfs representation
 2018-11-27 16:56 UTC  (22+ messages)

[PATCH RFC] mm/memory_hotplug: Introduce memory block types
 2018-11-27 16:47 UTC  (9+ messages)

[PATCH 2/2] arm64: acpi: Prepare for longer MADTs
 2018-11-27 16:32 UTC  (3+ 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 v4 0/4] arm64 SMMUv3 PMU driver with IORT support
 2018-11-27 13:23 UTC  (7+ messages)
` [PATCH v4 4/4] perf/smmuv3_pmu: Enable HiSilicon Erratum 162001800 quirk

[PATCH v1 00/15] i2c-multi-instantiate: Adapt for INT3515 and alike
 2018-11-26 14:55 UTC  (20+ messages)
` [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] gpiolib-acpi: Only defer request_irq for GpioInt ACPI event handlers
 2018-11-26 13:46 UTC  (5+ messages)

[PATCH v3 0/3] device property: Add fwnode_get_name() helper
 2018-11-26 13:40 UTC  (8+ messages)
` [PATCH v3 1/3] device property: Introduce fwnode_get_name()
` [PATCH v3 2/3] ACPI: property: Add acpi_fwnode_name()
` [PATCH v3 3/3] of/property: Add of_fwnode_name()

dad4f140ed ("Merge branch 'xarray' of .."): Mem-Info:
 2018-11-24  9:04 UTC  (3+ messages)

[GIT PULL] ACPI fix for v4.20-rc4
 2018-11-23 19:00 UTC  (2+ messages)

[PATCH 1/1] ACPI / tables: add DSDT AmlCode new declaration name support
 2018-11-23  8:12 UTC  (2+ messages)

[PATCH 1/4] PCI / ACPI: Identify external PCI devices
 2018-11-22 10:59 UTC  (12+ messages)

[PATCH 1/4] PCI / ACPI: Identify external PCI devices
 2018-11-21 12:40 UTC  (5+ messages)

[PATCH v2 0/4] device property: Add fwnode_get_name() helper
 2018-11-21 12:36 UTC  (3+ messages)

[PATCH] ACPI / platform: Add SMB0001 HID to forbidden_id_list
 2018-11-21 10:43 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