public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-04-23 08:43:16 to 2008-04-29 06:54:05 UTC [more...]

[patch 00/54] PNP cleanup, v4
 2008-04-29  6:53 UTC  (73+ messages)
` [patch 01/54] PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set
` [patch 02/54] ISAPNP: move config register addresses out of isapnp.h
` [patch 03/54] PNPACPI: continue after _CRS and _PRS errors
` [patch 04/54] PNP: make pnp_add_id() internal to PNP core
` [patch 05/54] PNP: change pnp_add_id() to allocate its own pnp_id structures
` [patch 06/54] PNP: add pnp_eisa_id_to_string()
` [patch 07/54] PNP: add pnp_alloc_dev()
` [patch 08/54] PNP: make pnp_add_card_id() internal to PNP core
` [patch 09/54] PNP: change pnp_add_card_id() to allocate its own pnp_id structures
` [patch 10/54] ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()
` [patch 11/54] PNP: add pnp_alloc_card()
` [patch 12/54] PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"
` [patch 13/54] PNPACPI: use temporaries to reduce repetition
` [patch 14/54] PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()
` [patch 15/54] PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate
` [patch 16/54] PNPACPI: pass pnp_dev instead of acpi_handle
` [patch 17/54] PNP: add debug output to option registration
` [patch 18/54] PNP: remove pnp_resource_table from internal get/set interfaces
` [patch 19/54] PNP: remove more pnp_resource_table arguments
` [patch 20/54] PNP: add debug output to encoders
` [patch 21/54] PNP: add debug when assigning PNP resources
` [patch 22/54] PNP: add pnp_init_resources(struct pnp_dev *) interface
` [patch 23/54] PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface
` [patch 24/54] PNP: remove unused interfaces using pnp_resource_table
` [patch 25/54] PNP: use dev_printk when possible
` [patch 26/54] PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
` [patch 27/54] PNP: add pnp_get_resource() interface
` [patch 28/54] PNP: remove pnp_mem_flags() as an lvalue
` [patch 29/54] PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table
` [patch 30/54] PNP: use conventional "i" for loop indices
` [patch 31/54] PNP: reduce redundancy in pnp_assign_port() and others
` [patch 32/54] PNP: reduce redundancy in pnp_check_port() "
` [patch 33/54] PNP: reduce redundancy in pnp_set_current_resources()
` [patch 34/54] PNP: check for conflicts with all resources, not just earlier ones
` [patch 35/54] PNP: pass resources, not indexes, to pnp_check_port(), et al
` [patch 36/54] PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table
` [patch 37/54] PNP: convert encoders "
` [patch 38/54] PNP: remove PNP_MAX_* uses
` [patch 39/54] rtc: dont reference pnp_resource_table directly
` [patch 40/54] PNP: make pnp_resource_table private to PNP core
` [patch 41/54] PNP: remove pnp_resource_table references from resource decoders
` [patch 42/54] PNP: add struct pnp_resource
` [patch 43/54] PNP: add pnp_resource index for ISAPNP
` [patch 44/54] PNP: add pnp_new_resource() to find a new unset pnp_resource
` [patch 45/54] PNP: make generic pnp_add_irq_resource()
` [patch 46/54] PNP: make generic pnp_add_dma_resource()
` [patch 47/54] PNP: make generic pnp_add_io_resource()
` [patch 48/54] PNP: make generic pnp_add_mem_resource()
` [patch 49/54] PNP: use pnp_get_pnp_resource() in resource assignment functions
` [patch 50/54] ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()
      ` 2.6.25 pci=noacpi
` [patch 51/54] PNPACPI: move _CRS/_PRS warnings closer to the action
` [patch 52/54] PNP: make interfaces private to the PNP core
` [patch 53/54] ISAPNP: remove unused pnp_dev->regs field
` [patch 54/54] PNPBIOS: remove include/linux/pnpbios.h

CF-30 ACPI (Core2Duo)
 2008-04-29  1:00 UTC  (2+ messages)

[patch 2.6.25-rc6 0/7] misc pm wake patches
 2008-04-29  0:20 UTC  (16+ messages)
` [RESEND patch 2.6.25] ACPI uses device_may_wakeup() policy inputs
          ` [linux-pm] "

[patch 00/55] PNP cleanup, v5
 2008-04-28 22:34 UTC  (56+ messages)
` [patch 01/55] PNP: turn on -DDEBUG when CONFIG_PNP_DEBUG is set
` [patch 02/55] ISAPNP: move config register addresses out of isapnp.h
` [patch 03/55] PNPACPI: continue after _CRS and _PRS errors
` [patch 04/55] PNP: make pnp_add_id() internal to PNP core
` [patch 05/55] PNP: change pnp_add_id() to allocate its own pnp_id structures
` [patch 06/55] PNP: add pnp_eisa_id_to_string()
` [patch 07/55] PNP: add pnp_alloc_dev()
` [patch 08/55] PNP: make pnp_add_card_id() internal to PNP core
` [patch 09/55] PNP: change pnp_add_card_id() to allocate its own pnp_id structures
` [patch 10/55] ISAPNP: pull pnp_add_card_id() out of isapnp_parse_card_id()
` [patch 11/55] PNP: add pnp_alloc_card()
` [patch 12/55] PNPACPI: pnpacpi_encode_ext_irq() wrongly set "irq" instead of "extended_irq"
` [patch 13/55] PNPACPI: use temporaries to reduce repetition
` [patch 14/55] PNPACPI: hoist dma_flags() out of pnpacpi_parse_allocated_dmaresource()
` [patch 15/55] PNPACPI: extend irq_flags() to set IORESOURCE_IRQ_SHAREABLE when appropriate
` [patch 16/55] PNPACPI: pass pnp_dev instead of acpi_handle
` [patch 17/55] PNP: add debug output to option registration
` [patch 18/55] PNP: remove pnp_resource_table from internal get/set interfaces
` [patch 19/55] PNP: remove more pnp_resource_table arguments
` [patch 20/55] PNP: add debug output to encoders
` [patch 21/55] PNP: add debug when assigning PNP resources
` [patch 22/55] PNP: add pnp_init_resources(struct pnp_dev *) interface
` [patch 23/55] PNP: remove pnp_resource_table from internal pnp_clean_resource_table interface
` [patch 24/55] PNP: remove unused interfaces using pnp_resource_table
` [patch 25/55] PNP: use dev_printk when possible
` [patch 26/55] PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()
` [patch 27/55] PNP: add pnp_get_resource() interface
` [patch 28/55] PNP: remove pnp_mem_flags() as an lvalue
` [patch 29/55] PNP: convert resource accessors to use pnp_get_resource(), not pnp_resource_table
` [patch 30/55] PNP: use conventional "i" for loop indices
` [patch 31/55] PNP: reduce redundancy in pnp_assign_port() and others
` [patch 32/55] PNP: reduce redundancy in pnp_check_port() "
` [patch 33/55] PNP: reduce redundancy in pnp_set_current_resources()
` [patch 34/55] PNP: check for conflicts with all resources, not just earlier ones
` [patch 35/55] PNP: pass resources, not indexes, to pnp_check_port(), et al
` [patch 36/55] PNP: convert resource checks to use pnp_get_resource(), not pnp_resource_table
` [patch 37/55] PNP: convert encoders "
` [patch 38/55] PNP: convert assign, interface "
` [patch 39/55] PNP: remove PNP_MAX_* uses
` [patch 40/55] rtc: dont reference pnp_resource_table directly
` [patch 41/55] PNP: make pnp_resource_table private to PNP core
` [patch 42/55] PNP: remove pnp_resource_table references from resource decoders
` [patch 43/55] PNP: add struct pnp_resource
` [patch 44/55] PNP: add pnp_get_pnp_resource()
` [patch 45/55] PNP: add pnp_resource index for ISAPNP
` [patch 46/55] PNP: add pnp_new_resource() to find a new unset pnp_resource
` [patch 47/55] PNP: make generic pnp_add_irq_resource()
` [patch 48/55] PNP: make generic pnp_add_dma_resource()
` [patch 49/55] PNP: make generic pnp_add_io_resource()
` [patch 50/55] PNP: make generic pnp_add_mem_resource()
` [patch 51/55] ISAPNP: fold isapnp_read_resources() back into isapnp_get_resources()
` [patch 52/55] PNPACPI: move _CRS/_PRS warnings closer to the action
` [patch 53/55] PNP: make interfaces private to the PNP core
` [patch 54/55] ISAPNP: remove unused pnp_dev->regs field
` [patch 55/55] PNPBIOS: remove include/linux/pnpbios.h

Linux 2.6.25 (coretemp reads high temperatures)
 2008-04-28 18:19 UTC  (3+ messages)

DMI info
 2008-04-28  8:03 UTC 

ACPI on Compaq 6715b - BIOS from the wrong end of the planet
 2008-04-27  9:06 UTC 

[PATCH 1/3] Correctly detect Sony TX770P PIC device type
 2008-04-27  6:15 UTC  (2+ messages)

[GIT PATCH] thinkpad-acpi queue for the 2.6.26 merge window (v2)
 2008-04-26  4:06 UTC  (16+ messages)
` [PATCH 01/14] ACPI: thinkpad-acpi: BIOS backlight mode helper (v2.1)
` [PATCH 02/14] ACPI: thinkpad-acpi: warn once about weird hotkey masks
` [PATCH 03/14] ACPI: thinkpad-acpi: enhance box identification output (v2)
` [PATCH 04/14] ACPI: thinkpad-acpi: rate-limit CMOS/EC unsynced error messages
` [PATCH 05/14] ACPI: thinkpad-acpi: fix brightness dimming control bug
` [PATCH 06/14] ACPI: thinkpad-acpi: claim tpacpi as an official short handle (v1.1)
` [PATCH 07/14] ACPI: thinkpad-acpi: prepare light and LED for sysfs support
` [PATCH 08/14] ACPI: thinkpad-acpi: add sysfs led class support for thinklight (v3.1)
` [PATCH 09/14] ACPI: thinkpad-acpi: add sysfs led class support to thinkpad leds (v3.2)
` [PATCH 10/14] ACPI: thinkpad-acpi: use uppercase for "LED" on user documentation
` [PATCH 11/14] ACPI: thinkpad-acpi: fluff really minor fix
` [PATCH 12/14] ACPI: thinkpad-acpi: use a private workqueue
` [PATCH 13/14] ACPI: thinkpad-acpi: fix selects in Kconfig
` [PATCH 14/14] ACPI: thinkpad-acpi: bump up version to 0.20

[2.6.25-stable PATCH] regression: powertop says 120K wakeups/sec
 2008-04-26  1:51 UTC  (2+ messages)
` [stable] "

Advice on result of using acpi_osi=Linux
 2008-04-25  2:20 UTC  (3+ messages)

ACPICA branch
 2008-04-25  4:18 UTC  (12+ messages)
` [PATCH 70/73] ACPICA: Fix to disable unknown spurious GPEs

[patch 00/53] PNP cleanup and convert to dynamic resources, v3
 2008-04-24 22:45 UTC  (7+ messages)
` [patch 22/53] PNP: factor pnp_init_resource_table() and pnp_clean_resource_table()

[PATCH, RFC] Create 'slot' sysfs attribute in /sys/devices/system/cpu/cpuN/topology/
 2008-04-24 18:57 UTC  (12+ messages)
` [PATCH, RFC] Create 'slot' sysfs attribute in/sys/devices/system/cpu/cpuN/topology/
    ` [PATCH, RFC] Create 'slot' sysfs attributein/sys/devices/system/cpu/cpuN/topology/
          ` [PATCH, RFC] Create 'slot' sysfsattributein/sys/devices/system/cpu/cpuN/topology/
              ` [PATCH 1/2] ia64: Remove printk noise on unimplemented SAL_PHYSICAL_ID_INFO
              ` [PATCH 2/2] ia64: Provide ACPI fixup for /proc/cpuinfo/physical_id

can't shut down
 2008-04-24  7:43 UTC  (6+ messages)

[Devel] Linux/ACPI vs ACPICA audit -- Linux-2.6.26-rc0 vs ACPICA-20080321
 2008-04-24  3:46 UTC 

ACPI on HP Pavilion dv2765tx, c-states problems
 2008-04-24  8:39 UTC  (7+ messages)

[PATCH 4/6] thermal: update the documentation
 2008-04-24  1:39 UTC  (7+ messages)

[GIT PATCH] ACPICA patches for 2.6.26-rc0
 2008-04-24  0:59 UTC 

[GIT PATCH] thinkpad-acpi queue for the 2.6.26 merge window
 2008-04-23 23:16 UTC  (7+ messages)
        ` [ibm-acpi-devel] "

DMI info for Zepto Znote
 2008-04-23 19:54 UTC 

[PATCH 0/3] eeepc-laptop: new driver
 2008-04-23 13:16 UTC  (4+ messages)
` [PATCH 1/3] eeepc-laptop: add base driver

[2.6 patch] proper prototype for acpi_processor_tstate_has_changed()
 2008-04-23  9:50 UTC 


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