[U-Boot] [PATCH 1/1] drivers: usb: common: add common code for usb drivers to use

Simon Glass sjg at chromium.org
Sat May 7 21:03:28 CEST 2016


On 13 April 2016 at 05:47, Marek Vasut <marex at denx.de> wrote:
> On 04/13/2016 01:19 PM, Simon Glass wrote:
>> On 12 April 2016 at 04:31, Mugunthan V N <mugunthanvnm at ti.com> wrote:
>>> Add common usb code which usb drivers makes use of it.
>>>
>>> Signed-off-by: Mugunthan V N <mugunthanvnm at ti.com>
>>> ---
>>>
>>> This was in my musb dm bringup patch list, and I did dwc3 over
>>> the same branch so missed submitting this patch for dwc3 bringup.
>>> So submitting the dwc3 dependent patch separately and will drop
>>> this while submitting v2 for musb.
>>>
>>> Simon, before applying [1], can you apply this first so that the
>>> dependents are met.
>>>
>>> [1]: https://www.mail-archive.com/u-boot@lists.denx.de/msg206602.html
>>>
>>> ---
>>>  Makefile                    |  1 +
>>>  drivers/usb/common/Makefile |  8 ++++++++
>>>  drivers/usb/common/common.c | 40 ++++++++++++++++++++++++++++++++++++++++
>>>  include/linux/usb/otg.h     |  9 +++++++++
>>>  4 files changed, 58 insertions(+)
>>>  create mode 100644 drivers/usb/common/Makefile
>>>  create mode 100644 drivers/usb/common/common.c
>>
>> Reviewed-by: Simon Glass <sjg at chromium.org>
>>
>> Marek, if you are OK with it, i'd like to bring this into u-boot-dm as
>> it is a prerequisite for a series in my patchwork todo list.
>
> That's fine, thanks.
>
>
> --
> Best regards,
> Marek Vasut

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list