linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-22 10:52:22 to 2019-06-04 17:00:57 UTC [more...]

[PATCH v3 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-06-04 17:00 UTC  (13+ messages)
` [PATCH v3 2/6] i2c: acpi: Use available IRQ helper functions
` [PATCH v3 3/6] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v3 4/6] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v3 5/6] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v3 6/6] i2c: core: Tidy up handling of init_irq

[RFC 0/6] Harden list_for_each_entry_rcu() and family
 2019-06-04 14:01 UTC  (17+ messages)
` [RFC 1/6] rcu: Add support for consolidated-RCU reader checking
` [RFC 2/6] ipv4: add lockdep condition to fix for_each_entry
` [RFC 3/6] driver/core: Convert to use built-in RCU list checking
` [RFC 4/6] workqueue: Convert for_each_wq to use built-in list check
` [RFC 5/6] x86/pci: Pass lockdep condition to pcm_mmcfg_list iterator
` [RFC 6/6] acpi: Use built-in RCU list checking for acpi_ioremaps list

[PATCH] acpi/osl: fix a W=1 kernel-doc warning
 2019-06-03 20:28 UTC 

[PATCH v2] spi/acpi: enumerate all SPI slaves in the namespace
 2019-06-03 15:56 UTC  (3+ messages)

[RFC PATCH 26/57] drivers: acpi: Clean up acpi_dev_match_cb
 2019-06-03 15:49 UTC 

[PATCH 0/3] PWM framework: add support referencing PWMs from ACPI
 2019-06-03  9:44 UTC  (14+ messages)
` [PATCH 1/3] ACPI: Resolve objects on host-directed table loads
` [PATCH 2/3] PWM framework: add support referencing PWMs from ACPI
` [PATCH 3/3] leds-pwm.c: support ACPI via firmware-node framework

In A Nutshell
 2019-05-30 21:23 UTC 

[PATCH 0/3] ACPI: New eject flow to remove devices cautiously
 2019-06-03  2:48 UTC  (6+ messages)
` [PATCH 1/3] ACPI / hotplug: Send change events for offline/online requests when eject is triggered
` [PATCH 2/3] ACPI / hotplug: Eject status trace and auto-remove approach
` [PATCH 3/3] ACPI / device_sysfs: Add eject show attr to monitor eject status

[net-next,v4 0/2] Enable SFP on ACPI based systems
 2019-06-02 19:58 UTC  (18+ messages)
` [net-next,v4 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
` [net-next,v4 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems

[GIT PULL] Thermal-SoC management fixes for v5.2-rc3
 2019-06-02 17:25 UTC  (2+ messages)

How to inject fwnode/oftree/acpi data by platform driver ?
 2019-06-01 14:14 UTC 

[PATCH v10 0/7] virtio pmem driver
 2019-06-01  6:28 UTC  (3+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

[GIT PULL] Power management fixes for v5.2-rc3
 2019-05-31 17:50 UTC  (2+ messages)

[PATCH v5 00/16] Software fwnode references
 2019-05-31 14:15 UTC  (17+ messages)
` [PATCH v5 01/16] software node: Allow node creation without properties
` [PATCH v5 02/16] software node: Simplify software_node_release() function
` [PATCH v5 03/16] software node: Add support for static node descriptors
` [PATCH v5 04/16] software node: Use kobject name when finding child nodes by name
` [PATCH v5 05/16] software node: Add software_node_get_reference_args()
` [PATCH v5 06/16] driver core: Add helper device_find_child_by_name()
` [PATCH v5 07/16] ACPI / property: Don't limit named child node matching to data nodes
` [PATCH v5 08/16] device property: Introduce fwnode_find_reference()
` [PATCH v5 09/16] device connection: Find connections also by checking the references
` [PATCH v5 10/16] usb: typec: Registering real device entries for the muxes
` [PATCH v5 11/16] platform/x86: intel_cht_int33fe: Register max17047 in its own function
` [PATCH v5 12/16] platform/x86: intel_cht_int33fe: Remove unused fusb302 device property
` [PATCH v5 13/16] platform/x86: intel_cht_int33fe: Provide software nodes for the devices
` [PATCH v5 14/16] platform/x86: intel_cht_int33fe: Provide fwnode for the USB connector
` [PATCH v5 15/16] platform/x86: intel_cht_int33fe: Supply fwnodes for the external dependencies
` [PATCH v5 16/16] platform/x86: intel_cht_int33fe: Replacing the old connections with references

[PATCH v4 00/16] Software fwnode references
 2019-05-31 13:46 UTC  (13+ messages)
` [PATCH v4 01/16] software node: Allow node creation without properties
` [PATCH v4 02/16] software node: Simplify software_node_release() function
` [PATCH v4 03/16] software node: Add support for static node descriptors
` [PATCH v4 13/16] platform/x86: intel_cht_int33fe: Provide software nodes for the devices
` [PATCH v4 15/16] platform/x86: intel_cht_int33fe: Supply fwnodes for the external dependencies

[PATCH] drivers/acpi: Turn off power resources while entering S5
 2019-05-31 10:13 UTC  (2+ messages)

ACPI / LPIT: Correct LPIT end address for lpit_process()
 2019-05-31  9:25 UTC  (3+ messages)

[PATCH v2] tools/power/acpi: exclude tools/* from .gitignore pattern
 2019-05-31  9:24 UTC  (2+ messages)

[PATCH] tools/power/acpi: exclude tools/* from .gitignore pattern
 2019-05-31  9:23 UTC  (2+ messages)

[PATCH 0/5] Support running driver's probe for a device powered off
 2019-05-31  9:17 UTC  (3+ messages)
` [PATCH 1/5] ACPI: Enable driver and firmware hints to control power at probe time

[PATCH v4 0/4] synquacer: implement ACPI gpio/interrupt support
 2019-05-31  8:45 UTC  (9+ messages)
` [PATCH v4 1/4] acpi/irq: implement helper to create hierachical domains
` [PATCH v4 2/4] irqchip/exiu: preparatory refactor for ACPI support
` [PATCH v4 3/4] irqchip/exiu: implement "
` [PATCH v4 4/4] gpio: mb86s7x: enable "

drivers/acpi: Change the lpit function call flow
 2019-05-31  6:21 UTC  (3+ messages)

[PATCH 00/22] Some documentation fixes
 2019-05-30 22:49 UTC  (2+ messages)
    ` [PATCH 22/22] docs: fix broken documentation links

[Patch] ACPICA: Increase AE_OWNER_ID_LIMIT to 2047
 2019-05-30 21:43 UTC  (2+ messages)

[RFC PATCH] gpio/acpi: set direction for ACPI OpRegion GPIOs
 2019-05-29 10:50 UTC  (3+ messages)

[PATCH 1/6] device property: Add new array helper
 2019-05-29 10:19 UTC  (3+ messages)
` [PATCH v2 2/6] ASoC: madera: Add DT bindings for Cirrus Logic Madera codecs
` [PATCH v2 4/6] ASoC: cs47l35: Add codec driver for Cirrus Logic CS47L35

[RFC PATCH] spi/acpi: enumerate all SPI slaves in the namespace
 2019-05-29  9:55 UTC 

[PATCH v3 0/4] synquacer: implement ACPI gpio/interrupt support
 2019-05-28 13:12 UTC  (14+ messages)
` [PATCH v3 1/4] acpi/irq: implement helper to create hierachical domains
` [PATCH v3 2/4] irqchip/exiu: preparatory refactor for ACPI support
` [PATCH v3 3/4] irqchip/exiu: implement "
` [PATCH v3 4/4] gpio: mb86s7x: enable "

[PATCH 0/4 V3] ACPI: Support generic initiator proximity domains
 2019-05-28 11:31 UTC  (2+ messages)

[PATCH v2 1/6] i2c: core: Allow whole core to use i2c_dev_irq_from_resources
 2019-05-28 11:13 UTC  (10+ messages)
` [PATCH v2 2/6] i2c: acpi: Use available IRQ helper functions
` [PATCH v2 3/6] i2c: acpi: Factor out getting the IRQ from ACPI
` [PATCH v2 4/6] i2c: core: Move ACPI IRQ handling to probe time
` [PATCH v2 5/6] i2c: core: Move ACPI gpio IRQ handling into i2c_acpi_get_irq
` [PATCH v2 6/6] i2c: core: Tidy up handling of init_irq

[net-next,v3 0/2] Enable SFP on ACPI based systems
 2019-05-28 10:53 UTC  (6+ messages)
` [net-next,v3 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle
` [net-next,v3 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems

[PATCH] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-28  2:26 UTC  (6+ messages)
` [PATCH net-next v2 1/2] i2c: acpi: export i2c_acpi_find_adapter_by_handle

[GIT PULL] Thermal-SoC management changes for v5.2-rc1
 2019-05-27 11:26 UTC  (9+ messages)

[PATCH] PCI: PM: Avoid possible suspend-to-idle issue
 2019-05-27 11:02 UTC  (2+ messages)

[PATCH] ACPI/PCI: PM: Add missing wakeup.flags.valid checks
 2019-05-27 11:01 UTC  (2+ messages)

Thinkpad X60 fails to boot while "hot"
 2019-05-27 10:37 UTC  (3+ messages)
  ` ACPI enable on Thinkpad X60 hangs when temperatures are high

[PATCH 10/10] docs: fix broken documentation links
 2019-05-27  8:43 UTC  (2+ messages)

[PATCH] ACPI / LPSS: Don't skip late system PM ops for hibernate on BYT/CHT
 2019-05-25  5:31 UTC  (5+ messages)

[PATCH v4 04/13] platform/x86: wmi: Add function to get _UID of WMI device
 2019-05-24 21:10 UTC  (2+ messages)

[PATCH RFC v2 net-next 2/2] net: phy: sfp: enable i2c-bus detection on ACPI based systems
 2019-05-24 20:23 UTC  (5+ messages)

[GIT PULL] Thermal-SoC management fixes for v5.2-rc2
 2019-05-24 17:35 UTC  (2+ messages)

[PATCH v2 0/4] synquacer: implement ACPI gpio/interrupt support
 2019-05-24 10:00 UTC  (3+ messages)
` [PATCH v2 1/4] acpi/irq: implement getter for GSI irqdomain

[PATCH 0/2] arm64/PPTT ACPI 6.3 thread flag support
 2019-05-23 22:40 UTC  (3+ messages)
` [PATCH 1/2] ACPI/PPTT: Add support for ACPI 6.3 thread flag
` [PATCH 2/2] arm64: topology: Use PPTT to determine if PE is a thread

Logo printing on the USB drives
 2019-05-23 13:20 UTC 

[PATCH AUTOSEL 5.1 042/375] ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
 2019-05-22 19:15 UTC 

[PATCH AUTOSEL 4.19 028/244] ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
 2019-05-22 19:22 UTC 

[PATCH AUTOSEL 4.14 019/167] ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
 2019-05-22 19:26 UTC 

[PATCH AUTOSEL 5.0 036/317] ACPI / property: fix handling of data_nodes in acpi_get_next_subnode()
 2019-05-22 19:18 UTC 

Logo printing
 2019-05-22 11:40 UTC 

[PATCH] ACPI/IORT: Fix build without CONFIG_IOMMU_API
 2019-05-22 12:54 UTC  (2+ messages)


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