From 2778b034cab5836dd2bff14476a6ea382a14db43 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Mon, 21 Jun 2021 08:46:46 +0200 Subject: Documentation: devel: porting: update after clk_hw sync Clock code sync with Linux got way more straight forward, now that barebox knows about struct clk_hw. Remove the suggestion to replace clk_hw with clk when porting. Signed-off-by: Ahmad Fatoum Link: https://lore.barebox.org/20210621064646.19094-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer --- Documentation/devel/porting.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devel/porting.rst b/Documentation/devel/porting.rst index aa584de60c..97b787327c 100644 --- a/Documentation/devel/porting.rst +++ b/Documentation/devel/porting.rst @@ -341,7 +341,6 @@ Considerations when writing Linux drivers also apply to barebox: Miscellaneous Linux porting advice: * Branches dependent on ``system_state``: Take the ``SYSTEM_BOOTING`` branch - * ``struct clk_hw``: rename to ``struct clk`` * ``struct of_clk_hw_simple_get``: rename to ``struct of_clk_src_simple_get`` * ``usleep`` and co.: use ``[mud]elay`` * ``.of_node``: use ``.device_node`` -- cgit v1.2.3