All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] usb: ohci:  Re-enable commented out delay
Date: Sun, 28 Apr 2019 16:45:25 -0500	[thread overview]
Message-ID: <20190428214528.935-2-aford173@gmail.com> (raw)
In-Reply-To: <20190428214528.935-1-aford173@gmail.com>

There is a delay function that was commented out.  This patch
re-enables it, because it will be needed for da850 ohci support.

Signed-off-by: Adam Ford <aford173@gmail.com>

diff --git a/drivers/usb/host/ohci-hcd.c b/drivers/usb/host/ohci-hcd.c
index 3b6f889f7b..2b0df88f49 100644
--- a/drivers/usb/host/ohci-hcd.c
+++ b/drivers/usb/host/ohci-hcd.c
@@ -1545,10 +1545,8 @@ static int submit_common_msg(ohci_t *ohci, struct usb_device *dev,
 		return -1;
 	}
 
-#if 0
 	mdelay(10);
 	/* ohci_dump_status(ohci); */
-#endif
 
 	timeout = USB_TIMEOUT_MS(pipe);
 
-- 
2.17.1

  reply	other threads:[~2019-04-28 21:45 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-28 21:45 [U-Boot] (no subject) Adam Ford
2019-04-28 21:45 ` Adam Ford [this message]
2019-04-29  8:25   ` [U-Boot] [PATCH 1/4] usb: ohci: Re-enable commented out delay Marek Vasut
2019-04-28 21:45 ` [U-Boot] [PATCH 2/4] ARM: davinci: Remove unused functions from header Adam Ford
2019-04-29  8:25   ` Marek Vasut
2019-04-28 21:45 ` [U-Boot] [PATCH 3/4] usb: ohci: ohci-da8xx: Enable da850-ohci driver with DM support Adam Ford
2019-04-29  8:24   ` Marek Vasut
2019-04-30  9:24     ` Adam Ford
2019-04-30  9:32       ` Marek Vasut
2019-04-28 21:45 ` [U-Boot] [PATCH 4/4] ARM: da850evm: Enable da850-ohci USB host controller Adam Ford

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=20190428214528.935-2-aford173@gmail.com \
    --to=aford173@gmail.com \
    --cc=u-boot@lists.denx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.