Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754030AbbKWI4n (ORCPT ); Mon, 23 Nov 2015 03:56:43 -0500 Received: from mailout1.w1.samsung.com ([210.118.77.11]:56134 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753920AbbKWI4l (ORCPT ); Mon, 23 Nov 2015 03:56:41 -0500 X-AuditID: cbfec7f4-f79026d00000418a-1f-5652d4c626ba From: Marek Szyprowski To: linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Cc: Marek Szyprowski , Ruslan Bilovol , Bartlomiej Zolnierkiewicz Subject: [PATCH v7 0/4] usb/gadget: independent registration of gadgets and gadget drivers Date: Mon, 23 Nov 2015 09:56:34 +0100 Message-id: <1448268998-4682-1-git-send-email-m.szyprowski@samsung.com> X-Mailer: git-send-email 1.9.2 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrOJMWRmVeSWpSXmKPExsVy+t/xK7rHrgSFGaxYamqxccZ6VovLu+aw WSxa1spssfbIXXaLnp0nGB1YPXbOusvu0bdlFaPH501yAcxRXDYpqTmZZalF+nYJXBl9+/Yz Fxzjrmh7/4ixgXEvZxcjB4eEgInE30NyXYycQKaYxIV769m6GLk4hASWMkq87/vKAuE0MUms +LmbDaSKTcBQouttFxtIs4iAtUTfwSCQGmaBKYwSP28/YwKpERaIkXhwuBusnkVAVWLH5Y+s IDavgLvEqQf/2SG2yUn8f7mCaQIj9wJGhlWMoqmlyQXFSem5hnrFibnFpXnpesn5uZsYId7/ soNx8TGrQ4wCHIxKPLwa+kFhQqyJZcWVuYcYJTiYlUR4j2wFCvGmJFZWpRblxxeV5qQWH2KU 5mBREuedu+t9iJBAemJJanZqakFqEUyWiYNTqoFRXHvadKepiQK3L0ueZe79dKHyBlOEa/L/ o8t6/TtETsfqbdbrTpw8Zan5rL8xJzeH9iu+EV4c7fpmbWjJb8XS0E6d8y97Zr6artAj/vlq 0HXG4tgpV3asfZTA/vb6VNOMa6HcwqFPeM9+iY98cSpKXaP4/DmDC1cfFJtVfPux0YWl8c+K Cx7MSizFGYmGWsxFxYkA8AqdXvoBAAA= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1682 Lines: 46 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, removal of a patch, which deleted __init/__exit attributes (this change has been already merged) and fixes of the checkpatch issues. 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 | 29 +++++++------- drivers/usb/gadget/udc/udc-core.c | 79 ++++++++++++++++++++++----------------- include/linux/usb/gadget.h | 8 +++- 3 files changed, 67 insertions(+), 49 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/