From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755335AbcECDQA (ORCPT ); Mon, 2 May 2016 23:16:00 -0400 Received: from mga14.intel.com ([192.55.52.115]:61811 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755238AbcECDP6 (ORCPT ); Mon, 2 May 2016 23:15:58 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.24,570,1455004800"; d="scan'208";a="96028536" From: changbin.du@intel.com To: balbi@kernel.org Cc: gregkh@linuxfoundation.org, corbet@lwn.net, linux-usb@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, "Du, Changbin" Subject: [PATCH 0/2] Add binding rule *any* support for USB Gadget Configfs Date: Tue, 3 May 2016 11:04:23 +0800 Message-Id: <1462244665-27681-1-git-send-email-changbin.du@intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: "Du, Changbin" When I am configuring Gadget Configfs, I need found a exactly UDC name before I can start my gadget. But, really I doesn't care about which UDC name is used, because I have only controller. "any" is a good option. Du, Changbin (2): usb: configfs: allow UDC binding rule configured as binding to *any* UDC Documentation: gadget_configfs: update UDC binding Documentation/usb/gadget_configfs.txt | 6 ++++-- drivers/usb/gadget/configfs.c | 22 ++++++++++++++-------- 2 files changed, 18 insertions(+), 10 deletions(-) -- 2.7.4