From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Apr 2015 13:11:14 -0600 Subject: [U-Boot] [PATCH v2 63/80] dm: usb: xhci: Use explicit parameters for xhci_setup_addressable_virt_dev() In-Reply-To: <1427307788-7496-64-git-send-email-sjg@chromium.org> References: <1427307788-7496-1-git-send-email-sjg@chromium.org> <1427307788-7496-64-git-send-email-sjg@chromium.org> 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 25 March 2015 at 12:22, Simon Glass wrote: > This function should not be delving into struct usb_device. Pass in the > parameters it needs directly. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/usb/host/xhci-mem.c | 19 +++++++------------ > drivers/usb/host/xhci.c | 29 ++++++++++++++++++++++------- > drivers/usb/host/xhci.h | 3 ++- > 3 files changed, 31 insertions(+), 20 deletions(-) Applied to u-boot-dm/next.