linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-01-27 14:46:07 to 2015-02-03 21:57:53 UTC [more...]

[Patch v2 00/23] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-02-03 21:57 UTC  (27+ messages)
` [Patch v2 01/23] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
` [Patch v2 02/23] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v2 03/23] ACPI: Implement proper length checks for mem resources
` [Patch v2 04/23] ACPI: Use the length check for io resources as well
` [Patch v2 05/23] ACPI: Let the parser return false for disabled resources
` [Patch v2 06/23] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v2 07/23] ACPI: Move the window flag logic to the combined parser
` [Patch v2 08/23] ACPI: Add prefetch decoding to the address space parser
` [Patch v2 09/23] ACPI: Fix a bug in parsing ACPI Memory24 resource
` [Patch v2 10/23] ACPI: Normalize return value of resource parser functions
` [Patch v2 11/23] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v2 12/23] ACPI: Enforce stricter checks for address space descriptors
` [Patch v2 13/23] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v2 14/23] ACPI: Translate resource into master side address for bridge window resources
` [Patch v2 15/23] ACPI: Add field offset to struct resource_list_entry
` [Patch v2 16/23] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v2 17/23] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v2 18/23] PCI: Use common resource list management code instead of private implementation
` [Patch v2 19/23] x86/PCI: Fix the range check for IO resources
` [Patch v2 20/23] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v2 21/23] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v2 22/23] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v2 23/23] x86/irq, ACPI: Implement ACPI driver to support "

[PATCH V3] acpi:apd:add AMD ACPI2Platform device support for x86 system
 2015-02-03 22:07 UTC  (3+ messages)

[PATCH v8 00/21] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-02-03 22:04 UTC  (48+ messages)
` [PATCH v8 01/21] acpi: add arm64 to the platforms that use ioremap
` [PATCH v8 02/21] acpi: fix acpi_os_ioremap for arm64
` [PATCH v8 03/21] arm64: allow late use of early_ioremap
` [PATCH v8 04/21] ARM64 / ACPI: Get RSDP and ACPI boot-time tables
` [PATCH v8 05/21] ACPI / sleep: Introduce sleep_arm.c
` [PATCH v8 06/21] ARM64 / ACPI: Introduce PCI stub functions for ACPI
` [PATCH v8 07/21] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
` [PATCH v8 08/21] dt / chosen: Add linux,uefi-stub-generated-dtb property
` [PATCH v8 09/21] ARM64 / ACPI: Disable ACPI if FADT revision is less than 5.1
` [PATCH v8 10/21] ARM64 / ACPI: If we chose to boot from acpi then disable FDT
` [PATCH v8 11/21] ARM64 / ACPI: Get PSCI flags in FADT for PSCI init
` [PATCH v8 12/21] ACPI / table: Print GIC information when MADT is parsed
` [PATCH v8 13/21] ARM64 / ACPI: Parse MADT for SMP initialization
` [PATCH v8 14/21] ACPI / processor: Make it possible to get CPU hardware ID via GICC
` [PATCH v8 15/21] ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsi
` [PATCH v8 16/21] irqchip: Add GICv2 specific ACPI boot support
` [PATCH v8 17/21] clocksource / arch_timer: Parse GTDT to initialize arch timer
` [PATCH v8 18/21] ARM64 / ACPI: Select ACPI_REDUCED_HARDWARE_ONLY if ACPI is enabled on ARM64
` [PATCH v8 19/21] ARM64 / ACPI: Enable ARM64 in Kconfig
` [PATCH v8 20/21] Documentation: ACPI for ARM64
` [PATCH v8 21/21] arm64: ACPI: additions of ACPI documentation for arm64
  ` [Linaro-acpi] [PATCH v8 00/21] Introduce ACPI for ARM64 based on ACPI 5.1

[PATCH 0/2] ACPI / cpuidle: More code complexity/duplication reduction
 2015-02-03 21:15 UTC  (3+ messages)
` [PATCH 1/2] ACPI / cpuidle: Merge acpi_idle_enter_c1() and acpi_idle_enter_simple()
` [PATCH 2/2] ACPI / cpuidle: Common callback routine for entering states

ACPI PCC probe failed
 2015-02-03 15:11 UTC  (2+ messages)

[PATCH V2] acpi:apd:add AMD ACPI2Platform device support for x86 system
 2015-02-03 10:15 UTC  (6+ messages)

[PATCH 0/6] PCI: MMCONFIG clean up
 2015-02-03  9:30 UTC  (6+ messages)
` [PATCH 3/6] x86, acpi, pci: Move PCI config space accessors

[Patch Part2 v4 00/33] Clean up obsoleted x86 interrupt manangement code and interfaces
 2015-02-03  2:52 UTC  (2+ messages)

[Patch Part1 v7 00/38] Convert x86 to hierarchy irqdomain and stacked irqchip
 2015-02-03  2:51 UTC  (2+ messages)

[PATCH v3 00/20] power_supply: Allow safe usage of power supply
 2015-02-02  8:58 UTC  (22+ messages)
` [PATCH v3 01/20] power_supply: Add driver private data
` [PATCH v3 03/20] power_supply: Add API for safe access of power supply function attrs
` [PATCH v3 04/20] power_supply: sysfs: Use power_supply_*() API for accessing "
` [PATCH v3 05/20] power_supply: 88pm860x_charger: "
` [PATCH v3 06/20] power_supply: ab8500: "
` [PATCH v3 07/20] mfd: "
` [PATCH v3 08/20] power_supply: apm_power: "
` [PATCH v3 09/20] power_supply: bq2415x_charger: "
` [PATCH v3 10/20] power_supply: charger-manager: "
` [PATCH v3 11/20] power_supply: Change ownership from driver to core
` [PATCH v3 12/20] power_supply: Add power_supply_put for decrementing device reference counter
` [PATCH v3 13/20] power_supply: Increment power supply use counter when obtaining references
` [PATCH v3 14/20] power_supply: charger-manager: Decrement the power supply's device reference counter
` [PATCH v3 15/20] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [PATCH v3 16/20] x86/olpc/xo15/sci: "
` [PATCH v3 18/20] power_supply: bq2415x_charger: Decrement the power supply's device reference counter
` [PATCH v3 19/20] mfd: ab8500: "
` [PATCH v3 20/20] arm: mach-pxa: "
  ` [PATCH v3 02/20] power_supply: Move run-time configuration to separate structure
  ` [PATCH v3 17/20] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter

Hello B !! !!
 2015-01-31 13:23 UTC 

[RFC PATCH] gpio: support for GPIO forwarding
 2015-01-30 16:17 UTC  (5+ messages)

[PATCH v7 00/17] Introduce ACPI for ARM64 based on ACPI 5.1
 2015-01-30 15:12 UTC  (28+ messages)
` [PATCH v7 04/17] ARM64 / ACPI: Introduce early_param for "acpi" and pass acpi=force to enable ACPI
  ` [Linaro-acpi] "
` [PATCH v7 13/17] ARM64 / ACPI: Add GICv2 specific ACPI boot support

[PATCH 1/3 V3] acpi:soc: merge common codes for creating platform device
 2015-01-30 15:08 UTC  (4+ messages)

[PATCH 0/4] dln2: add support for ACPI
 2015-01-30  0:03 UTC  (3+ messages)
` [PATCH 1/4] ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id

[PATCH] PNP: Switch from __check_region() to __request_region()
 2015-01-30  0:01 UTC  (4+ messages)

[PATCH] ACPI/sleep: mark acpi_sleep_dmi_check() __init
 2015-01-30  0:09 UTC  (2+ messages)

[PATCH] ACPI / LPSS: Remove non-existing clock control from Intel Lynxpoint I2C
 2015-01-30  0:08 UTC  (3+ messages)

[PATCH v2] acpi-video: Add disable_native_backlight quirk for Samsung 730U3E/740U3E
 2015-01-30  0:08 UTC  (2+ messages)

[PATCH] ACPI / LPSS: check the result of ioremap
 2015-01-30  0:06 UTC  (4+ messages)

[PATCH] acpi: remove pointless checks for NULL pointer
 2015-01-30  0:05 UTC  (2+ messages)

[PATCH 0/5] ACPI / cpuidle: More driver cleanups
 2015-01-29 18:30 UTC  (6+ messages)
` [PATCH 1/5] ACPI / cpuidle: Drop unnecessary calls from ->enter callback routines
` [PATCH 2/5] ACPI / cpuidle: Clean up fallback to C1 checks
` [PATCH 3/5] ACPI / cpuidle: Drop irrelevant comment from acpi_idle_enter_simple()
` [PATCH 4/5] ACPI / cpuidle: Clean up white space in a switch statement
` [PATCH 5/5] ACPI / cpuidle: Drop flags.bm_check tests from acpi_idle_enter_bm()

[PATCH 1/4] ACPI / LPAT: Common table processing functions
 2015-01-29 17:38 UTC  (5+ messages)
` [PATCH 2/4] ACPI / PMIC: Use common LPAT table handling functions
` [PATCH 3/4] Thermal/int340x: LPAT conversion for temperature
` [PATCH 4/4] Thermal/int340x/int3403: Support for thermistor and IR sensor

[Patch v2 00/22] Improve ACPI resource parsing interfaces and enable IOAPIC hotplug
 2015-01-29  3:11 UTC  (31+ messages)
` [Patch v2 01/22] ACPICA: Resources: Provide common part for struct acpi_resource_address structures
` [Patch v2 02/22] ACPI: Remove redundant check in function acpi_dev_resource_address_space()
` [Patch v2 03/22] ACPI: Implement proper length checks for mem resources
` [Patch v2 04/22] ACPI: Use the length check for io resources as well
` [Patch v2 05/22] ACPI: Let the parser return false for disabled resources
` [Patch v2 06/22] ACPI: Unify the parsing of address_space and ext_address_space
` [Patch v2 07/22] ACPI: Move the window flag logic to the combined parser
` [Patch v2 08/22] ACPI: Add prefetch decoding to the address space parser
` [Patch v2 09/22] ACPI: Fix a bug in parsing ACPI Memroy24 resource
` [Patch v2 10/22] ACPI: Normalize return value of resource parser functions
` [Patch v2 11/22] ACPI: Set flag IORESOURCE_UNSET for unassigned resources
` [Patch v2 12/22] ACPI: Enforce stricter checks for address space descriptors
` [Patch v2 13/22] ACPI: Return translation offset when parsing ACPI address space resources
` [Patch v2 14/22] ACPI: Translate resource into master side address for bridge window resources
` [Patch v2 15/22] ACPI: Add field offset to struct resource_list_entry
` [Patch v2 16/22] ACPI: Introduce helper function acpi_dev_filter_resource_type()
` [Patch v2 17/22] resources: Move struct resource_list_entry from ACPI into resource core
` [Patch v2 18/22] PCI: Use common resource list management code instead of private implementation
` [Patch v2 19/22] x86/PCI/ACPI: Use common ACPI resource interfaces to simplify implementation
` [Patch v2 20/22] x86/PCI: Refine the way to release PCI IRQ resources
` [Patch v2 21/22] ACPI: Add interfaces to parse IOAPIC ID for IOAPIC hotplug
` [Patch v2 22/22] x86/irq, ACPI: Implement ACPI driver to support "

[PATCH] ACPI / cpuidle: Drop unnecessary calls from acpi_idle_do_entry()
 2015-01-29  2:13 UTC 

[PATCH] Documentation/acpi: add the missing '='
 2015-01-29  1:57 UTC  (5+ messages)

Overriding DSDT and ignored resources
 2015-01-28 10:21 UTC  (2+ messages)

[Patch Part2 v4 06/33] x86/irq: Kill x86_io_apic_ops.eoi_ioapic_pin and related interfaces
 2015-01-28  1:56 UTC  (2+ messages)
  ` [Patch Part2 v4] "

About Goodix-TS on Bay Trail, and ACPI and interrupts
 2015-01-27 14:45 UTC  (6+ 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).