From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Bresticker Subject: Re: [PATCH v2 0/9] Tegra xHCI support Date: Mon, 18 Aug 2014 12:35:42 -0700 Message-ID: References: <1408381705-3623-1-git-send-email-abrestic@chromium.org> <53F2381B.8020801@wwwdotorg.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <53F2381B.8020801-3lzwWm7+Weoh9ZMKESR00Q@public.gmane.org> Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Stephen Warren Cc: Thierry Reding , "linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Jassi Brar , Linus Walleij , Greg Kroah-Hartman , Mathias Nyman , Grant Likely , Alan Stern , Arnd Bergmann , Kishon Vijay Abraham I , "devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org" , "linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org" , linux-usb-u79uwXL29TbrhsbdSgBK9A@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Aug 18, 2014 at 10:30 AM, Stephen Warren wrote: > On 08/18/2014 11:08 AM, Andrew Bresticker wrote: >> >> This series adds support for xHCI on NVIDIA Tegra SoCs. This includes: >> - adding a driver for the mailbox used to communicate with the xHCI >> controller's firmware, >> - extending the XUSB pad controller driver to support the USB PHY >> types (UTMI, HSIC, and USB3), and >> - adding a xHCI host-controller driver. > > > Can you please remind us what dependencies exist between the patches? In > other words, is it possible to apply parts of the series to their usual > subsystem branches, or does the whole thing need to go into a single topic > branch in order to avoid compile-time problems, or run-time problems in > features unrelated to the new functionality? Thanks. The whole thing will probably need to go into one branch. Patch 4/9 ("pinctrl: tegra-xusb: Add USB PHY support") has compile-time dependencies on patch 2/9 ("mailbox: Add NVIDIA Tegra XUSB mailbox driver") and patch 6/9 ("usb: xhci: Add NVIDIA Tegra xHCI host-controller driver") has compile-time dependencies on both patches 2/9 and 4/9. -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html