Re: [PATCH 01/29] usb: dwc3: Discard synopsys,dwc3 compatibility string

2020-10-20 Thread Serge Semin
On Tue, Oct 20, 2020 at 02:28:01PM +0200, Krzysztof Kozlowski wrote: > On Tue, Oct 20, 2020 at 03:15:06PM +0300, Andy Shevchenko wrote: > > On Tue, Oct 20, 2020 at 3:02 PM Serge Semin > > wrote: > > > > > > Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix. > > > Discard a DW

Re: [PATCH 01/29] usb: dwc3: Discard synopsys,dwc3 compatibility string

2020-10-20 Thread Krzysztof Kozlowski
On Tue, Oct 20, 2020 at 03:15:06PM +0300, Andy Shevchenko wrote: > On Tue, Oct 20, 2020 at 3:02 PM Serge Semin > wrote: > > > > Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix. > > Discard a DW USB3 compatible string with the deprecated prefix seeing > > one isn't used by

Re: [PATCH 01/29] usb: dwc3: Discard synopsys,dwc3 compatibility string

2020-10-20 Thread Felipe Balbi
Hi, Serge Semin writes: > Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix. > Discard a DW USB3 compatible string with the deprecated prefix seeing > one isn't used by any dts file anymore. > > Signed-off-by: Serge Semin > --- > drivers/usb/dwc3/core.c | 3 --- > 1 file

Re: [PATCH 01/29] usb: dwc3: Discard synopsys,dwc3 compatibility string

2020-10-20 Thread Andy Shevchenko
On Tue, Oct 20, 2020 at 3:02 PM Serge Semin wrote: > > Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix. > Discard a DW USB3 compatible string with the deprecated prefix seeing > one isn't used by any dts file anymore. I'm afraid it's no go. It's an ABI from the moment when

[PATCH 01/29] usb: dwc3: Discard synopsys,dwc3 compatibility string

2020-10-20 Thread Serge Semin
Syonpsys IP cores are supposed to be defined with "snps" vendor-prefix. Discard a DW USB3 compatible string with the deprecated prefix seeing one isn't used by any dts file anymore. Signed-off-by: Serge Semin --- drivers/usb/dwc3/core.c | 3 --- 1 file changed, 3 deletions(-) diff --git