All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] doc: restore doc/README.fsl-clk
@ 2017-06-27 14:00 Christophe Leroy
  2017-06-27 14:47 ` Heiko Schocher
  2017-06-30  1:30 ` [U-Boot] " Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Christophe Leroy @ 2017-06-27 14:00 UTC (permalink / raw)
  To: u-boot

doc/README.fsl-clk was removed in commit
5b8e76c35ec31 ("powerpc, 8xx: remove support for 8xx")
allthought CONFIG_SYS_FSL_CLK is defined in
arch/arm/cpu/armv8/fsl-layerscape/Kconfig and still in use
in the following configs:

./include/configs/mx53loco.h:21:#define CONFIG_SYS_FSL_CLK
./include/configs/m53evk.h:16:#define CONFIG_SYS_FSL_CLK
./include/configs/mx25pdk.h:17:#define CONFIG_SYS_FSL_CLK
./include/configs/usbarmory.h:14:#define CONFIG_SYS_FSL_CLK
./include/configs/ls1021aqds.h:14:#define CONFIG_SYS_FSL_CLK
./include/configs/mx53cx9020.h:22:#define CONFIG_SYS_FSL_CLK
./include/configs/colibri_vf.h:17:#define CONFIG_SYS_FSL_CLK
./include/configs/mx35pdk.h:21:#define CONFIG_SYS_FSL_CLK
./include/configs/woodburn_common.h:19:#define CONFIG_SYS_FSL_CLK
./include/configs/mx7_common.h:25:#define CONFIG_SYS_FSL_CLK
./include/configs/ls1021aiot.h:12:#define CONFIG_SYS_FSL_CLK
./include/configs/ls1021atwr.h:14:#define CONFIG_SYS_FSL_CLK
./include/configs/mx53ard.h:21:#define CONFIG_SYS_FSL_CLK
./include/configs/mx53smd.h:21:#define CONFIG_SYS_FSL_CLK
./include/configs/mx51evk.h:16:#define CONFIG_SYS_FSL_CLK
./include/configs/mx6_common.h:31:#define CONFIG_SYS_FSL_CLK
./include/configs/vf610twr.h:14:#define CONFIG_SYS_FSL_CLK
./include/configs/mx53evk.h:21:#define CONFIG_SYS_FSL_CLK

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
---
 doc/README.fsl-clk | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 doc/README.fsl-clk

diff --git a/doc/README.fsl-clk b/doc/README.fsl-clk
new file mode 100644
index 0000000000..3a9927f079
--- /dev/null
+++ b/doc/README.fsl-clk
@@ -0,0 +1,5 @@
+Freescale system clock options
+
+	- CONFIG_SYS_FSL_CLK
+		Enable to call get_clocks() in board_init_f() for
+		non-PPC platforms.
-- 
2.12.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [U-Boot] [PATCH] doc: restore doc/README.fsl-clk
  2017-06-27 14:00 [U-Boot] [PATCH] doc: restore doc/README.fsl-clk Christophe Leroy
@ 2017-06-27 14:47 ` Heiko Schocher
  2017-06-30  1:30 ` [U-Boot] " Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Heiko Schocher @ 2017-06-27 14:47 UTC (permalink / raw)
  To: u-boot

Hello Christophe,

Am 27.06.2017 um 16:00 schrieb Christophe Leroy:
> doc/README.fsl-clk was removed in commit
> 5b8e76c35ec31 ("powerpc, 8xx: remove support for 8xx")
> allthought CONFIG_SYS_FSL_CLK is defined in
> arch/arm/cpu/armv8/fsl-layerscape/Kconfig and still in use
> in the following configs:
>
> ./include/configs/mx53loco.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/m53evk.h:16:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx25pdk.h:17:#define CONFIG_SYS_FSL_CLK
> ./include/configs/usbarmory.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021aqds.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53cx9020.h:22:#define CONFIG_SYS_FSL_CLK
> ./include/configs/colibri_vf.h:17:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx35pdk.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/woodburn_common.h:19:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx7_common.h:25:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021aiot.h:12:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021atwr.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53ard.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53smd.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx51evk.h:16:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx6_common.h:31:#define CONFIG_SYS_FSL_CLK
> ./include/configs/vf610twr.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53evk.h:21:#define CONFIG_SYS_FSL_CLK
>
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
> ---
>   doc/README.fsl-clk | 5 +++++
>   1 file changed, 5 insertions(+)
>   create mode 100644 doc/README.fsl-clk

Good catch! Thanks!

Reviewed-by: Heiko Schocher <hs@denx.de>

bye,
Heiko
>
> diff --git a/doc/README.fsl-clk b/doc/README.fsl-clk
> new file mode 100644
> index 0000000000..3a9927f079
> --- /dev/null
> +++ b/doc/README.fsl-clk
> @@ -0,0 +1,5 @@
> +Freescale system clock options
> +
> +	- CONFIG_SYS_FSL_CLK
> +		Enable to call get_clocks() in board_init_f() for
> +		non-PPC platforms.
>

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [U-Boot] doc: restore doc/README.fsl-clk
  2017-06-27 14:00 [U-Boot] [PATCH] doc: restore doc/README.fsl-clk Christophe Leroy
  2017-06-27 14:47 ` Heiko Schocher
@ 2017-06-30  1:30 ` Tom Rini
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2017-06-30  1:30 UTC (permalink / raw)
  To: u-boot

On Tue, Jun 27, 2017 at 04:00:24PM +0200, Christophe Leroy wrote:

> doc/README.fsl-clk was removed in commit
> 5b8e76c35ec31 ("powerpc, 8xx: remove support for 8xx")
> allthought CONFIG_SYS_FSL_CLK is defined in
> arch/arm/cpu/armv8/fsl-layerscape/Kconfig and still in use
> in the following configs:
> 
> ./include/configs/mx53loco.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/m53evk.h:16:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx25pdk.h:17:#define CONFIG_SYS_FSL_CLK
> ./include/configs/usbarmory.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021aqds.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53cx9020.h:22:#define CONFIG_SYS_FSL_CLK
> ./include/configs/colibri_vf.h:17:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx35pdk.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/woodburn_common.h:19:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx7_common.h:25:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021aiot.h:12:#define CONFIG_SYS_FSL_CLK
> ./include/configs/ls1021atwr.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53ard.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53smd.h:21:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx51evk.h:16:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx6_common.h:31:#define CONFIG_SYS_FSL_CLK
> ./include/configs/vf610twr.h:14:#define CONFIG_SYS_FSL_CLK
> ./include/configs/mx53evk.h:21:#define CONFIG_SYS_FSL_CLK
> 
> Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
> Reviewed-by: Heiko Schocher <hs@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170629/97ceca42/attachment.sig>

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-30  1:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-06-27 14:00 [U-Boot] [PATCH] doc: restore doc/README.fsl-clk Christophe Leroy
2017-06-27 14:47 ` Heiko Schocher
2017-06-30  1:30 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.