Re: [U-Boot] DM for ci_udc

2019-05-20 Thread Adam Ford
On Mon, May 20, 2019 at 7:13 AM Schrempf Frieder wrote: > > Hi Sven, > > On 06.05.19 12:12, Sven Schwermer wrote: > > Hi, > > > > I’m running into linking issues when enabling CONFIG_DM_USB_GADGET with > > CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not available. > > That made me l

Re: [U-Boot] DM for ci_udc

2019-05-20 Thread Schrempf Frieder
Hi Sven, On 06.05.19 12:12, Sven Schwermer wrote: > Hi, > > I’m running into linking issues when enabling CONFIG_DM_USB_GADGET with > CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not available. That > made me look into what’s required to port ci_udc to driver model. I have a > few

Re: [U-Boot] DM for ci_udc

2019-05-07 Thread Jean-Jacques Hiblot
Hi, On 06/05/2019 14:17, Lukasz Majewski wrote: Hi Sven, Marek, Jean-Jacques, On 5/6/19 12:12 PM, Sven Schwermer wrote: Hi, I’m running into linking issues when enabling CONFIG_DM_USB_GADGET with CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not available. That made me look into w

Re: [U-Boot] DM for ci_udc

2019-05-06 Thread Lukasz Majewski
Hi Sven, Marek, Jean-Jacques, > On 5/6/19 12:12 PM, Sven Schwermer wrote: > > Hi, > > > > I’m running into linking issues when enabling CONFIG_DM_USB_GADGET > > with CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not > > available. That made me look into what’s required to port ci_udc t

Re: [U-Boot] DM for ci_udc

2019-05-06 Thread Marek Vasut
On 5/6/19 12:12 PM, Sven Schwermer wrote: > Hi, > > I’m running into linking issues when enabling CONFIG_DM_USB_GADGET with > CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not available. That > made me look into what’s required to port ci_udc to driver model. I have a > few conceptua

[U-Boot] DM for ci_udc

2019-05-06 Thread Sven Schwermer
Hi, I’m running into linking issues when enabling CONFIG_DM_USB_GADGET with CONFIG_CI_UDC because dm_usb_gadget_handle_interrupts is not available. That made me look into what’s required to port ci_udc to driver model. I have a few conceptual questions about this: 1. Some other USB gadget driv