From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Apr 2015 12:43:50 -0600 Subject: [U-Boot] [PATCH v2 33/80] dm: usb: Pass EHCI controller pointer to ehci_powerup_fixup() In-Reply-To: <1427307788-7496-34-git-send-email-sjg@chromium.org> References: <1427307788-7496-1-git-send-email-sjg@chromium.org> <1427307788-7496-34-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: > Adjust this function so that it is passed an EHCI controller pointer so that > implementations can look up their controller. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > board/genesi/mx51_efikamx/efikamx-usb.c | 3 ++- > drivers/usb/host/ehci-hcd.c | 5 +++-- > drivers/usb/host/ehci-tegra.c | 3 ++- > drivers/usb/host/ehci.h | 3 ++- > 4 files changed, 9 insertions(+), 5 deletions(-) Applied to u-boot-dm/next.