linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: sangwook.lee@linaro.org (Sangwook Lee)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] USB: ehci-s5p: add function for burst
Date: Wed, 29 Feb 2012 12:41:23 +0000	[thread overview]
Message-ID: <1330519283-4722-3-git-send-email-sangwook.lee@linaro.org> (raw)
In-Reply-To: <1330519283-4722-1-git-send-email-sangwook.lee@linaro.org>

Add platform specific function for EHCI burst function

Signed-off-by: Sangwook Lee <sangwook.lee@linaro.org>
---
 drivers/usb/host/ehci-s5p.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/drivers/usb/host/ehci-s5p.c b/drivers/usb/host/ehci-s5p.c
index 293f741..c5eb0ce 100644
--- a/drivers/usb/host/ehci-s5p.c
+++ b/drivers/usb/host/ehci-s5p.c
@@ -134,6 +134,9 @@ static int __devinit s5p_ehci_probe(struct platform_device *pdev)
 	/* cache this readonly data; minimize chip reads */
 	ehci->hcs_params = readl(&ehci->caps->hcs_params);
 
+	if (pdata->burst_enable)
+		pdata->burst_enable(pdev, hcd->regs);
+
 	ehci_reset(ehci);
 
 	err = usb_add_hcd(hcd, irq, IRQF_SHARED);
-- 
1.7.4.1

      parent reply	other threads:[~2012-02-29 12:41 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-29 12:41 [PATCH 0/2] add ehci-s5p AHB burst function Sangwook Lee
2012-02-29 12:41 ` [PATCH 1/2] ARM: EXYNOS: Add EHCI " Sangwook Lee
2012-02-29 13:01   ` Thomas Abraham
2012-02-29 13:13     ` Jingoo Han
2012-02-29 14:27     ` Sangwook Lee
2012-03-01  3:24     ` Tushar Behera
2012-02-29 13:23   ` Jingoo Han
2012-02-29 14:21     ` Sangwook Lee
2012-02-29 12:41 ` Sangwook Lee [this message]

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=1330519283-4722-3-git-send-email-sangwook.lee@linaro.org \
    --to=sangwook.lee@linaro.org \
    --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).