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 <heikki.kroge...@linux.intel.com> > Signed-off-by: Lu Baolu <baolu...@linux.intel.com> > Signed-off-by: Wu Hao <hao...@intel.com> > Reviewed-by: Felipe Balbi <ba...@kernel.org> > --- > 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/ ?