Re: [U-Boot] [PATCH v2 14/14] usb:ci_udc: don't overwrite configuration on pullup

2018-10-01 Thread Lukasz Majewski
Hi Ramon, > change writel to writebits32 in ci_pullup() in order > to keep phy configuration in tact. > > Signed-off-by: Ramon Fried > --- > > Changes in v2: > Patch introduced > > drivers/usb/gadget/ci_udc.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/

[U-Boot] [PATCH v2 14/14] usb:ci_udc: don't overwrite configuration on pullup

2018-09-21 Thread Ramon Fried
change writel to writebits32 in ci_pullup() in order to keep phy configuration in tact. Signed-off-by: Ramon Fried --- Changes in v2: Patch introduced drivers/usb/gadget/ci_udc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/usb/gadget/ci_udc.c b/drivers/usb/gad