From: Ley Foon Tan <ley.foon.tan@intel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v6 0/4] arm: socfpga: Convert drivers from struct to defines
Date: Fri, 8 Nov 2019 10:38:17 +0800 [thread overview]
Message-ID: <1573180701-6478-1-git-send-email-ley.foon.tan@intel.com> (raw)
This is 6th version of patchset to convert reset, system and clock manager
drivers to use #define instead of struct.
Patch 1 unchanged, patch 2,3,4 have changes.
Tested on Cyclone 5, Arria 10 and Stratix 10 devices.
Changes in v6:
- Call to socfpga_get_*mgr_addr() function, instead of access to global
variable directly.
- Update socfpga_get_base_addr() to return error code, instead of return 0.
History:
v1: https://patchwork.ozlabs.org/cover/1149731/
v2: https://patchwork.ozlabs.org/cover/1160079/
v3: https://patchwork.ozlabs.org/cover/1174327/
v4: https://patchwork.ozlabs.org/cover/1174347/
v5: https://patchwork.ozlabs.org/cover/1190831/
Ley Foon Tan (4):
arm: dts: socfpga: Add u-boot,dm-pre-reloc for sysmgr and clkmgr nodes
arm: socfpga: Convert reset manager from struct to defines
arm: socfpga: Convert system manager from struct to defines
arm: socfpga: Convert clock manager from struct to defines
arch/arm/dts/socfpga-common-u-boot.dtsi | 8 +
arch/arm/dts/socfpga.dtsi | 2 +-
arch/arm/dts/socfpga_arria10.dtsi | 2 +-
arch/arm/dts/socfpga_arria10_socdk.dtsi | 8 +
arch/arm/dts/socfpga_stratix10.dtsi | 2 +-
.../dts/socfpga_stratix10_socdk-u-boot.dtsi | 8 +
arch/arm/mach-socfpga/clock_manager.c | 14 +-
arch/arm/mach-socfpga/clock_manager_arria10.c | 155 +++++++------
arch/arm/mach-socfpga/clock_manager_gen5.c | 211 ++++++++++-------
arch/arm/mach-socfpga/clock_manager_s10.c | 217 ++++++++++--------
.../mach-socfpga/include/mach/clock_manager.h | 2 +
.../include/mach/clock_manager_arria10.h | 133 ++++-------
.../include/mach/clock_manager_gen5.h | 112 ++++-----
.../include/mach/clock_manager_s10.h | 115 ++++------
arch/arm/mach-socfpga/include/mach/misc.h | 1 +
.../mach-socfpga/include/mach/reset_manager.h | 2 +
.../include/mach/reset_manager_arria10.h | 43 +---
.../include/mach/reset_manager_gen5.h | 22 +-
.../include/mach/reset_manager_s10.h | 33 +--
.../include/mach/system_manager.h | 2 +
.../include/mach/system_manager_arria10.h | 94 +++-----
.../include/mach/system_manager_gen5.h | 123 ++--------
.../include/mach/system_manager_s10.h | 184 ++++++---------
arch/arm/mach-socfpga/mailbox_s10.c | 6 +-
arch/arm/mach-socfpga/misc.c | 61 +++++
arch/arm/mach-socfpga/misc_arria10.c | 11 +-
arch/arm/mach-socfpga/misc_gen5.c | 33 +--
arch/arm/mach-socfpga/misc_s10.c | 9 +-
arch/arm/mach-socfpga/reset_manager_arria10.c | 73 +++---
arch/arm/mach-socfpga/reset_manager_gen5.c | 37 ++-
arch/arm/mach-socfpga/reset_manager_s10.c | 55 ++---
arch/arm/mach-socfpga/scan_manager.c | 6 +-
arch/arm/mach-socfpga/spl_a10.c | 12 +-
arch/arm/mach-socfpga/spl_gen5.c | 26 +--
arch/arm/mach-socfpga/spl_s10.c | 24 +-
arch/arm/mach-socfpga/system_manager_gen5.c | 42 ++--
arch/arm/mach-socfpga/system_manager_s10.c | 42 ++--
arch/arm/mach-socfpga/wrap_pll_config_s10.c | 13 +-
drivers/ddr/altera/sdram_gen5.c | 12 +-
drivers/ddr/altera/sdram_s10.c | 6 +-
drivers/fpga/socfpga_arria10.c | 7 +-
drivers/fpga/socfpga_gen5.c | 4 +-
drivers/mmc/socfpga_dw_mmc.c | 17 +-
drivers/sysreset/sysreset_socfpga.c | 6 +-
44 files changed, 945 insertions(+), 1050 deletions(-)
--
2.19.0
next reply other threads:[~2019-11-08 2:38 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 2:38 Ley Foon Tan [this message]
2019-11-08 2:38 ` [U-Boot] [PATCH v6 1/4] arm: dts: socfpga: Add u-boot, dm-pre-reloc for sysmgr and clkmgr nodes Ley Foon Tan
2019-11-08 2:38 ` [U-Boot] [PATCH v6 2/4] arm: socfpga: Convert reset manager from struct to defines Ley Foon Tan
2019-11-13 19:39 ` Simon Goldschmidt
2019-11-08 2:38 ` [U-Boot] [PATCH v6 3/4] arm: socfpga: Convert system " Ley Foon Tan
2019-11-13 19:39 ` Simon Goldschmidt
2019-11-08 2:38 ` [U-Boot] [PATCH v6 4/4] arm: socfpga: Convert clock " Ley Foon Tan
2019-11-13 19:40 ` Simon Goldschmidt
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1573180701-6478-1-git-send-email-ley.foon.tan@intel.com \
--to=ley.foon.tan@intel.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox