From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Youn Subject: [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling Date: Mon, 29 Aug 2016 13:38:46 -0700 Message-ID: Return-path: Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: John Youn , Felipe Balbi , Greg Kroah-Hartman , linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Rob Herring , Mark Rutland , Stefan Wahren Cc: Robert Baldyga List-Id: devicetree@vger.kernel.org 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754981AbcH2Uix (ORCPT ); Mon, 29 Aug 2016 16:38:53 -0400 Received: from out4-smtp.messagingengine.com ([66.111.4.28]:38491 "EHLO out4-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751223AbcH2Uiv (ORCPT ); Mon, 29 Aug 2016 16:38:51 -0400 X-Sasl-enc: YThhAEWIOhVGGKJpD1jpOxYAT5yPlVwgY/n80mc5NExa 1472503128 Date: Mon, 29 Aug 2016 13:38:46 -0700 Message-Id: From: John Youn To: John Youn To: Felipe Balbi To: Greg Kroah-Hartman To: linux-usb@vger.kernel.org To: devicetree@vger.kernel.org To: linux-kernel@vger.kernel.org To: Rob Herring To: Mark Rutland To: Stefan Wahren Cc: Robert Baldyga Subject: [PATCH 0/6] usb: dwc2: gadget: Fix TX FIFO handling Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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