Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1945957AbaGRTTM (ORCPT ); Fri, 18 Jul 2014 15:19:12 -0400 Received: from smtprelay.synopsys.com ([198.182.60.111]:39364 "EHLO smtprelay.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755373AbaGRTTK convert rfc822-to-8bit (ORCPT ); Fri, 18 Jul 2014 15:19:10 -0400 From: Paul Zimmerman To: Robert Baldyga , "balbi@ti.com" CC: "gregkh@linuxfoundation.org" , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "m.szyprowski@samsung.com" , "andrzej.p@samsung.com" Subject: RE: [PATCH v3 00/12] usb: dwc2/gadget: fix series Thread-Topic: [PATCH v3 00/12] usb: dwc2/gadget: fix series Thread-Index: AQHPonz7gqe01pljGkOIwrls9oIhIJumNHEg Date: Fri, 18 Jul 2014 19:19:08 +0000 Message-ID: References: <1405683577-11226-1-git-send-email-r.baldyga@samsung.com> In-Reply-To: <1405683577-11226-1-git-send-email-r.baldyga@samsung.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.9.64.240] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > From: Robert Baldyga [mailto:r.baldyga@samsung.com] > Sent: Friday, July 18, 2014 4:39 AM > > This patchset contains fixes for dwc2 gadget driver. It touches PHY, > FIFO configuration, initialization sequence and adds many other small fixes. > > Best regards > Robert Baldyga > Samsung R&D Institute Poland > > Changelog: > v3: > - use endpoint index instead of FIFO index for EPFIFO > - extend patch description > > v2: https://lkml.org/lkml/2014/7/16/199 > - add patch usb: dwc2/gadget: avoid disabling ep0 > - fix FIFO flushing when it's assigned to endpoint dynamically > - write to proper FIFO in s3c_hsotg_write_fifo() function > - use real FIFO size in kill_all_requests > - fix comment in s3c_hsotg_init_fifo() function > > v1: https://lkml.org/lkml/2014/6/23/67 > > Andrzej Pietrasiewicz (1): > usb: dwc2/gadget: Fix comment text > > Kamil Debski (3): > usb: dwc2/gadget: fix phy disable sequence > usb: dwc2/gadget: fix phy initialization sequence > usb: dwc2/gadget: move phy bus legth initialization > > Marek Szyprowski (5): > usb: dwc2/gadget: hide some not really needed debug messages > usb: dwc2/gadget: ensure that all fifos have correct memory buffers > usb: dwc2/gadget: break infinite loop in endpoint disable code > usb: dwc2/gadget: do not call disconnect method in pullup > usb: dwc2/gadget: delay enabling irq once hardware is configured > properly > > Robert Baldyga (3): > usb: dwc2/gadget: assign TX FIFO dynamically > usb: dwc2/gadget: disable clock when it's not needed > usb: dwc2/gadget: avoid disabling ep0 > > drivers/usb/dwc2/core.h | 3 + > drivers/usb/dwc2/gadget.c | 184 +++++++++++++++++++++++++++------------------- > 2 files changed, 111 insertions(+), 76 deletions(-) For the entire series: Acked-by: Paul Zimmerman -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/