Re: [U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-11-07 Thread Fabio Estevam
Hi Vincent, On Tue, Nov 7, 2017 at 11:26 AM, Vincent Prince wrote: > Hi all, > > It's my first patch contribution, do I need to do anything more ? Your patch looks good. Maybe Stefano can apply it for 2017.11. Thanks ___

Re: [U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-11-07 Thread Vincent Prince
Hi all, It's my first patch contribution, do I need to do anything more ? Best regards, Vincent 2017-10-26 13:52 GMT+02:00 Stefan Agner : > > > On 26.10.2017 13:25, Lukasz Majewski wrote: > > Hi Vincent, > > > >> This prevents board resets when calling sdp command on

Re: [U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-26 Thread Stefan Agner
On 26.10.2017 13:25, Lukasz Majewski wrote: > Hi Vincent, > >> This prevents board resets when calling sdp command on boards which >> have a watchdog. >> >> Signed-off-by: Vincent Prince >> --- >> drivers/usb/gadget/f_sdp.c | 4 >> 1 file changed, 4

Re: [U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-26 Thread Lukasz Majewski
Hi Vincent, > This prevents board resets when calling sdp command on boards which > have a watchdog. > > Signed-off-by: Vincent Prince > --- > drivers/usb/gadget/f_sdp.c | 4 > 1 file changed, 4 insertions(+) > > diff --git a/drivers/usb/gadget/f_sdp.c

[U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-23 Thread Vincent Prince
This prevents board resets when calling sdp command on boards which have a watchdog. Signed-off-by: Vincent Prince --- drivers/usb/gadget/f_sdp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/gadget/f_sdp.c b/drivers/usb/gadget/f_sdp.c index

[U-Boot] [U-boot][SDP] Trigger watchdog before calling usb_gadget_handle_interrupts

2017-10-23 Thread Vincent Prince
This prevents board resets when calling sdp command on boards which have a watchdog. Signed-off-by: Vincent Prince --- drivers/usb/gadget/f_sdp.c | 4 1 file changed, 4 insertions(+) diff --git a/drivers/usb/gadget/f_sdp.c b/drivers/usb/gadget/f_sdp.c index