From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751611AbaGVCKl (ORCPT ); Mon, 21 Jul 2014 22:10:41 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:41740 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750742AbaGVCKk (ORCPT ); Mon, 21 Jul 2014 22:10:40 -0400 Date: Mon, 21 Jul 2014 19:10:39 -0700 From: Greg Kroah-Hartman To: Andrew Bresticker Cc: Mathias Nyman , Alan Stern , Julius Werner , "linux-usb@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Stephen Warren , Thierry Reding , gregory.clement@free-electrons.com, "linux-tegra@vger.kernel.org" Subject: Re: [PATCH 0/4] Allow xHCI drivers to be built as separate modules Message-ID: <20140722021039.GC19215@kroah.com> References: <1404954350-26343-1-git-send-email-abrestic@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jul 21, 2014 at 04:41:08PM -0700, Andrew Bresticker wrote: > On Wed, Jul 9, 2014 at 6:05 PM, Andrew Bresticker wrote: > > It was suggested in the review of the Tegra xHCI driver [1] that we > > allow xHCI drivers to be built as individual modules (like EHCI) instead > > of building them all into the single xhci-hcd module as they are today. > > > > Patches 1-3 prepare for making the xHCI PCI and platform drivers able > > to be built as individual modules and patch 4 actually creates the 3 > > separate modules (core, platform, PCI). > > > > Based on 3.16-rc4. > > > > [1] http://patchwork.ozlabs.org/patch/361265/ > > > > Andrew Bresticker (4): > > xhci: Introduce xhci_init_driver() > > xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3cold > > xhci: Export symbols used by host-controller drivers > > xhci: Allow xHCI drivers to be built as separate modules > > Ping. I was hoping to get these in for 3.17 (though it may be too > late now...) as they're a dependency for the upcoming Tegra XHCI > driver. That's up to Mathias, when he sends them on to me, or not...