linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-23 09:39:14 to 2015-09-30 21:23:27 UTC [more...]

[RFC][PATCH 0/2] PM / sleep: Make it possible to check if suspend/resume goes via firmware
 2015-09-30 21:51 UTC  (6+ messages)
` [RFC][PATCH 1/2] PM / sleep: Add flags to indicate platform firmware involvement
` [RFC][PATCH 2/2] PM / sleep: Kick devices that might have been reset by firmware

[RFC v2 0/1] i2c: acpi: scan ACPI enumerated I2C mux channels
 2015-09-30 17:54 UTC  (7+ messages)

[PATCH v5 0/5] Provide better MADT subtable sanity checks
 2015-09-30 16:10 UTC  (8+ messages)
` [PATCH v5 1/5] ACPI: add in a bad_madt_entry() function to eventually replace the macro
` [PATCH v5 2/5] ACPI / ARM64: remove usage of BAD_MADT_ENTRY/BAD_MADT_GICC_ENTRY
` [PATCH v5 3/5] ACPI / IA64: remove usage of BAD_MADT_ENTRY
` [PATCH v5 4/5] ACPI / X86: "
` [PATCH v5 5/5] ACPI: remove definition of BAD_MADT_ENTRY macro

[PATCH] Bluetooth: hci_intel: Cleanup the device probe code
 2015-09-30 14:52 UTC  (2+ messages)

[PATCH 1/5] Bluetooth: hci_bcm: Add missing acpi_dev_free_resource_list()
 2015-09-30 13:26 UTC  (5+ messages)
  ` [PATCH 2/5] Bluetooth: hci_bcm: Handle possible error from acpi_dev_get_resources()
  ` [PATCH 3/5] Bluetooth: hci_bcm: Remove needless acpi_match_device() call
  ` [PATCH 4/5] Bluetooth: hci_bcm: Remove needless looking code
  ` [PATCH 5/5] Bluetooth: hci_bcm: Do not test ACPI companion in bcm_acpi_probe()

[PATCH v3 0/7] Early ACPI probing infrastructure
 2015-09-30 10:44 UTC  (23+ messages)
` [PATCH v3 1/7] acpi: Add early device "
` [PATCH v3 2/7] irqchip/acpi: Add probing infrastructure for ACPI-based irqchips
` [PATCH v3 3/7] irqchip/gic: Convert the GIC driver to ACPI probing
` [PATCH v3 4/7] clocksource/acpi: Add probing infrastructure for ACPI-based clocksources
` [PATCH v3 5/7] clocksource: Add new CLKSRC_{PROBE,ACPI} config symbols
` [PATCH v3 6/7] clocksource/arm_arch_timer: Convert to ACPI probing
` [PATCH v3 7/7] clocksource: cosmetic: Drop OF 'dependency' from symbols

[PATCH 0/3] Add AMBA bus probing support to ACPI
 2015-09-30 10:38 UTC  (4+ messages)
` [PATCH 1/3] ACPI: amba bus probing support
` [PATCH 2/3] ACPI: scan add call to probe amba devices
` [PATCH 3/3] serial: amba-pl011: add ACPI support to AMBA probe

[PATCH v6 0/22] On-demand device probing
 2015-09-30 10:23 UTC  (10+ messages)
` [PATCH v6 20/22] driver core: Allow deferring probes until late init

[PATCH] acpi-dma: Use ACPI_COMPANION() instead of acpi_bus_get_device()
 2015-09-30  6:52 UTC  (2+ messages)

[RFC] ECDT support in early stage
 2015-09-30  3:31 UTC 

[PATCH v4 0/9] Making the generic ACPI GSI layer irqdomain aware
 2015-09-29 17:17 UTC  (14+ messages)
` [PATCH v4 1/9] drivers/of: Introduce of_node_alloc
` [PATCH v4 2/9] genirq/irqdomain: Add irq_create_acpi_mapping
` [PATCH v4 3/9] genirq/irqdomain: Add a fwnode_handle allocator
` [PATCH v4 4/9] acpi/gsi: Always perform an irq domain lookup
` [PATCH v4 5/9] acpi/gsi: Add acpi_set_irq_model to initialize the GSI layer
` [PATCH v4 6/9] acpi/gsi: Select OF_DYNAMIC when ACPI_GENERIC_GSI is selected
` [PATCH v4 7/9] irqchip/GIC: Get rid of gic_init_bases()
` [PATCH v4 8/9] irqchip/GIC: Switch ACPI support to stacked domains
` [PATCH v4 9/9] acpi/gsi: Cleanup acpi_register_gsi

4.3.0-rc3-00042: ACPI Warning: AcpiEnable failed
 2015-09-29 12:25 UTC 

[PATCH v7 0/20] On-demand device probing
 2015-09-29  9:10 UTC  (21+ messages)
` [PATCH v7 01/20] driver core: handle -EPROBE_DEFER from bus_type.match()
` [PATCH v7 02/20] ARM: amba: Move reading of periphid to amba_match()
  ` [PATCH v7 03/20] of/platform: Point to struct device from device node
  ` [PATCH v7 08/20] drm: Probe panels on demand
  ` [PATCH v7 11/20] pwm: Probe PWM chip devices "
  ` [PATCH v7 17/20] dma: of: Probe DMA controllers "
` [PATCH v7 04/20] of: add function to allow probing a device from a OF node
` [PATCH v7 05/20] gpio: Probe GPIO drivers on demand
` [PATCH v7 06/20] pinctrl: Probe pinctrl devices "
` [PATCH v7 07/20] regulator: core: Probe regulators "
` [PATCH v7 09/20] drm/tegra: Probe dpaux devices "
` [PATCH v7 10/20] i2c: core: Probe i2c adapters and "
` [PATCH v7 12/20] backlight: Probe backlight "
` [PATCH v7 13/20] usb: phy: Probe phy "
` [PATCH v7 14/20] clk: Probe clk providers "
` [PATCH v7 15/20] pinctrl: Probe pinctrl devices "
` [PATCH v7 16/20] phy: core: Probe phy providers "
` [PATCH v7 18/20] power-supply: Probe power supplies "
` [PATCH v7 19/20] driver core: Allow deferring probes until late init
` [PATCH v7 20/20] of/platform: Defer probes of registered devices

[PATCH v4 0/5] Provide better MADT subtable sanity checks
 2015-09-28 21:13 UTC  (4+ messages)

[PATCH v2 0/5] ACPI probing infrastructure
 2015-09-28 19:49 UTC  (9+ messages)
` [PATCH v2 1/5] acpi: Add basic device "
        ` [Linaro-acpi] [PATCH v2 0/5] ACPI "

[PATCH] ACPI: tables: simplify acpi_parse_entries
 2015-09-28 19:46 UTC  (8+ messages)
` [PATCH v2 1/2] ACPI / "

[PATCH V4 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-28 15:31 UTC  (28+ messages)
` [PATCH V4 2/2] debugfs: Pass bool pointer to debugfs_create_bool()

[Bugfix 1/2] ACPI, PCI, irq: Do not share PCI IRQ with ISA IRQ
 2015-09-28 13:57 UTC  (5+ messages)
` [Bugfix 2/2] ACPI / PCI: Remove duplicated penalty on SCI IRQ

[PATCH v9 0/5] CPUFreq driver using CPPC methods
 2015-09-28 13:36 UTC  (7+ messages)
` [PATCH v9 1/5] ACPI: Introduce CPU performance controls using CPPC

[PATCH v2 0/7] Make cpuid <-> nodeid mapping persistent
 2015-09-28  1:57 UTC  (17+ messages)
` [PATCH v2 3/7] x86, gfp: Cache best near node for memory allocation
` [PATCH v2 4/7] x86, acpi, cpu-hotplug: Enable acpi to register all possible cpus at boot time
` [PATCH v2 5/7] x86, acpi, cpu-hotplug: Introduce apicid_to_cpuid[] array to store persistent cpuid <-> apicid mapping

[PCI, x86] RIP: 0010:[<ffffffff81a2ef16>] [<ffffffff81a2ef16>] _raw_spin_unlock_irqrestore
 2015-09-27 15:10 UTC  (3+ messages)

[PATCH] acpi/apei: apei_resources_all should be static
 2015-09-27 14:38 UTC 

[PATCH V5 1/2] ACPI / EC: Fix broken 64bit big-endian users of 'global_lock'
 2015-09-27 13:48 UTC  (3+ messages)
  ` [PATCH V5 2/2] debugfs: Pass bool pointer to debugfs_create_bool()

(unknown),
 2015-09-27 10:22 UTC 

Partnership
 2015-09-27  4:49 UTC 

[PATCH] Documentation: ACPI: add copy_dsdt to ACPI format options
 2015-09-26 16:27 UTC 

[PATCH 1/2] spi: pxa2xx: Set the max_speed_hz of the master
 2015-09-26  9:23 UTC  (4+ messages)
` [PATCH 2/2] spi: pxa2xx: Use ACPI_COMPANION() instead of acpi_bus_get_device()

[PATCH v4 0/22] On-demand device probing
 2015-09-25 17:03 UTC  (7+ messages)
` [PATCH v4 05/22] gpio: Probe GPIO drivers on demand
` [PATCH v4 06/22] gpio: Probe pinctrl devices "
` [PATCH v4 16/22] pinctrl: "

[PATCH 05/11] x86, pci, acpi: Move arch-agnostic MMCONFIG (aka ECAM) and ACPI code out of arch/x86/ directory
 2015-09-25 16:19 UTC  (14+ messages)

[PATCH V3 1/2] ACPI / EC: Fix broken big-endian 64bit platforms using 'global_lock'
 2015-09-25  0:17 UTC  (10+ messages)

[PATCH 1/2] device property: Add fwnode_property_match_string()
 2015-09-25  0:29 UTC  (6+ messages)
` [PATCH 2/2] acpi-dma: Add support for "dma-names" device property

[patch] ACPI / tables: test the correct variable
 2015-09-25  0:23 UTC  (2+ messages)

[PATCH v1 0/8] enable I2C devices behind I2C bus on Gen2
 2015-09-24 17:29 UTC  (11+ messages)
` [PATCH v1 2/8] mfd: core: redo ACPI matching of the children devices
` [PATCH v1 3/8] mfd: intel_quark_i2c_gpio: load gpio driver first
` [PATCH v1 8/8] pwm-pca9685: enable ACPI device found on Galileo Gen2

[PATCH 0/4] ACPI / core : few cleanups and updates for LPI
 2015-09-24 13:05 UTC  (5+ messages)
` [PATCH v2 0/5] ACPI / processor_idle: Add ACPIv6.0 LPI support
  ` [PATCH v2 4/5] ACPI / processor_idle : introduce ARCH_SUPPORTS_ACPI_PROCESSOR_CSTATE

[PATCH 0/3] ACPI / EC: Fix several code coverity issues
 2015-09-24  6:54 UTC  (4+ messages)
` [PATCH 1/3] ACPI / EC: Fix a memory leak issue in acpi_ec_query()
` [PATCH 2/3] ACPI / EC: Fix query handler related issues
` [PATCH 3/3] ACPI / EC: Fix a race issue in acpi_ec_guard_event()

(unknown),
 2015-09-23 17:16 UTC 

[RFC 0/5] console/acpi: add DBG2 and SPCR console configuration
 2015-09-23 15:45 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;
as well as URLs for NNTP newsgroup(s).