Re: [PATCH 6/6] usb: bdc: Update compatible match strings

2019-06-21 Thread Alan Cooper
> > Remove "brcm,bdc-v0.16" because it was never used on any system. > > You're not really removing it, are you? Whoops, it was supposed to be removed. Thanks Al On Fri, Jun 21, 2019 at 4:28 AM Sergei Shtylyov wrote: > > Hello! > > On 21.06.2019 0:09, Al Cooper wrote: > > > Remove

Re: [PATCH 6/6] usb: bdc: Update compatible match strings

2019-06-21 Thread Sergei Shtylyov
Hello! On 21.06.2019 0:09, Al Cooper wrote: Remove "brcm,bdc-v0.16" because it was never used on any system. You're not really removing it, are you? Add "brcm,bdc-udc-v3.1" which exists for any STB system with BDC. Signed-off-by: Al Cooper --- drivers/usb/gadget/udc/bdc/bdc_core.c |

[PATCH 6/6] usb: bdc: Update compatible match strings

2019-06-20 Thread Al Cooper
Remove "brcm,bdc-v0.16" because it was never used on any system. Add "brcm,bdc-udc-v3.1" which exists for any STB system with BDC. Signed-off-by: Al Cooper --- drivers/usb/gadget/udc/bdc/bdc_core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/gadget/udc/bdc/bdc_core.c