Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-08 Thread Philipp Zabel
Hi Dinh, On Fri, 2018-10-05 at 15:23 -0500, Dinh Nguyen wrote: > Hi Philipp, > > I apologize, but I just realized that I forgot to test this patch > against the SoCFPGA ARM64 platform. I just tested against that platform > and this patch is preventing that board from booting. > > I need to redo

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-08 Thread Philipp Zabel
Hi Dinh, On Fri, 2018-10-05 at 15:23 -0500, Dinh Nguyen wrote: > Hi Philipp, > > I apologize, but I just realized that I forgot to test this patch > against the SoCFPGA ARM64 platform. I just tested against that platform > and this patch is preventing that board from booting. > > I need to redo

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Dinh Nguyen
Hi Philipp, I apologize, but I just realized that I forgot to test this patch against the SoCFPGA ARM64 platform. I just tested against that platform and this patch is preventing that board from booting. I need to redo this patch. If its not too late, can you remove this patch from reset/next?

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Dinh Nguyen
Hi Philipp, I apologize, but I just realized that I forgot to test this patch against the SoCFPGA ARM64 platform. I just tested against that platform and this patch is preventing that board from booting. I need to redo this patch. If its not too late, can you remove this patch from reset/next?

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Philipp Zabel
Hi Dinh, On Fri, 2018-10-05 at 10:17 -0500, Dinh Nguyen wrote: [...] > > > +static int a10_reset_init(struct device_node *np) > > > +{ > > > + struct reset_simple_data *data; > > > + struct resource res; > > > + resource_size_t size; > > > + int ret; > > > + u32 reg_offset = 0; > > > > ... now

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Philipp Zabel
Hi Dinh, On Fri, 2018-10-05 at 10:17 -0500, Dinh Nguyen wrote: [...] > > > +static int a10_reset_init(struct device_node *np) > > > +{ > > > + struct reset_simple_data *data; > > > + struct resource res; > > > + resource_size_t size; > > > + int ret; > > > + u32 reg_offset = 0; > > > > ... now

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Dinh Nguyen
On 10/04/2018 04:53 AM, Philipp Zabel wrote: > Hi Dinh, > > On Mon, 2018-09-17 at 09:50 -0500, Dinh Nguyen wrote: >> Create a separate reset driver that uses the reset operations in >> reset-simple. >> The reset driver for the SoCFPGA platform needs to register early in order to >> be able

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-05 Thread Dinh Nguyen
On 10/04/2018 04:53 AM, Philipp Zabel wrote: > Hi Dinh, > > On Mon, 2018-09-17 at 09:50 -0500, Dinh Nguyen wrote: >> Create a separate reset driver that uses the reset operations in >> reset-simple. >> The reset driver for the SoCFPGA platform needs to register early in order to >> be able

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-04 Thread Philipp Zabel
Hi Dinh, On Mon, 2018-09-17 at 09:50 -0500, Dinh Nguyen wrote: > Create a separate reset driver that uses the reset operations in reset-simple. > The reset driver for the SoCFPGA platform needs to register early in order to > be able bring online timers that needed early in the kernel bootup. >

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-10-04 Thread Philipp Zabel
Hi Dinh, On Mon, 2018-09-17 at 09:50 -0500, Dinh Nguyen wrote: > Create a separate reset driver that uses the reset operations in reset-simple. > The reset driver for the SoCFPGA platform needs to register early in order to > be able bring online timers that needed early in the kernel bootup. >

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-09-26 Thread Dinh Nguyen
Ping? On 09/17/2018 09:50 AM, Dinh Nguyen wrote: > Create a separate reset driver that uses the reset operations in reset-simple. > The reset driver for the SoCFPGA platform needs to register early in order to > be able bring online timers that needed early in the kernel bootup. > >

Re: [PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-09-26 Thread Dinh Nguyen
Ping? On 09/17/2018 09:50 AM, Dinh Nguyen wrote: > Create a separate reset driver that uses the reset operations in reset-simple. > The reset driver for the SoCFPGA platform needs to register early in order to > be able bring online timers that needed early in the kernel bootup. > >

[PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-09-17 Thread Dinh Nguyen
Create a separate reset driver that uses the reset operations in reset-simple. The reset driver for the SoCFPGA platform needs to register early in order to be able bring online timers that needed early in the kernel bootup. Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/socfpga.c | 4 ++

[PATCH] reset: socfpga: add an early reset driver for SoCFPGA

2018-09-17 Thread Dinh Nguyen
Create a separate reset driver that uses the reset operations in reset-simple. The reset driver for the SoCFPGA platform needs to register early in order to be able bring online timers that needed early in the kernel bootup. Signed-off-by: Dinh Nguyen --- arch/arm/mach-socfpga/socfpga.c | 4 ++