From 8df133e547bd3184976853d154eda67af74b17bd Mon Sep 17 00:00:00 2001 From: Krzysztof Chruscinski Date: Tue, 4 Feb 2020 07:32:10 +0100 Subject: [PATCH] doc: release-notes-2.2: mention clock_control callback prototype change Mentioned that callback has one additional parameter (subsys). Signed-off-by: Krzysztof Chruscinski --- doc/releases/release-notes-2.2.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/releases/release-notes-2.2.rst b/doc/releases/release-notes-2.2.rst index bb1b26eade6..c77927cb85f 100644 --- a/doc/releases/release-notes-2.2.rst +++ b/doc/releases/release-notes-2.2.rst @@ -91,6 +91,11 @@ Stable API changes in this release Usage of 8-bit write block size emulation is only recommended for compatibility with older storage contents. +* Clock control + + * The callback prototype (clock_control_cb_t) has now additional argument + (clock_control_subsys_t) indicating which clock subsystem got started. + Removed APIs in this release ============================