[U-Boot] [PATCH v1 0/7] Improvements for the dwc3_generic driver

Michal Simek michal.simek at xilinx.com
Tue May 29 11:08:55 UTC 2018


On 29.5.2018 13:03, Jean-Jacques Hiblot wrote:
> 
> 
> On 28/05/2018 12:25, Michal Simek wrote:
>> Hi,
>>
>> On 28.5.2018 11:47, Jean-Jacques Hiblot wrote:
>>> Hi Michal
>>>
>>>
>>> On 28/05/2018 10:32, Michal Simek wrote:
>>>> Hi Jean,
>>>>
>>>> On 25.5.2018 11:32, Jean-Jacques Hiblot wrote:
>>>>> This series aims at bringing improvements to the dwc3_generic
>>>>> driver so
>>>>> that it can be used by most of the platforms using the dwc3
>>>>> controller.
>>>>>
>>>>> I tested this on with DRA7 and AM57x platforms for both Peripheral
>>>>> and Host
>>>>> operations. The code to enable DM USB host & dev support for those
>>>>> platforms will be submitted in a separate series.
>>>>>
>>>>> Enhancements:
>>>>> - use separate Kconfig option for DM USB Periphal and DM USB Host.
>>>>> This
>>>>> allow platforms to keep their non-DM USB peripheral code and use
>>>>> the DM
>>>>> USB host.
>>>>> - fixes the bind/probe confusion in dwc3_generic. The probe is done
>>>>> when
>>>>> the USB device is first needed.
>>>>> - handles PHYs when in the peripheral mode. The code to handle the
>>>>> PHYs is
>>>>> shared with the host side
>>>>> - handles clock and reset
>>>>> - bind host controller to the more generic driver 'xhci-dwc3'
>>>> I see two series which were sent recently without any description of
>>>> dependencies.
>>> Right I forgot. This series applies on to of the master branch of the
>>> USB tree
>>>> Will be good to push these patches somewhere to git and send a link
>>>> that
>>>> I can easily test.
>>> I pushed all on github : https://github.com/jjhiblot/u-boot
>> I didn't build all patches to identify which one is introducing the
>> issue. But look below at issues and please fix them. Then I will test.
> The CONFIG_DM_USB_DEV is missing from configuration.
> This will be fixed in v2

ok. Please send it with another link to git repo.

Thanks,
Michal


More information about the U-Boot mailing list