public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-01-16 22:56:46 to 2013-01-21 21:24:59 UTC [more...]

[PATCH V6 0/8] usb: usb port power off mechanism and expose usb port connect type
 2013-01-21 21:24 UTC  (11+ messages)
` [PATCH v6 2/8] usb: Register usb port's acpi power resources
` [PATCH v6 3/8] PM/Qos: Expose dev_pm_qos_flags symbol
` [PATCH v6 4/8] usb: add runtime pm support for usb port device
` [PATCH v6 6/8] usb: expose usb port's pm qos flags to user space
` [PATCH v6 7/8] usb: add usb_device_allow_power_off() and usb_device_prevent_power_off() function
  ` [PATCH v6 1/8] USB: Set usb port's DeviceRemovable according acpi information
  ` [PATCH v6 5/8] usb: add usb port auto power off mechanism
  ` [PATCH v6 8/8] usb: enable usb port device's async suspend

[PATCH v10 00/11] PCI, ACPI: pci root bus hotplug support / pci match_driver
 2013-01-21 21:20 UTC  (12+ messages)
` [PATCH v10 01/11] PCI, acpiphp: Add is_hotplug_bridge detection
` [PATCH v10 02/11] PCI: Add root bus children dev's res to fail list
` [PATCH v10 03/11] PCI: Set dev_node early for pci_dev
` [PATCH v10 04/11] PCI: Fix a device reference count leakage issue in pci_dev_present()
` [PATCH v10 05/11] PCI: make PCI device create/destroy logic symmetric
` [PATCH v10 06/11] PCI, ACPI, acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work
` [PATCH v10 07/11] PCI, acpiphp: Move and enhance hotplug support of pci host bridge
` [PATCH v10 08/11] PCI, ACPI: debug print for installation of acpi root bridge's notifier
` [PATCH v10 09/11] PCI, acpiphp: Don't bailout even no slots found yet
` [PATCH v10 10/11] PCI: Skip attaching driver in device_add()
` [PATCH v10 11/11] PCI: Put pci dev to device tree as early as possible

[RFC][PATCH 0/3] ACPI / PM: Export power resources information to user space
 2013-01-21 20:58 UTC  (19+ messages)
` [RFC][PATCH 1/3] ACPI / PM: Expose reference count values of ACPI power resources
` [RFC][PATCH 2/3] sysfs: Functions for adding/removing symlinks to/from attribute groups
` [RFC][PATCH 3/3] ACPI / PM: Expose lists of device power resources to user space
` [RFC][Update][PATCH 0/3] ACPI / PM: Export power resources information "
  ` [RFC][Update][PATCH 1/3] ACPI / PM: Expose reference count values of ACPI power resources
  ` [RFC][Update][PATCH 2/3] sysfs: Functions for adding/removing symlinks to/from attribute groups
  ` [RFC][Update][PATCH 3/3] ACPI / PM: Expose lists of device power resources to user space
  ` [RFC][Update 2][PATCH 0/4] ACPI / PM: Export power information "
    ` [RFC][Update 2][PATCH 1/4] ACPI / PM: Export power states of ACPI devices via sysfs
    ` [RFC][Update 2][PATCH 2/4] ACPI / PM: Expose reference count values of ACPI power resources
    ` [RFC][Update 2][PATCH 3/4] sysfs: Functions for adding/removing symlinks to/from attribute groups
    ` [RFC][Update 2][PATCH 4/4] ACPI / PM: Expose lists of device power resources to user space

[PATCH] libata: pm: differentiate system and runtime pm for ata port
 2013-01-21 20:44 UTC  (2+ messages)

[PATCH v13 0/9] ZPODD Patches
 2013-01-21 20:42 UTC  (6+ messages)
` [PATCH v13 2/9] libata: identify and init ZPODD devices
` [PATCH v13 8/9] libata: do not suspend port if normal ODD is attached

[RFC PATCH v5 0/8] introduce PCI bus notifier chain to get rid of the ACPI PCI subdriver interfaces
 2013-01-21 17:06 UTC  (22+ messages)
` [RFC PATCH v5 1/8] PCI: make PCI device create/destroy logic symmetric
` [RFC PATCH v5 2/8] PCI: split registration of PCI bus devices into two stages
` [RFC PATCH v5 3/8] PCI: add a blocking notifier chain for PCI bus addition/removal
` [RFC PATCH v5 4/8] ACPI, PCI: avoid building pci_slot as module
` [RFC PATCH v5 5/8] PCI, ACPI: hook PCI bus notifications to create/destroy PCI slots
` [RFC PATCH v5 6/8] pci_slot: replace printk(KERN_xxx) with pr_xxx()
` [RFC PATCH v5 7/8] PCI/PCIe: add "pci=nopciehp" to disable PCIe native hotplug
` [RFC PATCH v5 8/8] PCI/PCIe: only claim PME from firmware when CONFIG_PCIE_PME is enabled

[PATCH v13 1/9] scsi: sr: support runtime pm
 2013-01-21 16:59 UTC  (15+ messages)
          ` [RFC PATCH] "

[PATCH] ACPI: Remove useless type argument of driver .remove() operation
 2013-01-21 16:08 UTC  (3+ messages)

[PATCH 0/6] ACPI / PM: ACPI power management update
 2013-01-21 12:59 UTC  (4+ messages)
` [PATCH 4/6] ACPI / PM: Export power states of ACPI devices via sysfs
  ` [Update][PATCH] "

[PATCH v9 00/11] PCI, ACPI: pci root bus hotplug support / pci match_driver
 2013-01-21 12:43 UTC  (27+ messages)
` [PATCH v9 01/11] PCI, acpiphp: Add is_hotplug_bridge detection
` [PATCH v9 02/11] PCI: Add root bus children dev's res to fail list
` [PATCH v9 03/11] PCI: Set dev_node early for pci_dev
` [PATCH v9 04/11] PCI: Fix a device reference count leakage issue in pci_dev_present()
` [PATCH v9 05/11] PCI: make PCI device create/destroy logic symmetric
` [PATCH v9 06/11] PCI, ACPI, acpiphp: Rename alloc_acpiphp_hp_work() to alloc_acpi_hp_work
` [PATCH v9 07/11] PCI, acpiphp: Move and enhance hotplug support of pci host bridge
` [PATCH v9 08/11] PCI, ACPI: debug print for installation of acpi root bridge's notifier
` [PATCH v9 09/11] PCI, acpiphp: Don't bailout even no slots found yet
` [PATCH v9 10/11] PCI: Add match_driver in struct pci_dev
` [PATCH v9 11/11] PCI: Put pci dev to device tree as early as possible

[arch-general] powernow-k8 fails to load with linux 3.7.2
 2013-01-21 10:54 UTC  (19+ messages)

[PATCH] MODSIGN: Add TAINT_NOKEY_MODULE
 2013-01-21  1:50 UTC  (3+ messages)

[PATCH 0/6] acpi-cpufreq and powernow-k8 fixes
 2013-01-21  0:13 UTC  (10+ messages)
` [PATCH 1/6] powernow-k8: Add a kconfig dependency on acpi-cpufreq
` [PATCH 2/6] acpi-cpufreq: Do not load on K8
` [PATCH 3/6] cpufreq: Make acpi-cpufreq link first
` [PATCH 4/6] cpufreq: Add a get_current_driver helper
` [PATCH 5/6] powernow-k8: Cleanup module request
` [PATCH 6/6] powernow-k8: Cleanup init function

linux-next: Tree for Jan 18 [ BROKEN suspend: jbd2|acpi|pm? ]
 2013-01-19 12:46 UTC  (15+ messages)

[PATCH] ACPI / platform: fix comment about the platform device name
 2013-01-19  0:37 UTC  (2+ messages)

[PATCH v2 0/3] x86: enable common clk and add support for Lynxpoint clocks
 2013-01-19  0:17 UTC  (5+ messages)
` [PATCH v2 1/3] x86: add support for Intel Low Power Subsystem
` [PATCH v2 2/3] clk: x86: add support for Lynxpoint LPSS clocks
` [PATCH v2 3/3] ACPI / platform: create LPSS clocks if Lynxpoint devices are found during scan

[PATCH] ACPI / scan: Fold acpi_bus_scan() into acpi_bus_add()
 2013-01-18 22:59 UTC  (4+ messages)
  ` [PATCH] ACPI / scan: Drop acpi_bus_add() and use acpi_bus_scan() instead (was: Re: [PATCH] ACPI / scan: Fold acpi_bus_scan() into acpi_bus_add())

[PATCH] cpuidle: fix new C-states not functional after AC disconnect
 2013-01-18 22:24 UTC  (5+ messages)

[PATCH] fixes to ACPI subsystem which assumes cpuidle is always enabled
 2013-01-18 15:12 UTC  (3+ messages)

[PATCH] ACPI / PM: Remove obsolete comment in power.c
 2013-01-18 12:36 UTC 

[PATCH v2] HID: i2c-hid: add ACPI support
 2013-01-18 10:42 UTC  (5+ messages)

[PATCH] ACPI, APEI: Fixup incorrect 64-bit access width firmware bug
 2013-01-18  8:50 UTC  (5+ messages)

[RFC] ACPI S3 and Xen (suprisingly small\!)
 2013-01-17 14:48 UTC  (9+ messages)
` [PATCH 1/4] x86/wakeup/sleep: Check whether the TSS GDT descriptor is empty before using it
` [PATCH 2/4] xen/lowlevel: Implement pvop call for load_idt (sidt)
` [PATCH 4/4] xen/acpi: Prep saved_context cr3 values

[PATCH 0/3] x86: enable common clk and add support for Lynxpoint clocks
 2013-01-17 23:07 UTC  (6+ messages)
` [PATCH 3/3] ACPI: create Lynxpoint clocks if LPSS devices are found during scan
` [PATCH 1/3] x86: enable common clk on x86

[RFC PATCH v2 00/12] System device hot-plug framework
 2013-01-17 17:59 UTC  (3+ messages)

[PATCH v10 1/3] aerdrv: Trace Event for AER
 2013-01-17 17:21 UTC  (4+ messages)
` [PATCH v10 2/3] aerdrv: Enhanced AER logging
` [PATCH v10 3/3] aerdrv: Cleanup log output for AER

[PATCH] ACPI: fix obsolete comments
 2013-01-17 13:35 UTC  (2+ messages)

[PATCH] ACPI: add a dummy ACPI RTC driver to handle BIOS's accesses to registers delcared in OperationRegion
 2013-01-17 13:34 UTC  (5+ messages)

[PATCH v3] ACPI: add support for CSRT table
 2013-01-17  9:59 UTC 

[PATCH] ACPI: add support for CSRT table
 2013-01-17  4:50 UTC  (4+ messages)
` [PATCH v2] "

-next: no resume from suspend
 2013-01-16 23:13 UTC  (5+ messages)


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