Patch "clk: Export clk_hw_forward_rate_request()" has been added to the 6.4-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    clk: Export clk_hw_forward_rate_request()

to the 6.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     clk-export-clk_hw_forward_rate_request.patch
and it can be found in the queue-6.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit aa83e427512caa0e4754007830782b8ab4ca37e6
Author: Maxime Ripard <mripard@xxxxxxxxxx>
Date:   Fri May 5 13:25:03 2023 +0200

    clk: Export clk_hw_forward_rate_request()
    
    [ Upstream commit ed046ac74da0b5602566073023a1519b5ae657b7 ]
    
    Commit 262ca38f4b6e ("clk: Stop forwarding clk_rate_requests to the
    parent") introduced the public clk_hw_forward_rate_request() function,
    but didn't export the symbol. Make sure it's the case.
    
    Fixes: 262ca38f4b6e ("clk: Stop forwarding clk_rate_requests to the parent")
    Signed-off-by: Maxime Ripard <maxime@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20221018-clk-range-checks-fixes-v4-1-971d5077e7d2@xxxxxxxxxx
    Signed-off-by: Stephen Boyd <sboyd@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/clk/clk.c b/drivers/clk/clk.c
index 27c30a533759a..e495dd7a1eae1 100644
--- a/drivers/clk/clk.c
+++ b/drivers/clk/clk.c
@@ -1549,6 +1549,7 @@ void clk_hw_forward_rate_request(const struct clk_hw *hw,
 				  parent->core, req,
 				  parent_rate);
 }
+EXPORT_SYMBOL_GPL(clk_hw_forward_rate_request);
 
 static bool clk_core_can_round(struct clk_core * const core)
 {



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux