diff for duplicates of <87k1jbo8hm.fsf@linux.intel.com> diff --git a/a/1.txt b/N1/1.txt index f7b37b9..4349068 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,4 +1,3 @@ - Hi, Manu Gautam <mgautam@codeaurora.org> writes: @@ -36,6 +35,15 @@ Manu Gautam <mgautam@codeaurora.org> writes: I would rather avoid this. We could start tracking our own internal dwc3_request status. Something along the lines of: +With this, we can remove some of the other request flags, such as "started". + +>> Anyway, which gadget driver did this? Why is it only affecting dwc3? +> +> Function driver is not in upstream (f_mtp.c). + +So this could happen with any UDC, right? Why is f_mtp.c queueing the +same request twice? + diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h index df876418cb78..5c3ee741541f 100644 --- a/drivers/usb/dwc3/core.h @@ -122,15 +130,3 @@ index 023a473648eb..6aebe8c0eae1 100644 + req->status = DWC3_REQUEST_STATUS_CANCELLED; list_move_tail(&req->list, &dep->cancelled_list); } - -With this, we can remove some of the other request flags, such as "started". - ->> Anyway, which gadget driver did this? Why is it only affecting dwc3? -> -> Function driver is not in upstream (f_mtp.c). - -So this could happen with any UDC, right? Why is f_mtp.c queueing the -same request twice? - --- -balbi diff --git a/a/2.bin b/a/2.bin deleted file mode 100644 index 06a54a9..0000000 --- a/a/2.bin +++ /dev/null @@ -1,16 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQIzBAEBCAAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlw4YAUACgkQzL64meEa -mQZOcg/+NfHKxPdOWjps2XB/tM0mdLAdmFQbnf9SSgiozoqV9GXiZTGmpUcNufoN -Q9/fc7Aiad9pN63mMEzfyF+YWEIF/e37LZhhH0TaQl+VVDeAbMli+FoGOKv6Py1W -x9sZX7yMrG2fqUiwRFiZ0XIBLxjFD5vIZiC6DYF/KaLUxIT6V+UXc8Z6Z3fP06ov -ABmMvG2EHU+vXshFRVg3ROogu+/ZGxz3URHtvyf0xRghjICFz9gvXHM4+4k67742 -uNR3Yi00qZ5rMGjORFySoD3kctTid6vnhXMwMs7ro4KuOALazvmqs3lKDGG3Prt/ -/XEj76PvP/PNTPlLGjfZ2pfEuBs1Pi99UP9Ec2w4plepZjWapkZsEkx4DwjE6tpl -VKKLCeeeAJVSWpKsSNgQPP/dRYduF5+LYlHXqrsViALgSTvB1/6RKod5qGwBRb9+ -vWCjZlAEnPpiTJUzpevv4rBGIlMTNhYN9GefB+xjn7adildR+wPZvMn7j1RsGRqr -btfqrAYcZPtouhSWZZRqWYNV8B7sz/taim36/vMNkoMMDNz63kQOuNDXA5JHjKKJ -7fXkY+6fiA0eH8hj3RXaNKrIL7OgDuOhLDpBjbJR6hB613KtsLHbpgW1ZGyyAxwI -TTp6x/S9ganAXZnjq04cdSlP5Fq51hjVz2r4pIJycawwic4isK4= -=v5Qv ------END PGP SIGNATURE----- diff --git a/a/2.hdr b/a/2.hdr deleted file mode 100644 index 5e5352c..0000000 --- a/a/2.hdr +++ /dev/null @@ -1 +0,0 @@ -Content-Type: application/pgp-signature; name="signature.asc" diff --git a/a/content_digest b/N1/content_digest index a557d40..a6d7aaa 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,17 +1,13 @@ - "ref\020190111060212.7390-1-mgautam@codeaurora.org\0" - "ref\087pnt3od02.fsf@linux.intel.com\0" - "ref\0d0f73188-7943-146f-5944-1bfd74bdce77@codeaurora.org\0" "From\0Felipe Balbi <balbi@kernel.org>\0" - "Subject\0Re: [PATCH] usb: dwc3: gadget: Fail request submission if it was already queued\0" + "Subject\0usb: dwc3: gadget: Fail request submission if it was already queued\0" "Date\0Fri, 11 Jan 2019 11:21:09 +0200\0" "To\0Manu Gautam <mgautam@codeaurora.org>\0" "Cc\0linux-arm-msm@vger.kernel.org" Greg Kroah-Hartman <gregkh@linuxfoundation.org> open list:DESIGNWARE USB3 DRD IP DRIVER <linux-usb@vger.kernel.org> " open list <linux-kernel@vger.kernel.org>\0" - "\01:1\0" + "\00:1\0" "b\0" - "\n" "Hi,\n" "\n" "Manu Gautam <mgautam@codeaurora.org> writes:\n" @@ -49,6 +45,15 @@ "I would rather avoid this. We could start tracking our own internal\n" "dwc3_request status. Something along the lines of:\n" "\n" + "With this, we can remove some of the other request flags, such as \"started\".\n" + "\n" + ">> Anyway, which gadget driver did this? Why is it only affecting dwc3?\n" + ">\n" + "> Function driver is not in upstream (f_mtp.c).\n" + "\n" + "So this could happen with any UDC, right? Why is f_mtp.c queueing the\n" + "same request twice?\n" + "\n" "diff --git a/drivers/usb/dwc3/core.h b/drivers/usb/dwc3/core.h\n" "index df876418cb78..5c3ee741541f 100644\n" "--- a/drivers/usb/dwc3/core.h\n" @@ -134,37 +139,6 @@ " \treq->started = false;\n" "+\treq->status = DWC3_REQUEST_STATUS_CANCELLED;\n" " \tlist_move_tail(&req->list, &dep->cancelled_list);\n" - " }\n" - " \n" - "With this, we can remove some of the other request flags, such as \"started\".\n" - "\n" - ">> Anyway, which gadget driver did this? Why is it only affecting dwc3?\n" - ">\n" - "> Function driver is not in upstream (f_mtp.c).\n" - "\n" - "So this could happen with any UDC, right? Why is f_mtp.c queueing the\n" - "same request twice?\n" - "\n" - "-- \n" - balbi - "\01:2\0" - "fn\0signature.asc\0" - "b\0" - "-----BEGIN PGP SIGNATURE-----\n" - "\n" - "iQIzBAEBCAAdFiEElLzh7wn96CXwjh2IzL64meEamQYFAlw4YAUACgkQzL64meEa\n" - "mQZOcg/+NfHKxPdOWjps2XB/tM0mdLAdmFQbnf9SSgiozoqV9GXiZTGmpUcNufoN\n" - "Q9/fc7Aiad9pN63mMEzfyF+YWEIF/e37LZhhH0TaQl+VVDeAbMli+FoGOKv6Py1W\n" - "x9sZX7yMrG2fqUiwRFiZ0XIBLxjFD5vIZiC6DYF/KaLUxIT6V+UXc8Z6Z3fP06ov\n" - "ABmMvG2EHU+vXshFRVg3ROogu+/ZGxz3URHtvyf0xRghjICFz9gvXHM4+4k67742\n" - "uNR3Yi00qZ5rMGjORFySoD3kctTid6vnhXMwMs7ro4KuOALazvmqs3lKDGG3Prt/\n" - "/XEj76PvP/PNTPlLGjfZ2pfEuBs1Pi99UP9Ec2w4plepZjWapkZsEkx4DwjE6tpl\n" - "VKKLCeeeAJVSWpKsSNgQPP/dRYduF5+LYlHXqrsViALgSTvB1/6RKod5qGwBRb9+\n" - "vWCjZlAEnPpiTJUzpevv4rBGIlMTNhYN9GefB+xjn7adildR+wPZvMn7j1RsGRqr\n" - "btfqrAYcZPtouhSWZZRqWYNV8B7sz/taim36/vMNkoMMDNz63kQOuNDXA5JHjKKJ\n" - "7fXkY+6fiA0eH8hj3RXaNKrIL7OgDuOhLDpBjbJR6hB613KtsLHbpgW1ZGyyAxwI\n" - "TTp6x/S9ganAXZnjq04cdSlP5Fq51hjVz2r4pIJycawwic4isK4=\n" - "=v5Qv\n" - -----END PGP SIGNATURE----- + } -a1ef47e481c6f8078a8df8b0f10383d4e53a9a9d7ff8f6b11cf3261a34dbf96b +0166979c0a464e3205a1e66d22ce625bd5fee8d1aead4a957694b9855d0b55ed
diff --git a/a/content_digest b/N2/content_digest index a557d40..771b76c 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -7,7 +7,7 @@ "To\0Manu Gautam <mgautam@codeaurora.org>\0" "Cc\0linux-arm-msm@vger.kernel.org" Greg Kroah-Hartman <gregkh@linuxfoundation.org> - open list:DESIGNWARE USB3 DRD IP DRIVER <linux-usb@vger.kernel.org> + " open list\\:DESIGNWARE USB3 DRD IP DRIVER <linux-usb@vger.kernel.org>" " open list <linux-kernel@vger.kernel.org>\0" "\01:1\0" "b\0" @@ -167,4 +167,4 @@ "=v5Qv\n" -----END PGP SIGNATURE----- -a1ef47e481c6f8078a8df8b0f10383d4e53a9a9d7ff8f6b11cf3261a34dbf96b +9447199d00b16a962a80aa9ee705e0c37a75384ad950800847ddfc4cb8a221f0
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.