summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmad Fatoum <a.fatoum@pengutronix.de>2021-06-21 08:46:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-21 09:56:10 +0200
commit2778b034cab5836dd2bff14476a6ea382a14db43 (patch)
tree9bc2dece17486ecd9b1511a0f8086ae955bb1015
parent155a2461be50d9cb2c3f49aaa84107864f9bde93 (diff)
downloadbarebox-2778b034cab5836dd2bff14476a6ea382a14db43.tar.gz
barebox-2778b034cab5836dd2bff14476a6ea382a14db43.tar.xz
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 <a.fatoum@pengutronix.de> Link: https://lore.barebox.org/20210621064646.19094-1-a.fatoum@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/devel/porting.rst1
1 files changed, 0 insertions, 1 deletions
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``