Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162227AbbKTIyX (ORCPT ); Fri, 20 Nov 2015 03:54:23 -0500 Received: from mailout3.w1.samsung.com ([210.118.77.13]:38479 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934844AbbKTIyV (ORCPT ); Fri, 20 Nov 2015 03:54:21 -0500 X-AuditID: cbfec7f5-f79b16d000005389-d4-564edfba8fa1 From: Marek Szyprowski To: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Marek Szyprowski , Ruslan Bilovol , Bartlomiej Zolnierkiewicz Subject: [PATCH v6 0/4] usb/gadget: independent registration of gadgets and gadget drivers Date: Fri, 20 Nov 2015 09:54:08 +0100 Message-id: <1448009652-14716-1-git-send-email-m.szyprowski@samsung.com> X-Mailer: git-send-email 1.9.2 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrOJMWRmVeSWpSXmKPExsVy+t/xq7q77vuFGfRf07TYOGM9q8XlXXPY LBYta2W2WHvkLrtFz84TjA6sHjtn3WX36NuyitHj8ya5AOYoLpuU1JzMstQifbsEroyu33PZ C5ZwV9y9tIe9gXEhZxcjJ4eEgInElknb2SBsMYkL99YD2VwcQgJLGSUe3b3KBOE0MUlM2dsL VsUmYCjR9bYLyObgEBGwlug7GARSwywwhVHi5+1nTCBxYYEYiUWX6kDKWQRUJc58v8wIYvMK eEi8Xf+aCWKZnMT/lyuYJjByL2BkWMUomlqaXFCclJ5rpFecmFtcmpeul5yfu4kR4v2vOxiX HrM6xCjAwajEw9sg7hcmxJpYVlyZe4hRgoNZSYR3qR9QiDclsbIqtSg/vqg0J7X4EKM0B4uS OO/MXe9DhATSE0tSs1NTC1KLYLJMHJxSDYy8FVfz5rxj4wsTDXywonFVv2Zxd2ppPnPCGSNp szklNlZtKuJ6nZyBalvN5vkI8N8PefByj5vpCpWflX92uIUecsvgWnDQZBbjLNHc0gmPclnn nkrKn3xCaHq9S7bHllXPbD1t1VmLG/oe2T4WrSrcevGf7+almUEPNRPXWN1Yu6Zvz4qsPCWW 4oxEQy3mouJEAObJRfT6AQAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1649 Lines: 45 Hello, This is a resurrection of the patches initially submitted by Ruslan Bilovol in the following thread: https://lkml.org/lkml/2015/6/22/554 The changes since the original submission (v5) includes rebase onto latest linux-next branch, simplification of the code requested by Alan Stern and Felipe Balbi and removal of a patch, which deleted __init/__exit attributes (this change has been already merged). This feature is urgently needed, because it is not longer possible to use workaround to avoid deferred probe in UDC drivers due to not-yet-probed i2c regulator drivers (for more information see https://lkml.org/lkml/2015/10/30/374 ). This patchset has been successfully tested on Odroid XU3 boards with DWC3 UDC driver being deferred by missing regulator drivers. Best regards Marek Szyprowski Samsung R&D Institute Poland Patch summary: Ruslan Bilovol (4): usb: gadget: bind UDC by name passed via usb_gadget_driver structure usb: gadget: configfs: pass UDC name via usb_gadget_driver struct usb: gadget: udc-core: remove unused usb_udc_attach_driver() usb: gadget: udc-core: independent registration of gadgets and gadget drivers drivers/usb/gadget/configfs.c | 27 ++++++------- drivers/usb/gadget/udc/udc-core.c | 81 +++++++++++++++++++++++---------------- include/linux/usb/gadget.h | 8 +++- 3 files changed, 68 insertions(+), 48 deletions(-) -- 1.9.2 -- 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/