Re: [PATCH v2 1/2] x86: edison: Use dwc3-generic driver for Intel Edison

2020-12-15 Thread Bin Meng
On Wed, Dec 16, 2020 at 11:39 AM Bin Meng wrote: > > On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko > wrote: > > > > Use generic Synopsys DesignWare 3 driver on Intel Edison. > > For now it's just a stub which allows future refactoring. > > > > Signed-off-by: Andy Shevchenko > > --- > > v2: no c

Re: [PATCH v2 1/2] x86: edison: Use dwc3-generic driver for Intel Edison

2020-12-15 Thread Bin Meng
On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko wrote: > > Use generic Synopsys DesignWare 3 driver on Intel Edison. > For now it's just a stub which allows future refactoring. > > Signed-off-by: Andy Shevchenko > --- > v2: no changes > arch/x86/cpu/tangier/Kconfig| 3 +++ > arch/x86/dts/edis

Re: [PATCH v2 1/2] x86: edison: Use dwc3-generic driver for Intel Edison

2020-12-12 Thread Simon Glass
On Thu, 3 Dec 2020 at 10:45, Andy Shevchenko wrote: > > Use generic Synopsys DesignWare 3 driver on Intel Edison. > For now it's just a stub which allows future refactoring. > > Signed-off-by: Andy Shevchenko > --- > v2: no changes > arch/x86/cpu/tangier/Kconfig| 3 +++ > arch/x86/dts/edison

[PATCH v2 1/2] x86: edison: Use dwc3-generic driver for Intel Edison

2020-12-03 Thread Andy Shevchenko
Use generic Synopsys DesignWare 3 driver on Intel Edison. For now it's just a stub which allows future refactoring. Signed-off-by: Andy Shevchenko --- v2: no changes arch/x86/cpu/tangier/Kconfig| 3 +++ arch/x86/dts/edison.dts | 4 drivers/usb/dwc3/dwc3-generic.c | 1 + 3 files