public inbox for linux-acpi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-08-24 12:49:54 to 2022-08-30 15:14:12 UTC [more...]

[PATCH v1 1/2] ACPI: PMIC: Use sizeof() instead of hard coded value
 2022-08-30 15:14 UTC  (3+ messages)
` [PATCH v1 2/2] ACPI: PMIC: Replace open coded be16_to_cpu()

[PATCH v3 0/4] Add some extra debugging mechanisms for s0i3
 2022-08-30 14:50 UTC  (5+ messages)
` [PATCH v3 1/4] ACPI: s2idle: Add a new ->check() callback for platform_s2idle_ops

[PATCH] ACPICA: Synchronize disabling wake mask and servicing wake-up IRQ
 2022-08-30 11:18 UTC  (4+ messages)

[PATCH v3 0/2] Disable FIE on machines with slow counters
 2022-08-30  5:44 UTC  (14+ messages)
` [PATCH v3 1/2] ACPI: CPPC: Disable FIE if registers in PCC regions
` [PATCH v3 2/2] cpufreq: CPPC: Change FIE default

[PATCH V3 0/2] DMA: update acpi_dma_get_range to return dma map regions
 2022-08-30  3:01 UTC  (3+ messages)
` [PATCH V3 1/2] ACPI / scan: Support multiple dma windows with different offsets
` [PATCH V3 2/2] LoongArch: Remove ARCH_HAS_PHYS_TO_DMA

[PATCH v1 0/5] ACPI: Device enumeration rearrangements and parent field elimination
 2022-08-30  2:17 UTC  (10+ messages)
` [PATCH v1 5/5][RFT] ACPI: Drop parent field from struct acpi_device
  ` [PATCH v2 5/5] "
` [PATCH v1] ACPI: PM: Fix NULL argument handling in acpi_device_get/set_power()
` [PATCH v1] ACPI: Drop redundant acpi_dev_parent() header

[RESEND PATCH v3 0/9] Make ghes_edac a proper module
 2022-08-30  1:21 UTC  (18+ messages)
` [RESEND PATCH v3 3/9] EDAC/ghes: Make ghes_edac a proper module to remove the dependency on ghes
` [RESEND PATCH v3 4/9] EDAC/ghes: Move ghes_edac.force_load to setup parameter
` [RESEND PATCH v3 5/9] EDAC: Don't load chipset-specific edac drivers when ghes_edac is preferred

[PATCH v2 1/2] gpiolib: acpi: Add support to ignore programming an interrupt
 2022-08-29 19:26 UTC  (5+ messages)

[PATCH 0/1] Fix backlight control on Toshiba Satellite Z830
 2022-08-29 18:58 UTC  (9+ messages)
` [PATCH 1/1] ACPI: video: Add Toshiba Satellite/Portege Z830 quirk

[PATCH v1] ACPI: property: Use acpi_dev_parent()
 2022-08-29 17:00 UTC  (2+ messages)

[PATCH v5 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-29 16:43 UTC  (36+ messages)
` [PATCH v5 01/31] ACPI: video: Add acpi_video_backlight_use_native() helper
` [PATCH v5 02/31] drm/i915: Don't register backlight when another backlight should be used (v2)
` [PATCH v5 03/31] drm/amdgpu: Don't register backlight when another backlight should be used (v3)
` [PATCH v5 04/31] drm/radeon: "
` [PATCH v5 05/31] drm/nouveau: Don't register backlight when another backlight should be used (v2)
` [PATCH v5 06/31] ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_backlight_type()
` [PATCH v5 07/31] ACPI: video: Remove acpi_video_bus from list before tearing it down
` [PATCH v5 08/31] ACPI: video: Simplify acpi_video_unregister_backlight()
` [PATCH v5 09/31] ACPI: video: Make backlight class device registration a separate step (v2)
` [PATCH v5 10/31] ACPI: video: Remove code to unregister acpi_video backlight when a native backlight registers
` [PATCH v5 11/31] drm/i915: Call acpi_video_register_backlight() (v3)
` [PATCH v5 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)
` [PATCH v5 13/31] drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
` [PATCH v5 14/31] drm/radeon: Register ACPI video backlight when skipping radeon "
` [PATCH v5 15/31] platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a header (v2)
` [PATCH v5 16/31] ACPI: video: Refactor acpi_video_get_backlight_type() a bit
` [PATCH v5 17/31] ACPI: video: Add Nvidia WMI EC brightness control detection (v3)
` [PATCH v5 18/31] ACPI: video: Add Apple GMUX brightness control detection
` [PATCH v5 19/31] platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()
` [PATCH v5 20/31] platform/x86: apple-gmux: Stop calling acpi/video.h functions
` [PATCH v5 21/31] platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()
` [PATCH v5 22/31] platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.c
` [PATCH v5 23/31] platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handling
` [PATCH v5 24/31] platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.c
` [PATCH v5 25/31] platform/x86: asus-wmi: Move acpi_backlight=native "
` [PATCH v5 26/31] platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] "
` [PATCH v5 27/31] ACPI: video: Remove acpi_video_set_dmi_backlight_type()
` [PATCH v5 28/31] ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
` [PATCH v5 29/31] ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirks
` [PATCH v5 30/31] ACPI: video: Fix indentation of video_detect_dmi_table[] entries
` [PATCH v5 31/31] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel

[PATCH] platform/x86: acer-wmi: Acer Aspire One AOD270/Packard Bell Dot keymap fixes
 2022-08-29 16:38 UTC  (2+ messages)

Help Troubleshooting ACPI related issue
 2022-08-29 15:58 UTC 

null ptr deref in __power_supply_is_system_supplied
 2022-08-29 15:46 UTC  (3+ messages)
` [PATCH] power: supply: avoid nullptr "

[PATCH v1 1/4] ACPI: platform: Get rid of redundant 'else'
 2022-08-29 15:18 UTC  (6+ messages)
` [PATCH v1 2/4] ACPI: platform: Remove redundant print on ENOMEM
` [PATCH v1 3/4] ACPI: platform: Use sizeof(*pointer) instead of sizeof(type)
` [PATCH v1 4/4] ACPI: platform: Keep list of ACPI IDs sorted

[PATCH v2 0/4] Add some extra debugging mechanisms for s0i3
 2022-08-29 14:51 UTC  (6+ messages)
` [PATCH v2 1/4] ACPI: s2idle: Add a new ->enter() callback for platform_s2idle_ops

[PATCH v1 1/2] ACPI: LPSS: Replace loop with first entry retrieval
 2022-08-29 14:11 UTC  (2+ messages)
` [PATCH v1 2/2] ACPI: LPSS: Deduplicate skipping device in acpi_lpss_create_device()

[PATCH v1] drivers/acpi/processor_idle: check the return value of acpi_fetch_acpi_dev()
 2022-08-29 13:56 UTC  (2+ messages)

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

[bug report] ACPI: Drop parent field from struct acpi_device
 2022-08-29  8:41 UTC 

[PATCH 0/4] Add some extra debugging mechanisms for s0i3
 2022-08-29  6:03 UTC  (5+ messages)
` [PATCH 1/4] ACPI: s2idle: Add a new ->enter() callback for platform_s2idle_ops

[PATCH v1] drivers/acpi/x86: check return null pointer from acpi_evaluate_dsm()
 2022-08-29  5:13 UTC  (2+ messages)

[PATCH] ACPI: Skip IRQ override on Asus Vivobook K3402ZA/K3502ZA
 2022-08-29  3:04 UTC 

[PATCH] tools: Delete the initialization value
 2022-08-29  3:05 UTC  (3+ messages)

Nutrition Health Support: Forbes: Willst du reich werden? Fahre fort
 2022-08-28 21:28 UTC 

Forbes: Willst du reich werden? Fahre fort
 2022-08-28  9:50 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 99ab2f21bfd615a8ba701b2ba16aa5024e94c2d4
 2022-08-28  2:09 UTC 

[GIT PULL] Thermal control fixes for v6.0-rc3
 2022-08-27 23:07 UTC  (2+ messages)

[GIT PULL] ACPI fixes for v6.0-rc3
 2022-08-27 23:07 UTC  (2+ messages)

[PATCH v1 1/5] ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()
 2022-08-27 11:45 UTC  (9+ messages)
` [PATCH v1 2/5] ACPI: bus: Refactor acpi_driver_match_device() for better readability
` [PATCH v1 3/5] ACPI: bus: Refactor acpi_bus_register_driver() to get rid of 'ret'
` [PATCH v1 4/5] ACPI: bus: Move bus type operations upper in the code
` [PATCH v1 5/5] ACPI: bus: Use the matching table, if ACPI driver has it

[PATCH] i2c: ACPI: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-26 21:48 UTC  (7+ messages)

[PATCH v2 1/2] ACPI: bus: Drop kernel doc annotation from acpi_bus_notify()
 2022-08-26 17:16 UTC  (2+ messages)
` [PATCH v2 2/2] ACPI: bus: Refactor ACPI matching functions for better readability

[PATCH] ACPI: docs: enumeration: Fix a few typos and wording mistakes
 2022-08-26 15:31 UTC  (2+ messages)

[PATCH 1/1] acpi: Remove default association from integer maximum values
 2022-08-26 10:14 UTC  (2+ messages)

[rafael-pm:bleeding-edge] BUILD SUCCESS 3da4255837efe5d8ae47e0cf88e27e86d912c54e
 2022-08-26  7:58 UTC 

[PATCH v3] ata: ahci: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25 22:47 UTC  (3+ messages)

[PATCH linux-next] ACPI: bus: Remove the unneeded result variable
 2022-08-25 18:48 UTC  (2+ messages)

[PATCH v2] ata: ahci: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25 18:36 UTC  (5+ messages)

[PATCH 0/4] Remove Linux specific _OSI strings
 2022-08-25 18:20 UTC  (5+ messages)
` [PATCH 1/4] ACPI: OSI: Remove Linux-Dell-Video _OSI string

ACPI ID list termination
 2022-08-25 17:13 UTC  (9+ messages)

[PATCH] drm: amd: amdgpu: ACPI: Add comment about ACPI_FADT_LOW_POWER_S0
 2022-08-25 15:48 UTC  (3+ messages)

[PATCH v4 00/31] drm/kms: Stop registering multiple /sys/class/backlight devs for a single display
 2022-08-25  8:54 UTC  (15+ messages)
` [PATCH v4 02/31] drm/i915: Don't register backlight when another backlight should be used
` [PATCH v4 05/31] drm/nouveau: Don't register backlight when another backlight should be used (v2)
` [PATCH v4 11/31] drm/i915: Call acpi_video_register_backlight() (v2)
` [PATCH v4 12/31] drm/nouveau: Register ACPI video backlight when nv_backlight registration fails (v2)
` [PATCH v4 31/31] drm/todo: Add entry about dealing with brightness control on devices with > 1 panel

[PATCH v1] ACPI: Property: Fix type detection of unified integer reading functions
 2022-08-25  7:47 UTC  (5+ messages)

[PATCH linux-next] ACPI: EC: Remove the unneeded result variable
 2022-08-25  7:27 UTC 

[rafael-pm:bleeding-edge] BUILD SUCCESS 47c90d37e626efa4e7925e8e306993b9cbdada30
 2022-08-25  7:15 UTC 

[PATCH] ATA: ACPI: Do not check ACPI_FADT_LOW_POWER_S0
 2022-08-25  0:13 UTC  (4+ messages)

[PATCH 1/1] ACPI: property: Ignore already existing data node tags
 2022-08-24 18:38 UTC  (2+ messages)

[PATCH V2 1/2] LoongArch: Add CPU HWMon platform driver
 2022-08-24 17:26 UTC  (7+ messages)
` [PATCH V2 2/2] LoongArch: Add ACPI-based generic laptop driver

[rafael-pm:bleeding-edge 12/27] drivers/acpi/acpi_amba.c:100:17: error: 'struct acpi_device' has no member named 'parent'
 2022-08-24 14:41 UTC 

[PATCH] ACPI: APEI: Add BERT error log footer
 2022-08-24 13:01 UTC 


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