messages from 2021-10-27 21:21:28 to 2021-11-03 18:21:16 UTC [more...]
[RFC v2 0/2] ACPI/power-suppy add fuel-gauge support on cht-wc PMIC without USB-PD support devs
2021-11-03 18:21 UTC (6+ messages)
` [RFC v2 1/2] ACPI / x86: Add PWM2 on the Xiaomi Mi Pad 2 to the always_present list
` [RFC v2 2/2] platform/x86: xiaomi-mipad2: New driver for Xiaomi Mi Pad 2 tablets
[PATCH] ACPI: EC: fix error "do not initialise statics to false"
2021-11-03 18:18 UTC (2+ messages)
[PATCH] ACPI / EC: Use ec_no_wakeup on HP ZHAN 66 Pro
2021-11-03 18:14 UTC (2+ messages)
[PATCH v11 0/6] Support running driver's probe for a device powered off
2021-11-03 18:10 UTC (2+ messages)
[PATCH 0/3] Get device's parent from parent field, fix sleeping IRQs disabled
2021-11-03 17:55 UTC (13+ messages)
` [PATCH 1/3] ACPI: Make acpi_fwnode_handle safer
` [PATCH 2/3] ACPI: Get acpi_device's parent from the parent field
` [PATCH 3/3] ACPI: Make acpi_node_get_parent() local
[PATCH v8 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
2021-11-03 17:34 UTC (8+ messages)
` [PATCH v8 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v8 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v8 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
` [PATCH v8 4/4] tools: Introduce power/acpi/pfru/pfru
[PATCH 1/2] ACPI: video: Drop dmi_system_id.ident settings from video_detect_dmi_table[]
2021-11-03 14:26 UTC (2+ messages)
` [PATCH 2/2] ACPI: video: use platform backlight driver on Xiaomi Mi Pad 2
[PATCH] ACPI: OSL: Handle the return value of acpi_os_map_generic_address() for a non-register GAS
2021-11-03 6:39 UTC (3+ messages)
[GIT PULL] ACPI updates for v5.16-rc1
2021-11-02 23:27 UTC (2+ messages)
[GIT PULL] PNP update for v5.16-rc1
2021-11-02 23:27 UTC (2+ messages)
[GIT PULL] Power management updates for v5.16-rc1
2021-11-02 23:27 UTC (2+ messages)
[RFC net-next/wireless-next v1 1/2] ethernet: check nvmem cells for mac-address
2021-11-02 22:08 UTC (3+ messages)
` [RFC net-next/wireless-next v1 2/2] ath10k: move device_get_mac_address() and pass errors up the chain
[RFC PATCH] software node: Skip duplicated software_node sysfs
2021-11-02 20:26 UTC (7+ messages)
[PATCH 0/3] ACPI: Add support for PCC Operation Region
2021-11-02 18:25 UTC (4+ messages)
` [PATCH 1/3] ACPICA: Fix wrong interpretation of PCC address
` [PATCH 2/3] ACPICA: Add support for PCC Opregion special context data
` [PATCH 3/3] ACPI: PCC: Implement OperationRegion handler for the PCC Type 3 subtype
[PATCH v2] power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
2021-11-02 17:58 UTC (6+ messages)
[PATCH 0/6] Introduce acpi_table_parse_cedt and extra nodes for CXL.mem
2021-11-02 17:44 UTC (10+ messages)
` [PATCH 1/6] ACPI: Keep sub-table parsing infrastructure available for modules
` [PATCH 2/6] ACPI: Teach ACPI table parsing about the CEDT header format
` [PATCH 3/6] ACPI: Add a context argument for table parsing handlers
` [PATCH 4/6] cxl/acpi: Convert CFMWS parsing to ACPI sub-table helpers
` [PATCH 5/6] cxl/test: Mock acpi_table_parse_cedt()
` [PATCH 6/6] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
[PATCH v5 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-11-02 16:35 UTC (22+ messages)
` [PATCH v5 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v5 02/11] i2c: acpi: Use acpi_dev_ready_for_enumeration() helper
` [PATCH v5 03/11] platform_data: Add linux/platform_data/tps68470.h file
` [PATCH v5 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v5 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v5 06/11] platform/x86: int3472: Enable I2c daisy chain
` [PATCH v5 07/11] platform/x86: int3472: Split into 2 drivers
` [PATCH v5 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v5 09/11] platform/x86: int3472: Pass tps68470_clk_platform_data to the tps68470-regulator MFD-cell
` [PATCH v5 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data "
` [PATCH v5 11/11] platform/x86: int3472: Deal with probe ordering issues
[PATCH] Revert "ACPI: Add memory semantics to acpi_os_map_memory()"
2021-11-02 15:11 UTC (11+ messages)
` [PATCH v2] "
[RFC 0/5] ACPI/power-suppy add fuel-gauge support on cht-wc PMIC without USB-PD support devs
2021-11-01 19:16 UTC (11+ messages)
` [RFC 1/5] ACPI / x86: Add 3 devices on the Xiaomi Mi Pad 2 to the always_present list
` [RFC 2/5] gpiolib: acpi: Make acpi_gpio_in_ignore_list() more generic
` [RFC 3/5] gpiolib: acpi: Add a new "ignore" module option
` [RFC 4/5] power: supply: bq27xxx: Add dev helper variable to bq27xxx_battery_i2c_probe()
` [RFC 5/5] power: supply: bq27xxx: Add support for ACPI enumeration
[PATCH v7 0/4] Introduce Platform Firmware Runtime Update and Telemetry drivers
2021-11-01 15:02 UTC (19+ messages)
` [PATCH v7 1/4] efi: Introduce EFI_FIRMWARE_MANAGEMENT_CAPSULE_HEADER and corresponding structures
` [PATCH v7 2/4] drivers/acpi: Introduce Platform Firmware Runtime Update device driver
` [PATCH v7 3/4] drivers/acpi: Introduce Platform Firmware Runtime Update Telemetry
[PATCH v4 00/11] Add support for X86/ACPI camera sensor/PMIC setup with clk and regulator platform data
2021-11-01 14:25 UTC (26+ messages)
` [PATCH v4 01/11] ACPI: delay enumeration of devices with a _DEP pointing to an INT3472 device
` [PATCH v4 04/11] regulator: Introduce tps68470-regulator driver
` [PATCH v4 05/11] clk: Introduce clk-tps68470 driver
` [PATCH v4 08/11] platform/x86: int3472: Add get_sensor_adev_and_name() helper
` [PATCH v4 10/11] platform/x86: int3472: Pass tps68470_regulator_platform_data to the tps68470-regulator MFD-cell
[PATCH v3 0/2] PCI MCFG consolidation and APEI resource filterin
2021-11-01 13:55 UTC (8+ messages)
` [PATCH v4 0/4] PCI MCFG consolidation and APEI resource filtering
[PATCH v2 00/45] Introduce power-off+restart call chain API
2021-11-01 13:28 UTC (45+ messages)
` [PATCH v2 03/45] notifier: Add atomic/blocking_notifier_has_unique_priority()
` [PATCH v2 08/45] kernel: Add combined power-off+restart handler call chain API
` [PATCH v2 09/45] xen/x86: Use do_kernel_power_off()
` [PATCH v2 10/45] ARM: "
` [PATCH v2 11/45] arm64: "
` [PATCH v2 12/45] csky: "
` [PATCH v2 15/45] nds32: "
` [PATCH v2 16/45] parisc: "
` [PATCH v2 22/45] memory: emif: Use kernel_can_power_off()
` [PATCH v2 23/45] ACPI: power: Switch to power-handler API
` [PATCH v2 24/45] regulator: pfuze100: Use devm_register_power_handler()
` [PATCH v2 25/45] reboot: Remove pm_power_off_prepare()
` [PATCH v2 26/45] soc/tegra: pmc: Utilize power-handler API to power off Nexus 7 properly
` [PATCH v2 27/45] mfd: ntxec: Use devm_register_power_handler()
` [PATCH v2 28/45] mfd: rn5t618: "
` [PATCH v2 29/45] mfd: acer-a500: "
` [PATCH v2 30/45] mfd: ene-kb3930: "
` [PATCH v2 31/45] mfd: axp20x: Use register_simple_power_off_handler()
` [PATCH v2 32/45] mfd: retu: Use devm_register_simple_power_off_handler()
` [PATCH v2 33/45] mfd: rk808: "
` [PATCH v2 34/45] mfd: palmas: "
` [PATCH v2 35/45] mfd: max8907: "
` [PATCH v2 36/45] mfd: tps6586x: "
` [PATCH v2 37/45] mfd: tps65910: "
` [PATCH v2 38/45] mfd: max77620: "
` [PATCH v2 39/45] mfd: dm355evm_msp: Use devm_register_trivial_power_off_handler()
` [PATCH v2 40/45] mfd: twl4030: "
[PATCH v6 1/2] ACPI: Add stubs for wakeup handler functions
2021-11-01 1:50 UTC (4+ messages)
` [PATCH v6 2/2] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
[PATCH v7 1/2] ACPI: Add stubs for wakeup handler functions
2021-11-01 1:48 UTC (2+ messages)
` [PATCH v7 2/2] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
[PATCH v2] ACPI / PMIC: Fix intel_pmic_regs_handler() read accesses
2021-10-31 15:31 UTC
[PATCH] power: supply: bq27xxx: Fix kernel crash on IRQ handler register error
2021-10-31 12:57 UTC (2+ messages)
[PATCH] ACPI / PMIC: Fix intel_pmic_regs_handler() read accesses
2021-10-31 12:55 UTC (2+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS 5f6ba0ff183c91ef793c5db5da532357e7b0ba5e
2021-10-30 15:31 UTC
[PATCH v3] ACPI: NUMA: Add a node and memblk for each CFMWS not in SRAT
2021-10-29 22:49 UTC (3+ messages)
[PATCH v5 0/2] gpio: mlxbf2: Introduce proper interrupt handling
2021-10-29 21:14 UTC (5+ messages)
[PATCH v10 0/7] Basic recovery for machine checks inside SGX
2021-10-29 18:39 UTC (4+ messages)
` [PATCH v11 "
` [PATCH v11 7/7] x86/sgx: Add check for SGX pages to ghes_do_memory_failure()
[GIT PULL] ACPI fixes for v5.15-rc7
2021-10-29 17:51 UTC (3+ messages)
[rafael-pm:bleeding-edge] BUILD SUCCESS ff77b4a23e470f82642897284e6140ad581c714a
2021-10-29 17:22 UTC
[PATCH v5 1/2] x86/PCI: Ignore E820 reservations for bridge windows on newer systems
2021-10-29 8:10 UTC (3+ messages)
[PATCH v2 RESEND 2/5] drivers: acpi: acpi_apd: Remove unused device property "is-rv"
2021-10-29 6:32 UTC (2+ messages)
` [PATCH v2 RESEND 3/5] ACPI: APD: Add a fmw property clk-name
[PATCH v2] ACPI: platform_profile: Add support for notification chains
2021-10-29 0:58 UTC (2+ messages)
[PATCH v5 1/2] ACPI: Add stubs for wakeup handler functions
2021-10-28 14:58 UTC (3+ messages)
` [PATCH v5 2/2] pinctrl: amd: Fix wakeups when IRQ is shared with SCI
[PATCH v2 18/45] riscv: Use do_kernel_power_off()
2021-10-27 23:09 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox