From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Mon, 27 Apr 2020 15:37:11 +0200 Subject: [RESEND PATCH v6 0/5] usb: host: dwc2: use driver model for PHY and CLOCK In-Reply-To: <20200427133001.5557-1-patrick.delaunay@st.com> References: <20200427133001.5557-1-patrick.delaunay@st.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 4/27/20 3:29 PM, Patrick Delaunay wrote: > > RESEND of V6, rebased on master > http://patchwork.ozlabs.org/project/uboot/list/?series=163388 > > In this serie I update the DWC2 host driver to use the device tree > information and the associated PHY and CLOCK drivers when they are > availables. > > V6 is minor update of the first patch of the serie; > I update some clk stub to return success after Simon Goldschmidt > remarks on V5: > http://patchwork.ozlabs.org/project/uboot/list/?series=162791 Applied all, thanks.