From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755116AbcCDBlp (ORCPT ); Thu, 3 Mar 2016 20:41:45 -0500 Received: from mga02.intel.com ([134.134.136.20]:57024 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751422AbcCDBln (ORCPT ); Thu, 3 Mar 2016 20:41:43 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,533,1449561600"; d="scan'208";a="926474523" Subject: Re: [PATCH 5/7] usb: misc: add driver for Intel drcfg controlled port mux To: Greg Kroah-Hartman References: <1456987064-3365-1-git-send-email-baolu.lu@linux.intel.com> <1456987064-3365-6-git-send-email-baolu.lu@linux.intel.com> <20160303161238.GC3743@kroah.com> Cc: Felipe Balbi , Mathias Nyman , Lee Jones , Heikki Krogerus , MyungJoo Ham , Chanwoo Choi , linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, Wu Hao From: Lu Baolu Message-ID: <56D8E7D4.8090908@linux.intel.com> Date: Fri, 4 Mar 2016 09:41:40 +0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20160303161238.GC3743@kroah.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/04/2016 12:12 AM, Greg Kroah-Hartman wrote: > On Thu, Mar 03, 2016 at 02:37:42PM +0800, Lu Baolu wrote: >> Several Intel PCHs and SOCs have an internal mux that is used to >> share one USB port between device controller and host controller. >> The mux is handled through the Dual Role Configuration Register. >> >> Signed-off-by: Heikki Krogerus >> Signed-off-by: Lu Baolu >> Signed-off-by: Wu Hao >> Reviewed-by: Felipe Balbi >> --- >> MAINTAINERS | 1 + >> drivers/usb/misc/Kconfig | 7 ++ >> drivers/usb/misc/Makefile | 1 + >> drivers/usb/misc/intel-mux-drcfg.c | 174 +++++++++++++++++++++++++++++++++++++ > If you are going to start having a bunch of these, please make a new > directory, drivers/usb/mux/ ? Sure. I can put them in drivers/usb/mux.