From mboxrd@z Thu Jan 1 00:00:00 1970 From: Weijie Gao Date: Wed, 15 Apr 2020 15:16:37 +0800 Subject: [PATCH v5 06/14] usb: dwc2_udc_otg: use the phy bulk API to get phys In-Reply-To: <1586497552-12194-7-git-send-email-chunfeng.yun@mediatek.com> References: <1586497552-12194-1-git-send-email-chunfeng.yun@mediatek.com> <1586497552-12194-7-git-send-email-chunfeng.yun@mediatek.com> Message-ID: <1586934997.26858.133.camel@mcddlt001> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Fri, 2020-04-10 at 13:45 +0800, Chunfeng Yun wrote: > Use the phy bulk API to get a group of phys > > Signed-off-by: Chunfeng Yun > --- > v5: no changes > > v4: new patch > --- > drivers/usb/gadget/dwc2_udc_otg.c | 90 +++++-------------------------- > 1 file changed, 12 insertions(+), 78 deletions(-) > Reviewed-by: Weijie Gao