Re: [PATCH v9 10/14] usb: otg: add hcd companion support

From: Rob Herring
Date: Mon May 23 2016 - 17:07:36 EST


On Fri, May 20, 2016 at 12:32:27PM +0300, Roger Quadros wrote:
> Since some host controller (e.g. EHCI) needs a companion host controller
> (e.g. OHCI), this patch adds such a configuration to use it in the OTG
> core.
>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@xxxxxxxxxxx>
> Signed-off-by: Roger Quadros <rogerq@xxxxxx>
> Acked-by: Peter Chen <peter.chen@xxxxxxx>
> ---
> v9:
> - add DT property documentation under OTG controllers.
>
> Documentation/devicetree/bindings/usb/generic.txt | 3 +++

Acked-by: Rob Herring <robh@xxxxxxxxxx>

> drivers/usb/common/usb-otg.c | 32 ++++++++++++++++-------
> include/linux/usb/otg.h | 7 ++++-
> 3 files changed, 32 insertions(+), 10 deletions(-)