public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-08 21:20:52 to 2022-08-18 18:45:22 UTC [more...]

[PATCH v3 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-18 18:42 UTC  (21+ messages)
` [PATCH v3 01/31] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v3 02/31] drm/i915: Don't register backlight when another backlight should be used
` [PATCH v3 03/31] drm/amdgpu: Don't register backlight when another backlight should be used (v3)
` [PATCH v3 04/31] drm/radeon: "
` [PATCH v3 05/31] drm/nouveau: Don't register backlight when another backlight should be used
` [PATCH v3 06/31] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [PATCH v3 07/31] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [PATCH v3 08/31] ACPI: video: Simplify acpi_video_unregister_backlight()
` [PATCH v3 09/31] ACPI: video: Make backlight class device registration a separate step (v2)
` [PATCH v3 10/31] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [PATCH v3 11/31] drm/i915: Call acpi_video_register_backlight() (v2)
` [PATCH v3 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails
` [PATCH v3 13/31] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [PATCH v3 14/31] drm/radeon: Register ACPI video backlight when skipping radeon "
` [PATCH v3 15/31] platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header
` [PATCH v3 16/31] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [PATCH v3 17/31] ACPI: video: Add Nvidia WMI EC brightness control detection (v2)
` [PATCH v3 18/31] ACPI: video: Add Apple GMUX brightness control detection
` [PATCH v3 19/31] platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
` [PATCH v3 20/31] platform/x86: apple-gmux: Stop calling acpi/video.h functions

[PATCH v2 0/7] Modularize ghes_edac driver
 2022-08-18 15:42 UTC  (12+ messages)
` [PATCH v2 1/7] efi/cper: export several helpers for ghes edac to use
` [PATCH v2 2/7] EDAC/ghes: Add notifier to report ghes_edac mem error
` [PATCH v2 3/7] EDAC/ghes: Modularize ghes_edac driver to remove the dependency on ghes
` [PATCH v2 4/7] EDAC: Get chipset-specific edac drivers selected only when ghes_edac is not enabled
` [PATCH v2 5/7] EDAC/ghes: Prevent chipset-specific edac from loading after ghes_edac is registered
` [PATCH v2 6/7] apei/ghes: Use unrcu_pointer for cmpxchg
` [PATCH v2 7/7] EDAC/igen6: Keep returned errno consistent when edac mc has been enabled

[PATCH v1 0/9] fw_devlink improvements
 2022-08-18 15:00 UTC  (33+ messages)
` [PATCH v1 1/9] driver core: fw_devlink: Don't purge child fwnode's consumer links
` [PATCH v1 2/9] driver core: fw_devlink: Improve check for fwnode with no device/driver
` [PATCH v1 3/9] soc: renesas: Move away from using OF_POPULATED for fw_devlink
` [PATCH v1 4/9] gpiolib: Clear the gpio_device's fwnode initialized flag before adding
` [PATCH v1 5/9] driver core: fw_devlink: Add DL_FLAG_CYCLE support to device links
` [PATCH v1 6/9] driver core: fw_devlink: Allow marking a fwnode link as being part of a cycle
` [PATCH v1 7/9] driver core: fw_devlink: Consolidate device link flag computation
` [PATCH v1 8/9] driver core: fw_devlink: Make cycle detection more robust
` [PATCH v1 9/9] of: property: Simplify of_link_to_phandle()

[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-18 10:08 UTC  (5+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver

[PATCH 1/1] ACPI: Fix acpi_dev_state_d0() documentation
 2022-08-18  5:51 UTC 

[PATCH 0/2] Modularize ghes_edac driver
 2022-08-18  1:24 UTC  (19+ messages)
` [PATCH 1/2] efi/cper: export several helpers for ghes edac to use
` [PATCH 2/2] EDAC/ghes: Modularize ghes_edac driver to remove the dependency on ghes

[PATCH v2 00/29] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-17 20:18 UTC  (17+ messages)
` [PATCH v2 01/29] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v2 03/29] drm/amdgpu: Don't register backlight when another backlight should be used
` [PATCH v2 16/29] ACPI: video: Add Nvidia WMI EC brightness control detection

[PATCH 0/3] iommu/dma: Some housekeeping
 2022-08-17 12:19 UTC  (5+ messages)
` [PATCH 1/3] iommu/dma: Clean up Kconfig
` [PATCH 2/3] iommu/dma: Move public interfaces to linux/iommu.h
` [PATCH 3/3] iommu/dma: Make header private

[BUG] Issue with commit 923044133367 ("ACPI: property: Unify integer value reading functions")
 2022-08-16 12:42 UTC  (2+ messages)

[PATCH PoC 0/3] ACPI/PNP/HISI_LPC: Refactor ACPI platform code for reuse
 2022-08-16 11:27 UTC  (4+ messages)
` [PATCH PoC 1/3] ACPI / PNP: Don't add enumeration_by_parent devices
` [PATCH PoC 2/3] ACPI: platform: Refactor acpi_create_platform_device()
` [PATCH PoC 3/3] bus: hisi_lpc: Use acpi_create_platform_device_ops()

[PATCH 0/6] ACPI: New helper function acpi_dev_get_memory_resources() and a new ACPI ID
 2022-08-16 10:16 UTC  (7+ messages)
` [PATCH 1/6] usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device
` [PATCH 2/6] ACPI: resource: Filter out the non memory resources in is_memory()
` [PATCH 3/6] ACPI: resource: Add helper function acpi_dev_get_memory_resources()
` [PATCH 4/6] ACPI: APD: Use the helper acpi_dev_get_memory_resources()
` [PATCH 5/6] ACPI: LPSS: "
` [PATCH 6/6] usb: typec: intel_pmc_mux: "

[PATCH 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-16  9:05 UTC  (8+ messages)
` [PATCH 2/2] LoongArch: Add ACPI-based generic laptop driver

[PATCH 09/11] ACPI/APEI: Add missing include
 2022-08-15 17:26 UTC 

[RFC PATCH] Soundwire: Initialize multi_link with fwnode props
 2022-08-15 12:30 UTC  (9+ messages)

[PATCH] ACPI: APEI: Add bert error log footer
 2022-08-15  9:14 UTC 

[PATCH] PCI/ASPM: Should not report ASPM support to BIOS if FADT indicates ASPM is unsupported
 2022-08-15  9:02 UTC  (2+ messages)

[PATCH AUTOSEL 5.4 13/21] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:35 UTC 

[PATCH AUTOSEL 5.10 20/31] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:34 UTC 

[PATCH AUTOSEL 5.15 30/46] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:32 UTC 

[PATCH AUTOSEL 5.18 37/56] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:30 UTC  (2+ messages)
` [PATCH AUTOSEL 5.18 41/56] ACPI: PPTT: Leave the table mapped for the runtime usage

[PATCH AUTOSEL 5.19 41/64] PCI/ACPI: Guard ARM64-specific mcfg_quirks
 2022-08-14 15:24 UTC  (2+ messages)
` [PATCH AUTOSEL 5.19 47/64] ACPI: PPTT: Leave the table mapped for the runtime usage

[PATCH v1] ACPI: Property: Fix type detection of unified integer reading functions
 2022-08-12 19:43 UTC  (3+ messages)

[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
 2022-08-12 15:14 UTC  (12+ messages)
` [PATCH v1 1/5] ACPI: Rename acpi_bus_get/put_acpi_device()
` [PATCH v1 2/5] ACPI: scan: Rename acpi_bus_get_parent() and rearrange it
` [PATCH v1 3/5] ACPI: scan: Rearrange initialization of ACPI device objects
` [PATCH v1 4/5] ACPI: scan: Eliminate __acpi_device_add()
` [PATCH v1 5/5][RFT] ACPI: Drop parent field from struct acpi_device

[PATCH] ACPI: property: Fix mis-use of _Generic()
 2022-08-12 11:33 UTC 

[PATCH V2 0/2] DMA: update acpi_dma_get_range to return dma map regions
 2022-08-12  7:52 UTC  (4+ messages)
` [PATCH V2 1/2] ACPI / scan: Support multiple dma windows with different offsets

[GIT PULL] More ACPI updates for v5.20-rc1
 2022-08-11 21:32 UTC  (2+ messages)

Issues with ACPI _CRS and E820 memory map
 2022-08-11 18:30 UTC 

[PATCH] ACPICA: Fix typo in comments
 2022-08-11 16:25 UTC  (2+ messages)

MFD ASL for KEMPLD
 2022-08-11  8:14 UTC  (2+ messages)

[PATCH v2 0/1] Disable FIE on machines with slow counters
 2022-08-11  7:45 UTC  (14+ messages)
` [PATCH v2 1/1] ACPI: CPPC: Disable FIE if registers in PCC regions

[PATCH] ACPI: APEI: move edac_init ahead of ghes platform drv register
 2022-08-11  7:40 UTC  (26+ messages)
                ` 回复: "

[rafael-pm:bleeding-edge] BUILD SUCCESS ad393690b235f40d3b4dc72d84e6fab3960edf9f
 2022-08-10  6:49 UTC 

[PATCH 1/1] ACPI: property: Fix error handling in acpi_init_properties()
 2022-08-09 17:22 UTC  (2+ messages)

[PATCH] hisi_lpc: Use acpi_dev_for_each_child()
 2022-08-09 10:35 UTC  (16+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 2c461d8f205740fbdcbb8f7c72ea3468d89c7b1e
 2022-08-09  6:43 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox