From: John Youn <johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
To: John Youn <johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>,
Felipe Balbi <balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Greg Kroah-Hartman
<gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>,
linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
Stefan Wahren <stefan.wahren-eS4NqCHxEME@public.gmane.org>
Cc: Robert Baldyga <r.baldyga-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org>
Subject: [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling
Date: Mon, 29 Aug 2016 13:38:46 -0700 [thread overview]
Message-ID: <cover.1472502978.git.johnyoun@synopsys.com> (raw)
Hi,
This is a resend of a patch series originally submitted by Robert
Baldyga back in February.
Somehow I missed it back then. Sorry about that.
It should fix some FIFO programming related issues on RPi and maybe
other platforms.
Also, this series makes the g-tx-fifo-size DT property obsolete. I've
added a patch at the end of the series to document that.
Regards,
John
John Youn (1):
Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size
Robert Baldyga (5):
usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers
usb: dwc2: gadget: fix TX FIFO size and address initialization
usb: dwc2: gadget: change variable name to more meaningful
usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()
usb: dwc2: gadget: free TX FIFO after killing requests
Documentation/devicetree/bindings/usb/dwc2.txt | 5 +-
drivers/usb/dwc2/core.h | 7 ---
drivers/usb/dwc2/gadget.c | 79 +++++++-------------------
3 files changed, 23 insertions(+), 68 deletions(-)
--
2.9.0
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: John Youn <johnyoun@synopsys.com>
To: John Youn <johnyoun@synopsys.com>
To: Felipe Balbi <balbi@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: linux-usb@vger.kernel.org
To: devicetree@vger.kernel.org
To: linux-kernel@vger.kernel.org
To: Rob Herring <robh+dt@kernel.org>
To: Mark Rutland <mark.rutland@arm.com>
To: Stefan Wahren <stefan.wahren@i2se.com>
Cc: Robert Baldyga <r.baldyga@samsung.com>
Subject: [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling
Date: Mon, 29 Aug 2016 13:38:46 -0700 [thread overview]
Message-ID: <cover.1472502978.git.johnyoun@synopsys.com> (raw)
Hi,
This is a resend of a patch series originally submitted by Robert
Baldyga back in February.
Somehow I missed it back then. Sorry about that.
It should fix some FIFO programming related issues on RPi and maybe
other platforms.
Also, this series makes the g-tx-fifo-size DT property obsolete. I've
added a patch at the end of the series to document that.
Regards,
John
John Youn (1):
Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size
Robert Baldyga (5):
usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers
usb: dwc2: gadget: fix TX FIFO size and address initialization
usb: dwc2: gadget: change variable name to more meaningful
usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable()
usb: dwc2: gadget: free TX FIFO after killing requests
Documentation/devicetree/bindings/usb/dwc2.txt | 5 +-
drivers/usb/dwc2/core.h | 7 ---
drivers/usb/dwc2/gadget.c | 79 +++++++-------------------
3 files changed, 23 insertions(+), 68 deletions(-)
--
2.9.0
next reply other threads:[~2016-08-29 20:38 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-29 20:38 John Youn [this message]
2016-08-29 20:38 ` [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling John Youn
2016-08-29 20:38 ` [PATCH 1/6] usb: dwc2: gadget: use ep->fifo_index in context of FIFO registers John Youn
2016-08-29 20:38 ` [PATCH 2/6] usb: dwc2: gadget: fix TX FIFO size and address initialization John Youn
2016-08-29 20:38 ` [PATCH 3/6] usb: dwc2: gadget: change variable name to more meaningful John Youn
2016-08-29 20:38 ` [PATCH 4/6] usb: dwc2: gadget: remove dead code from dwc2_hsotg_ep_enable() John Youn
2016-08-29 20:39 ` [PATCH 5/6] usb: dwc2: gadget: free TX FIFO after killing requests John Youn
[not found] ` <cover.1472502978.git.johnyoun-HKixBCOQz3hWk0Htik3J/w@public.gmane.org>
2016-08-29 20:39 ` [PATCH 6/6] Documentation: devicetree: dwc2: Deprecate g-tx-fifo-size John Youn
2016-08-29 20:39 ` John Youn
2016-09-02 14:41 ` Rob Herring
2016-08-29 20:39 ` John Youn
2016-08-29 20:39 ` John Youn
-- strict thread matches above, loose matches on Subject: below --
2016-08-29 20:38 [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling John Youn
2016-08-29 20:38 John Youn
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=cover.1472502978.git.johnyoun@synopsys.com \
--to=johnyoun-hkixbcoqz3hwk0htik3j/w@public.gmane.org \
--cc=balbi-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=r.baldyga-Sze3O3UU22JBDgjK7y7TUQ@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=stefan.wahren-eS4NqCHxEME@public.gmane.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 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.