[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100501122110.GC30801@buzzloop.caiaq.de>
Date: Sat, 1 May 2010 14:21:10 +0200
From: Daniel Mack <daniel@...aq.de>
To: Dinh.Nguyen@...escale.com
Cc: linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux@....linux.org.uk, s.hauer@...gutronix.de,
valentin.longchamp@...l.ch, grant.likely@...retlab.ca,
bryan.wu@...onical.com, amit.kucheria@...onical.com,
r.herring@...escale.com, Jun.Li@...escale.com,
xiao-lizhang@...escale.com
Subject: Re: [PATCHv10 2.6.34-rc6 4/5] mxc: Add generic USB HW
initialization for MX51
On Fri, Apr 30, 2010 at 03:48:26PM -0500, Dinh.Nguyen@...escale.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists