[U-Boot] [PATCH v2 03/14] arm: socfpga: stratix10: Add Reset Manager driver for Stratix10 SoC
Dinh Nguyen
dinh.linux at gmail.com
Tue Oct 10 20:42:43 UTC 2017
On Thu, Oct 5, 2017 at 8:07 AM, <chin.liang.see at intel.com> wrote:
> From: Chin Liang See <chin.liang.see at intel.com>
>
> Add Reset Manager driver support for Stratix SoC
>
> Signed-off-by: Chin Liang See <chin.liang.see at intel.com>
> ---
> arch/arm/mach-socfpga/Makefile | 1 +
> arch/arm/mach-socfpga/include/mach/reset_manager.h | 2 +
> .../include/mach/reset_manager_arria10.h | 8 +-
> .../mach-socfpga/include/mach/reset_manager_s10.h | 116 ++++++++++++++++++++
> arch/arm/mach-socfpga/reset_manager.c | 41 +++++++
> arch/arm/mach-socfpga/reset_manager_arria10.c | 67 +++---------
> arch/arm/mach-socfpga/reset_manager_gen5.c | 33 ------
> arch/arm/mach-socfpga/reset_manager_s10.c | 118 +++++++++++++++++++++
> include/dt-bindings/reset/altr,rst-mgr-s10.h | 97 +++++++++++++++++
> 9 files changed, 395 insertions(+), 88 deletions(-)
Yikes! Can you find a way to split this patch up? Looks like you're
adding support
for Stratix10, but you're also messing with gen5 and arria10 stuff,
it's a bit hard to
review.
Thanks,
Dinh
More information about the U-Boot
mailing list