From e6248db31dd515edfe88d25a95b78da2f5199708 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Wed, 28 Apr 2021 22:49:48 +0200 Subject: [PATCH] doc: releases: add notes on device_pm_control_nop removal Add details on the removal of device_pm_control_nop. Signed-off-by: Gerard Marull-Paretas --- doc/releases/release-notes-2.6.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/releases/release-notes-2.6.rst b/doc/releases/release-notes-2.6.rst index e5af20186d2..6e426ead899 100644 --- a/doc/releases/release-notes-2.6.rst +++ b/doc/releases/release-notes-2.6.rst @@ -309,6 +309,12 @@ Libraries / Subsystems * Power management + * ``device_pm_control_nop`` has been removed in favor of ``NULL`` when device + PM is not supported by a device. In order to make transition easier for + out-of-tree users a macro with the same name is provided as an alias to + ``NULL``. The macro is flagged as deprecated to make users aware of the + change. + * Logging * LVGL