All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michal Suchanek <msuchanek@suse.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] Add the submit_int_msg nonblock argument in musb_hcd.c
Date: Fri, 23 Aug 2019 22:41:49 +0200	[thread overview]
Message-ID: <2fe6cef8c582c985eb387cc9dac458c306b6b0e4.1566592744.git.msuchanek@suse.de> (raw)
In-Reply-To: <dfa8cd3f-1460-1df1-ac23-9d5f7362bd3d@denx.de>

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
---
 drivers/usb/musb/musb_hcd.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Can you squash this to [4/5] or do you want to respin?

Thanks

Michal

diff --git a/drivers/usb/musb/musb_hcd.c b/drivers/usb/musb/musb_hcd.c
index 1f2805270aa3..ba4c206ccfdb 100644
--- a/drivers/usb/musb/musb_hcd.c
+++ b/drivers/usb/musb/musb_hcd.c
@@ -1050,7 +1050,7 @@ int usb_lowlevel_stop(int index)
  * transfers are not supported.
  */
 int submit_int_msg(struct usb_device *dev, unsigned long pipe,
-				void *buffer, int len, int interval)
+		   void *buffer, int len, int interval, bool nonblock)
 {
 	int dir_out = usb_pipeout(pipe);
 	int ep = usb_pipeendpoint(pipe);
-- 
2.22.0

  parent reply	other threads:[~2019-08-23 20:41 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-18  8:55 [U-Boot] [PATCH v5 1/5] usb_kdb: only process events successfully received Michal Suchanek
2019-08-18  8:55 ` [U-Boot] [PATCH v5 2/5] usb: usb_submit_int_msg -> usb_int_msg Michal Suchanek
2019-08-18  8:55 ` [U-Boot] [PATCH v5 3/5] usb: storage: submit_int_msg " Michal Suchanek
2019-08-18  8:55 ` [U-Boot] [PATCH v5 4/5] usb: Add nonblock argument to submit_int_msg Michal Suchanek
2019-08-18  8:55 ` [U-Boot] [PATCH v5 5/5] dwc2: use the nonblock argument in submit_int_msg Michal Suchanek
2019-08-18 10:53 ` [U-Boot] [PATCH v5 1/5] usb_kdb: only process events successfully received Marek Vasut
2019-08-23 18:27 ` Marek Vasut
2019-08-23 20:41 ` Michal Suchanek [this message]
2019-08-23 21:11   ` [U-Boot] [PATCH] Add the submit_int_msg nonblock argument in musb_hcd.c Marek Vasut
2019-08-23 22:30     ` Michal Suchánek

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=2fe6cef8c582c985eb387cc9dac458c306b6b0e4.1566592744.git.msuchanek@suse.de \
    --to=msuchanek@suse.de \
    --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.