Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-10-09 Thread Simon Goldschmidt
Am 24.05.2019 um 14:16 schrieb Chee, Tien Fong: On Fri, 2019-05-24 at 14:00 +0200, Simon Goldschmidt wrote: On Fri, May 24, 2019 at 1:57 PM Chee, Tien Fong wrote: On Fri, 2019-05-24 at 13:53 +0200, Simon Goldschmidt wrote: On Fri, May 24, 2019 at 1:44 PM Marek Vasut wrote: On 5/24/19

Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread Chee, Tien Fong
On Fri, 2019-05-24 at 14:00 +0200, Simon Goldschmidt wrote: > On Fri, May 24, 2019 at 1:57 PM Chee, Tien Fong > wrote: > > > > > > On Fri, 2019-05-24 at 13:53 +0200, Simon Goldschmidt wrote: > > > > > > On Fri, May 24, 2019 at 1:44 PM Marek Vasut > > > wrote: > > > > > > > > > > > > > > > >

Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread Simon Goldschmidt
On Fri, May 24, 2019 at 1:57 PM Chee, Tien Fong wrote: > > On Fri, 2019-05-24 at 13:53 +0200, Simon Goldschmidt wrote: > > On Fri, May 24, 2019 at 1:44 PM Marek Vasut wrote: > > > > > > > > > On 5/24/19 1:40 PM, tien.fong.c...@intel.com wrote: > > > > > > > > From: Tien Fong Chee > > > > > > > >

Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread Chee, Tien Fong
On Fri, 2019-05-24 at 13:53 +0200, Simon Goldschmidt wrote: > On Fri, May 24, 2019 at 1:44 PM Marek Vasut wrote: > > > > > > On 5/24/19 1:40 PM, tien.fong.c...@intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > Current implementation almost release all peripherals out of > > > rese

Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread Simon Goldschmidt
On Fri, May 24, 2019 at 1:44 PM Marek Vasut wrote: > > On 5/24/19 1:40 PM, tien.fong.c...@intel.com wrote: > > From: Tien Fong Chee > > > > Current implementation almost release all peripherals out of reset for > > gen5, but A10 has more peripherals than gen5, hence this patch is required > > to

Re: [U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread Marek Vasut
On 5/24/19 1:40 PM, tien.fong.c...@intel.com wrote: > From: Tien Fong Chee > > Current implementation almost release all peripherals out of reset for > gen5, but A10 has more peripherals than gen5, hence this patch is required > to release the rest of peripherals to support old kernels. > > Sign

[U-Boot] [PATCH] reset: socfpga: release more A10 peripherals out of reset

2019-05-24 Thread tien . fong . chee
From: Tien Fong Chee Current implementation almost release all peripherals out of reset for gen5, but A10 has more peripherals than gen5, hence this patch is required to release the rest of peripherals to support old kernels. Signed-off-by: Tien Fong Chee --- drivers/reset/reset-socfpga.c | 3