public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-03-27 22:20:32 to 2009-04-01 16:51:02 UTC [more...]

[PATCH 1/2] toshiba-acpi: Add support for hotkey notifications
 2009-04-01 16:50 UTC  (7+ messages)
` [PATCH 2/2] toshiba-acpi: Support TOS1900-type devices

ACPI & driver patches for 2.6.30-rc0
 2009-04-01 13:15 UTC  (117+ messages)
` [PATCH 01/98] thermal: use integers rather than strings for thermal values
  ` [PATCH 02/98] ACPI: move thermal trip handling to generic thermal layer
  ` [PATCH 03/98] ACPI: introduce sysfs I/F for dynamic tables
  ` [PATCH 04/98] ACPI: Add the dmi check to make acpi_enforce_resources strict
  ` [PATCH 05/98] hp-wmi: notify of a potential docking state change on resume
  ` [PATCH 06/98] acpi: fix of pmtimer overflow that make Cx states time incorrect
  ` [PATCH 07/98] ACPI: pci_link: clean up whitespace
  ` [PATCH 08/98] ACPI: pci_link: remove unnecessary casts and initializations
  ` [PATCH 09/98] ACPI: pci_link: remove unnecessary null pointer checks
  ` [PATCH 10/98] ACPI: pci_link: simplify list of link devices
  ` [PATCH 11/98] ACPI: PCI: use generic pci_swizzle_interrupt_pin()
  ` [PATCH 12/98] ACPI: update Kconfig help texts (no functional changes)
  ` [PATCH 13/98] ACPI: move private declarations to internal.h
  ` [PATCH 14/98] ACPICA: Add error check to debug object dump routine
  ` [PATCH 15/98] ACPICA: Allow OS override of all ACPI tables
  ` [PATCH 16/98] ACPICA: Remove extraneous parameter in table manager
  ` [PATCH 17/98] ACPICA: Add override for dynamic tables
  ` [PATCH 18/98] ACPICA: Update FADT flag definitions
  ` [PATCH 19/98] ACPICA: Update version to 20090123
  ` [PATCH 20/98] ACPICA: Split out PM1 status registers from the FADT
  ` [PATCH 21/98] ACPICA: Check for non-zero address before being converted to GAS
  ` [PATCH 22/98] ACPICA: Update comments in module header
  ` [PATCH 23/98] ACPICA: Fix writes to optional PM1B registers
  ` [PATCH 24/98] ACPICA: Remove extra write for acpi_hw_clear_acpi_status
  ` [PATCH 25/98] ACPICA: For PM1B registers, do not shift value read or written
  ` [PATCH 26/98] ACPICA: Fix parameter validation for acpi_read/write
  ` [PATCH 27/98] ACPICA: Remove redundant ACPI_BITREG_SLEEP_TYPE_B
  ` [PATCH 28/98] ACPICA: Add function to handle PM1 control registers
  ` [PATCH 29/98] ACPICA: Remove ACPI_GET_OBJECT_TYPE macro
  ` [PATCH 30/98] ACPICA: Conditionally compile acpi_set_firmware_waking_vector64
  ` [PATCH 31/98] ACPICA: Debug output: print result of _OSI invocations
  ` [PATCH 32/98] ACPICA: Debug output: decrease verbosity of DB_INFO debug level
  ` [PATCH 33/98] ACPICA: Formatting update - no functional changes
  ` [PATCH 34/98] ACPICA: Optimize ACPI register locking
  ` [PATCH 35/98] ACPICA: Rename ACPI bit register access functions
  ` [PATCH 36/98] ACPICA: Restructure "
  ` [PATCH 37/98] ACPICA: Update table header print function
  ` [PATCH 38/98] ACPICA: Update version to 20090220
  ` [PATCH 39/98] ACPICA: Add manifest constants for bit register values
  ` [PATCH 40/98] ACPICA: Formatting update - no functional changes
  ` [PATCH 41/98] ACPICA: FADT: Fix extraneous length mismatch warning
  ` [PATCH 42/98] ACPICA: Fix AcpiWalkNamespace race condition with table unload
  ` [PATCH 43/98] ACPICA: Change handling of PM1 Status register ignored bit
  ` [PATCH 44/98] ACPICA: Preserve all PM control reserved and ignored bits
  ` [PATCH 45/98] ACPICA: New: I/O port protection
  ` [PATCH 46/98] ACPICA: Remove obsolete acpi_os_validate_address interface
  ` [PATCH 47/98] ACPICA: Clear PM register write-only bits on reading
  ` [PATCH 48/98] ACPICA: Remove unused code, no functional change
  ` [PATCH 49/98] ACPICA: Condense some protected ports
  ` [PATCH 50/98] ACPICA: Fix PCI configuration space port address range
  ` [PATCH 51/98] ACPICA: FADT: Favor 32-bit register addresses for compatibility
  ` [PATCH 52/98] ACPICA: FADT: Favor 32-bit FACS and DSDT addresses
  ` [PATCH 53/98] ACPICA: Fix index value in package warning message
  ` [PATCH 54/98] ACPICA: Update version to 20090320
  ` [PATCH 55/98] sony-laptop: Add support for new Sony platform API
  ` [PATCH 56/98] sony-laptop: Enable EC on newer hardware
  ` [PATCH 57/98] sony-laptop: Add support for extra keyboard events
  ` [PATCH 58/98] sony-laptop: Add rfkill support on new models
  ` [PATCH 59/98] sony-laptop: Add support for extended hotkeys
  ` [PATCH 60/98] sony-laptop: merge Type4 into Type3
  ` [PATCH 61/98] sony-laptop: VGN-A317M hotkey support
  ` [PATCH 62/98] sony-laptop: Eliminate BKL in ioctls
  ` [PATCH 63/98] sony-laptop: detect the ICH9 chipset as Type3
  ` [PATCH 64/98] sony-laptop: notify the hardware of a state change in wwanpower
  ` [PATCH 65/98] sony-laptop: Add FW specific hotkey events
  ` [PATCH 66/98] sony-laptop: Make sony_pic_set_wwanpower not take mutexes
  ` [PATCH 67/98] sony-laptop: update copyright
  ` [PATCH 68/98] sony-laptop: Kill the BKL
  ` [PATCH 69/98] ACPI: skip DMI power state check when ACPI disabled
  ` [PATCH 70/98] ACPI: call acpi_scan_init() explicitly rather than as initcall
  ` [PATCH 71/98] ACPI: call acpi_ec_init() "
  ` [PATCH 72/98] ACPI: call acpi_power_init() "
  ` [PATCH 73/98] ACPI: call acpi_system_init() "
  ` [PATCH 74/98] ACPI: call acpi_debug_init() "
  ` [PATCH 75/98] ACPI: call init_acpi_device_notify() "
  ` [PATCH 76/98] ACPI: call acpi_sleep_proc_init() "
  ` [PATCH 77/98] ACPI: call acpi_wakeup_device_init() "
  ` [PATCH 78/98] ACPI: tidy up makefile
  ` [PATCH 79/98] ACPI: cpufreq: use new bit register access function
  ` [PATCH 80/98] ACPI: update thermal for bus_id removal
  ` [PATCH 81/98] thermal: support forcing support for passive cooling
  ` [PATCH 82/98] ACPI: remove unused acpi_device_ops .lock and .scan methods
  ` [PATCH 83/98] ACPI: remove unused acpi_device_ops .shutdown method
  ` [PATCH 84/98] ACPI: remove unused acpi_bus_ops flags
  ` [PATCH 85/98] ACPI: Avoid wiping out pr->performance during preregistering
  ` [PATCH 86/98] ACPI: cap off P-state transition latency from buggy BIOSes
  ` [PATCH 87/98] Fix state reporting in tc1100-wmi
  ` [PATCH 88/98] ACPI video: check the return value of acpi_video_device_lcd_get_level_current
  ` [PATCH 89/98] ACPI video: check the return value of acpi_video_device_lcd_set_level
  ` [PATCH 90/98] ACPI video: support _BCL packages that don't export brightness levels when machine is on AC/Battery
  ` [PATCH 91/98] ACPI video: support reversed _BCL method in ACPI video driver
  ` [PATCH 92/98] ACPI video: support _BQC/_BCL/_BCM methods that use index values
  ` [PATCH 93/98] ACPI video: support buggy BIOSes with _BCQ implemented
  ` [PATCH 94/98] ACPI: Populate DIDL before registering ACPI video device on Intel
  ` [PATCH 95/98] ACPI: suspend: Add the Pansonic CF51 box to the dmi check table
  ` [PATCH 96/98] ACPI: battery: add power_{now,avg} properties to power_class
  ` [PATCH 97/98] ACPI video: add a warning message if _BQC is not found
  ` [PATCH 98/98] ACPI: get_throttling_state() cannot be larger than state_count

[PATCH 0/4] sony-laptop fixes for 2.6.30
 2009-04-01 13:10 UTC  (5+ messages)
` [PATCH 1/4] sony-laptop: Fix some typos in log messages (Unabe/Unable)
  ` [PATCH 2/4] sony-laptop: new style events typo fixes
    ` [PATCH 3/4] sony-laptop should depend on RFKILL
      ` [PATCH 4/4] sony-laptop: fix event reporting for new style events

[PATCH 00/10] ACPI: add device .notify methods
 2009-03-31 22:58 UTC  (20+ messages)
` [PATCH 01/10] ACPI: support acpi_device_ops "
` [PATCH 02/10] ACPI: button: use .notify method instead of installing handler directly
` [PATCH 03/10] ACPI: processor: "
` [PATCH 04/10] ACPI: thermal: "
` [PATCH 05/10] ACPI: video: "
` [PATCH 06/10] fujitsu-laptop: "
  ` [PATCH 06/10] fujitsu-laptop: use .notify method instead of
` [PATCH 07/10] fujitsu-laptop: use .notify method instead of installing hotkey handler directly
  ` [PATCH 07/10] fujitsu-laptop: use .notify method instead of installing "
` [PATCH 08/10] panasonic-laptop: "
` [PATCH 09/10] sony-laptop: "
` [PATCH 10/10] ACPI: WMI: "

[PATCH 1/2] toshiba-acpi: Add support for hotkey notifications
 2009-03-31 21:43 UTC  (2+ messages)

[PATCH] PNPACPI: Enable PNPACPI _PSx Support, v3
 2009-03-31 20:37 UTC  (4+ messages)

new fixes for sony-acpi
 2009-03-31 15:20 UTC  (12+ messages)

Is it everything fine?
 2009-03-31 13:08 UTC 

[patch] x86, acpi: add support for x2apic ACPI extensions
 2009-03-30 21:55 UTC  (4+ messages)

platform for testing ACPI CPU hotplug?
 2009-03-30 19:44 UTC 

[PATCH] Avoid wiping out pr->performance during preregistering
 2009-03-30  8:04 UTC  (3+ messages)

[PATCH] ACPI: add "auto" to acpi_enforce_resources
 2009-03-30  7:36 UTC  (15+ messages)

[PATCH] eeepc-laptop: fix wlan rfkill state change during init
 2009-03-30  7:01 UTC  (3+ messages)

warning at powernowk8_cpu_init()
 2009-03-30  2:38 UTC  (2+ messages)

2.6.30-rc1: acpi: bus uevent() returned -12; ACPI: I/O resource w83627hf conflicts with ACPI region IP__
 2009-03-29 16:53 UTC 

[PATCH 1/3] ACPI: battery: add power_{now, avg} properties to power_class
 2009-03-28 21:59 UTC  (6+ messages)

Incorrect ACPI blacklisting of ASUS P4B266 ?
 2009-03-28 15:32 UTC 

Paravirtualizing bits of acpi access
 2009-03-28 13:56 UTC  (12+ messages)
` [Xen-devel] "
      `  "

[PATCH] acpi: Populate DIDL before registering ACPI video device on Intel
 2009-03-28  5:46 UTC  (4+ messages)
` [PATCH v2] "

[patch]: ACPI: Add the Pansonic CF51 box to the dmi check table
 2009-03-28  2:21 UTC  (2+ messages)

[RESEND PATCH 0/6] ACPI video: cleanups and fixes for the recent buggy _BQC/_BCL/_BCM BIOSes
 2009-03-28  2:02 UTC  (2+ messages)

[PATCH] ACPI: make some IO ports off-limits to AML
 2009-03-28  1:30 UTC  (3+ messages)

[PATCH] ACPI: cap off P-state transition latency from buggy BIOSes
 2009-03-28  1:23 UTC  (2+ messages)

[PATCH] acpi: Use 32-bit FADT values on X86
 2009-03-28  0:55 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