[PATCH master] Documentation: devel: porting: update after clk_hw sync

Ahmad Fatoum a.fatoum at pengutronix.de
Sun Jun 20 23:46:46 PDT 2021


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 <a.fatoum at pengutronix.de>
---
 Documentation/devel/porting.rst | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/devel/porting.rst b/Documentation/devel/porting.rst
index aa584de60ce8..97b787327c9a 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``
-- 
2.29.2




More information about the barebox mailing list