Linux-ACPI Archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 18:18:08 to 2021-11-26 18:24:47 UTC [more...]

[PATCH v4 00/25] Introduce power-off+restart call chain API
 2021-11-26 18:00 UTC  (14+ messages)
` [PATCH v4 01/25] notifier: Remove extern annotation from function prototypes
` [PATCH v4 02/25] notifier: Add blocking_notifier_call_chain_is_empty()
` [PATCH v4 03/25] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v4 04/25] reboot: Correct typo in a comment
` [PATCH v4 05/25] reboot: Warn if restart handler has duplicated priority
` [PATCH v4 06/25] reboot: Warn if unregister_restart_handler() fails
` [PATCH v4 07/25] reboot: Remove extern annotation from function prototypes
` [PATCH v4 08/25] kernel: Add combined power-off+restart handler call chain API
` [PATCH v4 09/25] ARM: Use do_kernel_power_off()
` [PATCH v4 10/25] csky: "
` [PATCH v4 11/25] riscv: "
` [PATCH v4 12/25] arm64: "
` [PATCH v4 13/25] parisc: "

[PATCH v2 1/3] pinctrl: cherryview: Don't use pin/offset 0 to mark an interrupt line as unused
 2021-11-26 18:13 UTC  (11+ messages)
` [PATCH v2 2/3] pinctrl: cherryview: Do not allow the same interrupt line to be used by 2 pins
` [PATCH v2 3/3] pinctrl: cherryview: Ignore INT33FF UID 5 ACPI device

[PATCH 1/3] ACPI: PMIC: constify all struct intel_pmic_opregion_data declarations
 2021-11-26 15:56 UTC  (6+ messages)
` [PATCH 2/3] ACPI: PMIC: allow drivers to provide a custom lpat_raw_to_temp() function
` [PATCH 3/3] ACPI: PMIC: xpower: Fix _TMP ACPI errors

[PATCH v6 00/15] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-26 11:56 UTC  (27+ messages)
` [PATCH v6 01/15] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v6 02/15] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v6 03/15] i2c: acpi: Add i2c_acpi_new_device_by_fwnode() function
` [PATCH v6 04/15] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v6 05/15] regulator: Introduce tps68470-regulator driver
` [PATCH v6 06/15] clk: Introduce clk-tps68470 driver
` [PATCH v6 07/15] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v6 08/15] platform/x86: int3472: Split into 2 drivers
` [PATCH v6 09/15] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v6 10/15] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v6 11/15] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v6 12/15] platform/x86: int3472: Deal with probe ordering issues
` [PATCH v6 13/15] media: ipu3-cio2: Defer probing until the PMIC is fully setup
` [PATCH v6 14/15] media: ipu3-cio2: Call cio2_bridge_init() before anything else
` [PATCH v6 15/15] media: ipu3-cio2: Add support for instantiating i2c-clients for VCMs

[RFC PATCH v4] ACPI: Move sdei_init and ghes_init ahead to handle platform errors earlier
 2021-11-26  7:04 UTC 

[PATCH] gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
 2021-11-25 21:39 UTC  (2+ messages)

[PATCH] gpiolib: acpi: Do not set the IRQ type if the IRQ is already in use
 2021-11-25 20:35 UTC  (5+ messages)

[PATCH v5 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
 2021-11-25 15:01 UTC  (3+ messages)
` [PATCH v5 05/11] clk: Introduce clk-tps68470 driver
    ` 

[rafael-pm:bleeding-edge] BUILD SUCCESS 9be6a635aefb6c24bd82b95d7705fb5d83a5195b
 2021-11-25 13:32 UTC 

[PATCH v11 0/5] Add Xilinx AMS Driver
 2021-11-25 12:14 UTC  (8+ messages)
` [PATCH v11 1/5] device property: Add fwnode_iomap()
` [PATCH v11 2/5] arm64: zynqmp: DT: Add Xilinx AMS node
` [PATCH v11 3/5] iio: adc: Add Xilinx AMS driver
` [PATCH v11 4/5] dt-bindings: iio: adc: Add Xilinx AMS binding documentation
` [PATCH v11 5/5] MAINTAINERS: Add maintainer for xilinx-ams

[PATCH v4 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
 2021-11-25 11:04 UTC  (2+ messages)
` [PATCH v4 3/7] ACPI: APD: Add a fmw property clk-name

[PATCH] device property: Add fwnode_iomap()
 2021-11-25 10:51 UTC  (3+ messages)

[PATCH] ACPI / EC: Mark the ec_sys write_support param as module_param_hw()
 2021-11-25 10:36 UTC 

[PATCH v2 0/7] ACPI: acpi_device_override_status() changes
 2021-11-25  9:51 UTC  (13+ messages)
` [PATCH v2 1/7] ACPI / x86: Drop PWM2 device on Lenovo Yoga Book from always present table
` [PATCH v2 2/7] ACPI: Change acpi_device_always_present() into acpi_device_override_status()
` [PATCH v2 3/7] ACPI / x86: Allow specifying acpi_device_override_status() quirks by path
` [PATCH v2 4/7] ACPI / x86: Add not-present quirk for the PCI0.SDHB.BRC1 device on the GPD win
` [PATCH v2 5/7] ACPI / x86: Add PWM2 on the Xiaomi Mi Pad 2 to the always_present list
` [PATCH v2 6/7] mmc: sdhci-acpi: Remove special handling for GPD win/pocket devices
` [PATCH v2 7/7] mmc: sdhci-acpi: Use the new soc_intel_is_byt() helper

[PATCH v2] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-25  8:32 UTC 

[PATCH v3 2/7] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
 2021-11-25  6:20 UTC  (2+ messages)
` [PATCH v3 3/7] ACPI: APD: Add a fmw property clk-name

[PATCH v2] x86: Skip WBINVD instruction for VM guest
 2021-11-25  0:40 UTC  (2+ messages)

[PATCH] acpi/tables: Add AEST in ACPI Table Definition
 2021-11-25  0:32 UTC  (6+ messages)

[PATCH 0/2] ARM Error Source Table Support
 2021-11-24 18:51 UTC  (5+ messages)
` [PATCH 1/2] ACPI/AEST: Initial AEST driver
` [PATCH 2/2] trace, ras: add ARM RAS extension trace event

[PATCH v3 00/11] Add support for Legion 7 16ACHg6 laptop
 2021-11-24 17:36 UTC  (27+ messages)
` [PATCH 01/11] ASoC: cs35l41: Set the max SPI speed for the whole device
` [PATCH 02/11] ASoC: cs35l41: Convert tables to shared source code
` [PATCH 03/11] ASoC: cs35l41: Move regmap config struct to shared code
` [PATCH 04/11] ASoC: cs35l41: Create function for init array of Supplies
` [PATCH 05/11] ASoC: cs35l41: Move cs35l41_otp_unpack to shared code
` [PATCH 06/11] ASoC: cs35l41: Move power initializations to reg_sequence
` [PATCH 07/11] ASoC: cs35l41: Create shared function for errata patches
` [PATCH 08/11] ASoC: cs35l41: Create shared function for setting channels
` [PATCH 09/11] ASoC: cs35l41: Create shared function for boost configuration
` [PATCH 10/11] hda: cs35l41: Add support for CS35L41 in HDA systems
` [PATCH 11/11] ACPI / scan: Create platform device for CLSA0100 ACPI nodes
` (subset) [PATCH v3 00/11] Add support for Legion 7 16ACHg6 laptop

[PATCH] ACPI: processor idle: fix swap.cocci warning
 2021-11-24 16:48 UTC  (2+ messages)

[PATCH] ACPI: DPTF: Update device ID information under comment
 2021-11-24 16:41 UTC  (2+ messages)

[PATCH] ACPI: CPPC: Add NULL pointer check to cppc_get_perf()
 2021-11-24  7:46 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 00/10] ACPI: EC: Two fixes and cleanups
 2021-11-23 18:46 UTC  (11+ messages)
` [PATCH 01/10] ACPI: EC: Rework flushing of EC work while suspended to idle
` [PATCH 02/10] ACPI: EC: Call advance_transaction() from acpi_ec_dispatch_gpe()
` [PATCH 03/10] ACPI: EC: Pass one argument to acpi_ec_query()
` [PATCH 04/10] ACPI: EC: Fold acpi_ec_check_event() into acpi_ec_event_handler()
` [PATCH 05/10] ACPI: EC: Rearrange the loop in acpi_ec_event_handler()
` [PATCH 06/10] ACPI: EC: Simplify locking "
` [PATCH 07/10] ACPI: EC: Rename three functions
` [PATCH 08/10] ACPI: EC: Avoid queuing unnecessary work in acpi_ec_submit_event()
` [PATCH 09/10] ACPI: EC: Make the event work state machine visible
` [PATCH 10/10] ACPI: EC: Relocate acpi_ec_create_query() and drop acpi_ec_delete_query()

[PATCH v1 1/1] ACPI: Replace kernel.h with the necessary inclusions
 2021-11-23 18:48 UTC  (4+ messages)

[PATCH v3 0/2] Get device's parent from parent field, fix sleeping IRQs disabled
 2021-11-23 18:18 UTC  (2+ messages)

[PATCH 00/17] Add memberof(), split some headers, and slightly simplify code
 2021-11-23 18:07 UTC  (21+ messages)
` [PATCH 02/17] Use memberof(T, m) instead of explicit NULL dereference

[PATCH] tools/power/acpi: Fix the compile error when output directory is specified
 2021-11-23 17:03 UTC  (3+ messages)

[PATCH] pinctrl: baytrail: Set IRQCHIP_SET_TYPE_MASKED flag on the irqchip
 2021-11-23 13:39 UTC  (3+ messages)

[PATCH v2 00/20] power-suppy/i2c/extcon: Fix charger setup on Xiaomi Mi Pad 2 and Lenovo Yogabook
 2021-11-23  8:24 UTC  (7+ messages)
` [PATCH v2 15/20] i2c: cht-wc: Make charger i2c-client instantiation board/device-model specific
` [PATCH v2 18/20] extcon: intel-cht-wc: Refactor cht_wc_extcon_get_charger()

[PATCH v11 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-11-23  1:15 UTC  (9+ messages)
` [PATCH v11 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v11 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v11 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
` [PATCH v11 4/4] tools: Introduce power/acpi/tools/pfru

[PATCH 0/3] ACPI: Add support for PCC Operation Region
 2021-11-22 17:59 UTC  (3+ messages)

[PATCH v10 0/5] Add Xilinx AMS Driver
 2021-11-21 12:29 UTC  (9+ messages)
` [PATCH v10 3/5] iio: adc: Add Xilinx AMS driver

HP Elitebook 840 G5 - acpi failure
 2021-11-19 10:49 UTC  (9+ messages)

[PATCH] ACPICA: fix swap.cocci warning
 2021-11-19  6:30 UTC  (2+ messages)

[GIT PULL] ACPI fix for v5.16-rc2
 2021-11-18 22:56 UTC  (2+ messages)

[PATCH 5.16 regression fix 0/5] ACPI: scan: Skip turning off some unused objects during scan
 2021-11-18 20:56 UTC  (5+ messages)

[PATCH] ACPI / x86: Revert: Make PWM2 device always present at Lenovo Yoga Book
 2021-11-18 20:56 UTC  (5+ messages)

[PATCH v8 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
 2021-11-18 18:43 UTC  (5+ messages)
` [PATCH v8 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures

[PATCH 0/6] Introduce acpi_table_parse_cedt and extra nodes for CXL.mem
 2021-11-18 18:18 UTC  (7+ messages)
` [PATCH 6/6] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT


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 read-only IMAP folder(s) and NNTP newsgroup(s).