Re: [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support

2019-10-03 Thread Ley Foon Tan
On Wed, Oct 2, 2019 at 6:16 PM Simon Goldschmidt wrote: > > On Wed, Oct 2, 2019 at 11:25 AM Ley Foon Tan wrote: > > > > On Wed, Oct 2, 2019 at 4:26 PM Simon Goldschmidt > > wrote: > > > > > > On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan > > > wrote: > > > > > > > > Add reset manager support f

Re: [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support

2019-10-02 Thread Simon Goldschmidt
On Wed, Oct 2, 2019 at 11:25 AM Ley Foon Tan wrote: > > On Wed, Oct 2, 2019 at 4:26 PM Simon Goldschmidt > wrote: > > > > On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan > > wrote: > > > > > > Add reset manager support for Agilex. > > > > > > Signed-off-by: Ley Foon Tan > > > > > > --- > > > v3:

Re: [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support

2019-10-02 Thread Ley Foon Tan
On Wed, Oct 2, 2019 at 4:26 PM Simon Goldschmidt wrote: > > On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan wrote: > > > > Add reset manager support for Agilex. > > > > Signed-off-by: Ley Foon Tan > > > > --- > > v3: > > - Add reset_manager_soc64.h > > - Convert to use defines instead of struct. >

Re: [U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support

2019-10-02 Thread Simon Goldschmidt
On Thu, Sep 12, 2019 at 12:11 PM Ley Foon Tan wrote: > > Add reset manager support for Agilex. > > Signed-off-by: Ley Foon Tan > > --- > v3: > - Add reset_manager_soc64.h > - Convert to use defines instead of struct. > --- > arch/arm/mach-socfpga/include/mach/reset_manager.h| 2 ++ > .../ma

[U-Boot] [PATCH v4 04/17] arm: socfpga: agilex: Add reset manager support

2019-09-12 Thread Ley Foon Tan
Add reset manager support for Agilex. Signed-off-by: Ley Foon Tan --- v3: - Add reset_manager_soc64.h - Convert to use defines instead of struct. --- arch/arm/mach-socfpga/include/mach/reset_manager.h| 2 ++ .../mach-socfpga/include/mach/reset_manager_agilex.h | 11 +++ 2 files ch