Re: [PATCH v2 2/2] x86: edison: Switch to DM_USB_GADGET

2020-12-15 Thread Bin Meng
On Wed, Dec 16, 2020 at 11:40 AM Bin Meng wrote: > > On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko > wrote: > > > > DM is the modern default approach for the drivers in U-Boot. > > It also allows to configure code via Device Tree. > > > > Move Intel Edison to use DM_USB_GADGET and drop hard code

Re: [PATCH v2 2/2] x86: edison: Switch to DM_USB_GADGET

2020-12-15 Thread Bin Meng
On Fri, Dec 4, 2020 at 1:45 AM Andy Shevchenko wrote: > > DM is the modern default approach for the drivers in U-Boot. > It also allows to configure code via Device Tree. > > Move Intel Edison to use DM_USB_GADGET and drop hard coded values. > > Signed-off-by: Andy Shevchenko > --- > v2: cleaned

Re: [PATCH v2 2/2] x86: edison: Switch to DM_USB_GADGET

2020-12-12 Thread Simon Glass
On Thu, 3 Dec 2020 at 10:45, Andy Shevchenko wrote: > > DM is the modern default approach for the drivers in U-Boot. > It also allows to configure code via Device Tree. > > Move Intel Edison to use DM_USB_GADGET and drop hard coded values. > > Signed-off-by: Andy Shevchenko > --- > v2: cleaned up

[PATCH v2 2/2] x86: edison: Switch to DM_USB_GADGET

2020-12-03 Thread Andy Shevchenko
DM is the modern default approach for the drivers in U-Boot. It also allows to configure code via Device Tree. Move Intel Edison to use DM_USB_GADGET and drop hard coded values. Signed-off-by: Andy Shevchenko --- v2: cleaned up arch/x86/cpu/tangier/Kconfig as well arch/x86/cpu/tangier/Kconfig