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

2019-05-14 Thread Ley Foon Tan
On Tue, May 14, 2019 at 4:35 PM Simon Goldschmidt wrote: > > On Tue, May 14, 2019 at 8:08 AM Ley Foon Tan wrote: > > > > On Sat, May 11, 2019 at 2:28 AM Simon Goldschmidt > > wrote: > > > > > > Am 10.05.2019 um 07:54 schrieb Ley Foon Tan: > > > > Add reset manager support for Agilex. > > > > > >

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

2019-05-14 Thread Simon Goldschmidt
On Tue, May 14, 2019 at 8:08 AM Ley Foon Tan wrote: > > On Sat, May 11, 2019 at 2:28 AM Simon Goldschmidt > wrote: > > > > Am 10.05.2019 um 07:54 schrieb Ley Foon Tan: > > > Add reset manager support for Agilex. > > > > > > Signed-off-by: Ley Foon Tan > > > --- > > > .../mach-socfpga/include/m

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

2019-05-13 Thread Ley Foon Tan
On Sat, May 11, 2019 at 2:28 AM Simon Goldschmidt wrote: > > Am 10.05.2019 um 07:54 schrieb Ley Foon Tan: > > Add reset manager support for Agilex. > > > > Signed-off-by: Ley Foon Tan > > --- > > .../mach-socfpga/include/mach/reset_manager.h | 5 ++- > > .../include/mach/reset_manager_agilex.

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

2019-05-13 Thread Ley Foon Tan
On Fri, May 10, 2019 at 11:26 PM Dinh Nguyen wrote: > > > > On 5/10/19 12:54 AM, Ley Foon Tan wrote: > > Add reset manager support for Agilex. > > > > Signed-off-by: Ley Foon Tan > > --- > > .../mach-socfpga/include/mach/reset_manager.h | 5 ++- > > .../include/mach/reset_manager_agilex.h

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

2019-05-10 Thread Simon Goldschmidt
Am 10.05.2019 um 07:54 schrieb Ley Foon Tan: Add reset manager support for Agilex. Signed-off-by: Ley Foon Tan --- .../mach-socfpga/include/mach/reset_manager.h | 5 ++- .../include/mach/reset_manager_agilex.h | 38 +++ arch/arm/mach-socfpga/reset_manager.c |

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

2019-05-10 Thread Dinh Nguyen
On 5/10/19 12:54 AM, Ley Foon Tan wrote: > Add reset manager support for Agilex. > > Signed-off-by: Ley Foon Tan > --- > .../mach-socfpga/include/mach/reset_manager.h | 5 ++- > .../include/mach/reset_manager_agilex.h | 38 +++ AFAIK, there's really nothing different in

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

2019-05-09 Thread Ley Foon Tan
Add reset manager support for Agilex. Signed-off-by: Ley Foon Tan --- .../mach-socfpga/include/mach/reset_manager.h | 5 ++- .../include/mach/reset_manager_agilex.h | 38 +++ arch/arm/mach-socfpga/reset_manager.c | 9 +++-- 3 files changed, 48 insertions(+), 4 del