From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrice CHOTARD Date: Thu, 1 Jun 2017 07:36:04 +0000 Subject: [U-Boot] [PATCH v4 1/5] usb: host: xhci-dwc3: Convert driver to DM In-Reply-To: References: <1496044664-13297-1-git-send-email-patrice.chotard@st.com> <1496044664-13297-2-git-send-email-patrice.chotard@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 Hi Simon On 06/01/2017 05:11 AM, Simon Glass wrote: > On 29 May 2017 at 01:57, wrote: >> From: Patrice Chotard >> >> Add Driver Model support with use of generic DT >> compatible string "snps,dwc3" >> >> Signed-off-by: Patrice Chotard >> --- >> v4: _ none >> v3: _ none >> v2: _ use dev_get_addr() and removed useless piece of code >> >> drivers/usb/host/xhci-dwc3.c | 50 ++++++++++++++++++++++++++++++++++++++++++++ >> 1 file changed, 50 insertions(+) >> > > Reviewed-by: Simon Glass > I will rebase this series on dm/master and resubmit it due to your work on livetree support. For example this patch is still using dev_get_addr(). Patrice