From: daniel@caiaq.de (Daniel Mack)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCHv10 2.6.34-rc6 4/5] mxc: Add generic USB HW initialization for MX51
Date: Sat, 1 May 2010 14:21:10 +0200 [thread overview]
Message-ID: <20100501122110.GC30801@buzzloop.caiaq.de> (raw)
In-Reply-To: <1272660507-5917-4-git-send-email-Dinh.Nguyen@freescale.com>
On Fri, Apr 30, 2010 at 03:48:26PM -0500, Dinh.Nguyen at freescale.com wrote:
[...]
> diff --git a/drivers/usb/host/ehci-mxc.c b/drivers/usb/host/ehci-mxc.c
> index ead59f4..544ccfd 100644
> --- a/drivers/usb/host/ehci-mxc.c
> +++ b/drivers/usb/host/ehci-mxc.c
> @@ -199,8 +199,8 @@ static int ehci_mxc_drv_probe(struct platform_device *pdev)
> writel(pdata->portsc, hcd->regs + PORTSC_OFFSET);
> mdelay(10);
>
> - /* setup USBCONTROL. */
> - ret = mxc_set_usbcontrol(pdev->id, pdata->flags);
> + /* setup specific usb hw */
> + ret = mxc_initialize_usb_hw(pdev->id, pdata->flags);
> if (ret < 0)
> goto err_init;
Ok - now we shouldn't have any possible regression.
Thanks,
Daniel
next prev parent reply other threads:[~2010-05-01 12:21 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-30 20:48 [PATCHv10 2.6.34-rc6 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW Dinh.Nguyen at freescale.com
2010-04-30 20:48 ` [PATCHv10 2.6.34-rc6 2/5] mx5: Add USB device definitions for " Dinh.Nguyen at freescale.com
2010-04-30 20:48 ` [PATCHv10 2.6.34-rc6 3/5] mx5: Enable board specific functions for enabling USB host on Babbage Dinh.Nguyen at freescale.com
2010-04-30 20:48 ` [PATCHv10 2.6.34-rc6 4/5] mxc: Add generic USB HW initialization for MX51 Dinh.Nguyen at freescale.com
2010-04-30 20:48 ` [PATCHv10 2.6.34-rc6 5/5] mx5: Add USB to Freescale MX51 defconfig Dinh.Nguyen at freescale.com
2010-05-01 12:21 ` Daniel Mack [this message]
2010-05-03 13:21 ` [PATCHv10 2.6.34-rc6 1/5] mxc: Update GPIO for USB support on Freescale MX51 Babbage HW Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100501122110.GC30801@buzzloop.caiaq.de \
--to=daniel@caiaq.de \
--cc=linux-arm-kernel@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).