Re: [U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-04-03 Thread Marek Vasut
On 04/03/2018 04:43 PM, Dinh Nguyen wrote: > > > On 04/03/2018 09:07 AM, Marek Vasut wrote: > > [...] >> >>> >>> I have a patchset that tested this code, the i2c support in SoCFPGA was >>> converted to DM, and uses this reset framework. Should I send that along >>> with this patch in v2? >> >> Y

Re: [U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-04-03 Thread Dinh Nguyen
On 04/03/2018 09:07 AM, Marek Vasut wrote: [...] > >> >> I have a patchset that tested this code, the i2c support in SoCFPGA was >> converted to DM, and uses this reset framework. Should I send that along >> with this patch in v2? > > Yes please, otherwise this will be just another dead code. >

Re: [U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-04-03 Thread Marek Vasut
On 04/03/2018 04:04 PM, Dinh Nguyen wrote: > > > On 03/30/2018 02:45 PM, Marek Vasut wrote: >> On 03/30/2018 06:53 PM, Dinh Nguyen wrote: >>> Add a DM compatible reset driver for the SoCFPGA platform. >>> >>> Signed-off-by: Dinh Nguyen >>> --- >>> drivers/reset/Kconfig | 7 +++ >>> dr

Re: [U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-04-03 Thread Dinh Nguyen
On 03/30/2018 02:45 PM, Marek Vasut wrote: > On 03/30/2018 06:53 PM, Dinh Nguyen wrote: >> Add a DM compatible reset driver for the SoCFPGA platform. >> >> Signed-off-by: Dinh Nguyen >> --- >> drivers/reset/Kconfig | 7 +++ >> drivers/reset/Makefile| 1 + >> drivers/reset/re

Re: [U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-03-30 Thread Marek Vasut
On 03/30/2018 06:53 PM, Dinh Nguyen wrote: > Add a DM compatible reset driver for the SoCFPGA platform. > > Signed-off-by: Dinh Nguyen > --- > drivers/reset/Kconfig | 7 +++ > drivers/reset/Makefile| 1 + > drivers/reset/reset-socfpga.c | 111 > ++

[U-Boot] [PATCH] reset: socfpga: add reset driver for SoCFPGA platform

2018-03-30 Thread Dinh Nguyen
Add a DM compatible reset driver for the SoCFPGA platform. Signed-off-by: Dinh Nguyen --- drivers/reset/Kconfig | 7 +++ drivers/reset/Makefile| 1 + drivers/reset/reset-socfpga.c | 111 ++ 3 files changed, 119 insertions(+) create mod