linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-02-06 01:03:34 to 2023-02-08 13:37:31 UTC [more...]

[PATCH v3 00/12] fw_devlink improvements
 2023-02-08 13:37 UTC  (31+ messages)
` [PATCH v3 01/12] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v3 02/12] driver core: fw_devlink: Improve check for fwnode with no device/driver
` [PATCH v3 03/12] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v3 04/12] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v3 05/12] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v3 06/12] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
` [PATCH v3 07/12] driver core: fw_devlink: Consolidate device link flag computation
` [PATCH v3 08/12] driver core: fw_devlink: Make cycle detection more robust
` [PATCH v3 09/12] of: property: Simplify of_link_to_phandle()
` [PATCH v3 10/12] irqchip/irq-imx-gpcv2: Mark fwnode device as not initialized
` [PATCH v3 11/12] firmware: arm_scmi: Set fwnode for the scmi_device
` [PATCH v3 12/12] mtd: mtdpart: Don't create platform device that'll never probe

[PATCH 00/18] CXL RAM and the 'Soft Reserved' => 'System RAM' default
 2023-02-08 12:44 UTC  (79+ messages)
` [PATCH 01/18] cxl/Documentation: Update references to attributes added in v6.0
  ` [PATCH 1/18] "
` [PATCH 02/18] cxl/region: Add a mode attribute for regions
` [PATCH 03/18] cxl/region: Support empty uuids for non-pmem regions
` [PATCH 04/18] cxl/region: Validate region mode vs decoder mode
` [PATCH 05/18] cxl/region: Add volatile region creation support
` [PATCH 06/18] cxl/region: Refactor attach_target() for autodiscovery
` [PATCH 07/18] cxl/region: Move region-position validation to a helper
` [PATCH 08/18] kernel/range: Uplevel the cxl subsystem's range_contains() helper
` [PATCH 09/18] cxl/region: Enable CONFIG_CXL_REGION to be toggled
` [PATCH 10/18] cxl/region: Fix passthrough-decoder detection
` [PATCH 11/18] cxl/region: Add region autodiscovery
` [PATCH 12/18] tools/testing/cxl: Define a fixed volatile configuration to parse
` [PATCH 13/18] dax/hmem: Move HMAT and Soft reservation probe initcall level
` [PATCH 14/18] dax/hmem: Drop unnecessary dax_hmem_remove()
` [PATCH 15/18] dax/hmem: Convey the dax range via memregion_info()
` [PATCH 16/18] dax/hmem: Move hmem device registration to dax_hmem.ko
` [PATCH 17/18] dax: Assign RAM regions to memory-hotplug by default
` [PATCH 18/18] cxl/dax: Create dax devices for CXL RAM regions

[PATCH v3 00/12] gpiolib cleanups
 2023-02-08 10:08 UTC  (20+ messages)
` [PATCH v3 01/12] gpiolib: remove empty asm/gpio.h files
` [PATCH v3 02/12] gpiolib: coldfire: remove custom asm/gpio.h
` [PATCH v3 03/12] gpiolib: remove asm-generic/gpio.h
` [PATCH v3 04/12] gpiolib: remove gpio_set_debounce
` [PATCH v3 05/12] gpiolib: remove legacy gpio_export
` [PATCH v3 06/12] gpiolib: split linux/gpio/driver.h out of linux/gpio.h
` [PATCH v3 07/12] gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h
` [PATCH v3 08/12] gpio: aggregator: Add missing header(s)
` [PATCH v3 09/12] gpiolib: Drop unused forward declaration from driver.h
` [PATCH v3 10/12] gpiolib: Deduplicate forward declarations in consumer.h
` [PATCH v3 11/12] gpiolib: Group "
` [PATCH v3 12/12] gpiolib: Clean up headers

Fotowoltaika - nowe warunki
 2023-02-07  9:10 UTC 

[RFC] i2c: core: Do not enable wakeup by default
 2023-02-08  9:29 UTC  (7+ messages)

[RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
 2023-02-08  9:02 UTC  (14+ messages)
` [RFC PATCH 29/32] KVM: arm64: Pass hypercalls to userspace

[rafael-pm:bleeding-edge] BUILD SUCCESS c1b84754ab99a2c591d64da339f6e9fbb63ce238
 2023-02-08  8:48 UTC 

[PATCH] ACPICA: Fix typo in CDAT DSMAS struct definition
 2023-02-08  5:59 UTC 

[PATCH -next] ACPI: CPPC: Fix some kernel-doc comments
 2023-02-08  2:31 UTC 

[PATCH v11 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-02-07 21:25 UTC  (17+ messages)
` [PATCH v11 3/9] drm/display: Add Type-C switch helpers
` [PATCH v11 4/9] dt-bindings: display: bridge: anx7625: Add mode-switch support
` [PATCH v11 5/9] drm/bridge: anx7625: Check for Type-C during panel registration
` [PATCH v11 6/9] drm/bridge: anx7625: Register Type C mode switches
` [PATCH v11 7/9] dt-bindings: display: bridge: it6505: Add mode-switch support
` [PATCH v11 9/9] drm/bridge: it6505: Register Type C mode switches

[PATCH 00/18] cxl: Add support for QTG ID retrieval for CXL subsystem
 2023-02-07 20:55 UTC  (30+ messages)
` [PATCH 01/18] cxl: Export QTG ids from CFMWS to sysfs
` [PATCH 02/18] ACPICA: Export acpi_ut_verify_cdat_checksum()
` [PATCH 03/18] cxl: Add checksum verification to CDAT from CXL
` [PATCH 04/18] cxl: Add common helpers for cdat parsing
` [PATCH 05/18] ACPICA: Fix 'struct acpi_cdat_dsmas' spelling mistake
` [PATCH 06/18] cxl: Add callback to parse the DSMAS subtables from CDAT
` [PATCH 07/18] cxl: Add callback to parse the DSLBIS subtable "
` [PATCH 08/18] cxl: Add support for _DSM Function for retrieving QTG ID
` [PATCH 09/18] cxl: Add helper function to retrieve ACPI handle of CXL root device
` [PATCH 10/18] PCI: Export pcie_get_speed() using the code from sysfs PCI link speed show function
` [PATCH 11/18] PCI: Export pcie_get_width() using the code from sysfs PCI link width "
` [PATCH 12/18] cxl: Add helpers to calculate pci latency for the CXL device
` [PATCH 13/18] cxl: Add latency and bandwidth calculations for the CXL path
` [PATCH 14/18] cxl: Wait Memory_Info_Valid before access memory related info
` [PATCH 15/18] cxl: Move identify and partition query from pci probe to port probe
` [PATCH 16/18] cxl: Move reading of CDAT data from device to after media is ready
` [PATCH 17/18] cxl: Attach QTG IDs to the DPA ranges for the device
` [PATCH 18/18] cxl: Export sysfs attributes for device QTG IDs

[PATCH v9 0/9] Register Type-C mode-switch in DP bridge endpoints
 2023-02-07 10:11 UTC  (3+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS dcf0f94e28915d8dc7d174be2554edf87c3d655f
 2023-02-07  6:57 UTC 

[RFC] ACPI: PCC: Support shared interrupt for multiple subspaces
 2023-02-07  2:27 UTC  (5+ messages)
` [RFC-V3 0/2] mailbox: pcc: Support platform notification for type4 and shared interrupt
  ` [RFC-V3 1/2] mailbox: pcc: Add processing platform notification for slave subspaces

[PATCH v2 00/11] fw_devlink improvements
 2023-02-06 20:08 UTC  (13+ messages)

[RFC PATCH 0/2] x86: allow to notify host about guest entering s2idle
 2023-02-06 18:58 UTC  (8+ messages)
` [RFC PATCH 1/2] suspend: extend S2Idle ops by new notify handler

[PATCH] thermal: Hunt zero trip points thermal zones usage
 2023-02-06 18:13 UTC  (6+ messages)

[PATCH] ACPI: video: Fix Lenovo Ideapad Z570 DMI match
 2023-02-06 18:00 UTC  (2+ messages)

[PATCH] ACPI: cpufreq: use a platform device to load ACPI PPC and PCC drivers
 2023-02-06 16:28 UTC  (2+ messages)

[PATCH v3 0/8] arm64/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
 2023-02-06  9:28 UTC  (6+ messages)
` [PATCH v3 1/8] ftrace: Add DYNAMIC_FTRACE_WITH_CALL_OPS

[PATCH] ACPICA: PCI: Undefined ACPI_ADR_SPACE_PCI_CONFIG when CONFIG_PCI is unset
 2023-02-06  6:52 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;
as well as URLs for NNTP newsgroup(s).