From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756983AbaIIOQX (ORCPT ); Tue, 9 Sep 2014 10:16:23 -0400 Received: from mga09.intel.com ([134.134.136.24]:13037 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756937AbaIIOQU (ORCPT ); Tue, 9 Sep 2014 10:16:20 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.04,491,1406617200"; d="scan'208";a="570572490" Message-ID: <540F0E53.4050106@linux.intel.com> Date: Tue, 09 Sep 2014 17:27:31 +0300 From: Mathias Nyman User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Andrew Bresticker , Mathias Nyman CC: Alan Stern , Julius Werner , Gregory CLEMENT , Yoshihiro Shimoda , Stephen Warren , Thierry Reding , "linux-kernel@vger.kernel.org" , "linux-tegra@vger.kernel.org" , Greg Kroah-Hartman , "linux-usb@vger.kernel.org" Subject: Re: [PATCH v3 0/4] Allow xHCI drivers to be built as separate modules References: <1408467712-27497-1-git-send-email-abrestic@chromium.org> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/03/2014 10:51 PM, Andrew Bresticker wrote: > Mathias, > > On Tue, Aug 19, 2014 at 10:01 AM, 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.17-rc1. >> >> Changes from v2: >> - fixed typo in xhci_register_plat >> - exported another symbol needed by xhci-pci module >> Changes from v1: >> - rebased on changes introduced by xhci-rcar driver >> >> [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 > > Any thoughts/comments on this series? > > Sorry about the delay. When I start looking at this I always get interrupted by some fire that needs to be put out. I still need some more time to go through it -Mathias