All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] arm: mvebu: Automatically detect CONFIG_SYS_TCLK
@ 2021-07-31 12:22 Pali Rohár
  2021-07-31 12:22 ` [PATCH 1/5] arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR register Pali Rohár
                   ` (5 more replies)
  0 siblings, 6 replies; 20+ messages in thread
From: Pali Rohár @ 2021-07-31 12:22 UTC (permalink / raw)
  To: Stefan Roese, Chris Packham, Baruch Siach, Dirk Eibach, u-boot
  Cc: Marek Behún, Dennis Gilmore, Mario Six, Jon Nettleton

This patch series automatically detects CONFIG_SYS_TCLK value, set it in
global mach/soc.h file and remove manual CONFIG_SYS_TCLK value from all
mvebu/kirkwood board config files.

So it just a cleanup to avoid defining custom macros in board config
files which can be automatically detected.

Could you test these patches on a38x and a37x platforms that nothing is
broken? I tested them on a38x Turris Omnia.

Pali Rohár (5):
  arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR register
  arm: mvebu: a37x: Detect CONFIG_SYS_TCLK from SAR register
  arm: mvebu: msys: Set CONFIG_SYS_TCLK globally
  arm: mvebu: axp: Set CONFIG_SYS_TCLK globally
  arm: kirkwood: Do not overwrite CONFIG_SYS_TCLK

 arch/arm/mach-kirkwood/include/mach/kw88f6281.h |  2 --
 arch/arm/mach-mvebu/include/mach/soc.h          | 15 ++++++++++-----
 include/configs/clearfog.h                      |  1 -
 include/configs/controlcenterdc.h               |  2 --
 include/configs/crs3xx-98dx3236.h               |  1 -
 include/configs/db-88f6720.h                    |  1 -
 include/configs/db-88f6820-amc.h                |  2 --
 include/configs/db-88f6820-gp.h                 |  2 --
 include/configs/db-mv784mp-gp.h                 |  1 -
 include/configs/db-xc3-24g4xg.h                 |  1 -
 include/configs/ds414.h                         |  1 -
 include/configs/helios4.h                       |  1 -
 include/configs/lacie_kw.h                      |  5 -----
 include/configs/lsxl.h                          |  2 --
 include/configs/maxbcm.h                        |  1 -
 include/configs/theadorable.h                   |  1 -
 include/configs/turris_omnia.h                  |  1 -
 include/configs/x530.h                          |  2 --
 18 files changed, 10 insertions(+), 32 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2022-08-16 20:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-31 12:22 [PATCH 0/5] arm: mvebu: Automatically detect CONFIG_SYS_TCLK Pali Rohár
2021-07-31 12:22 ` [PATCH 1/5] arm: mvebu: a38x: Detect CONFIG_SYS_TCLK from SAR register Pali Rohár
2021-08-02  6:33   ` Stefan Roese
2021-07-31 12:22 ` [PATCH 2/5] arm: mvebu: a37x: " Pali Rohár
2021-08-02  6:33   ` Stefan Roese
2021-07-31 12:22 ` [PATCH 3/5] arm: mvebu: msys: Set CONFIG_SYS_TCLK globally Pali Rohár
2021-08-02  6:34   ` Stefan Roese
2021-07-31 12:22 ` [PATCH 4/5] arm: mvebu: axp: " Pali Rohár
2021-08-02  6:35   ` Stefan Roese
2021-07-31 12:22 ` [PATCH 5/5] arm: kirkwood: Do not overwrite CONFIG_SYS_TCLK Pali Rohár
2021-08-01  8:07   ` Chris Packham
2021-08-01 10:25     ` Pali Rohár
2022-08-16  9:37       ` Michael Walle
2022-08-16 18:17         ` Pali Rohár
2022-08-16 19:38           ` Pali Rohár
2022-08-16 20:02             ` Pali Rohár
2022-08-16 20:06             ` Michael Walle
2022-08-16 20:05           ` Michael Walle
2021-08-02  6:35   ` Stefan Roese
2021-08-11  8:27 ` [PATCH 0/5] arm: mvebu: Automatically detect CONFIG_SYS_TCLK Stefan Roese

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.