From patchwork Tue Oct 16 11:22:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mathias Nyman X-Patchwork-Id: 10643449 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 59C141057 for ; Tue, 16 Oct 2018 11:19:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4321C29447 for ; Tue, 16 Oct 2018 11:19:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 35FFB2944E; Tue, 16 Oct 2018 11:19:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id E6FA529447 for ; Tue, 16 Oct 2018 11:19:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726961AbeJPTJU (ORCPT ); Tue, 16 Oct 2018 15:09:20 -0400 Received: from mga14.intel.com ([192.55.52.115]:18954 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726595AbeJPTJU (ORCPT ); Tue, 16 Oct 2018 15:09:20 -0400 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Oct 2018 04:19:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,388,1534834800"; d="scan'208";a="99853044" Received: from mattu-haswell.fi.intel.com ([10.237.72.164]) by orsmga001.jf.intel.com with ESMTP; 16 Oct 2018 04:19:19 -0700 From: Mathias Nyman To: Cc: , thierry.reding@gmail.com, mark.rutland@arm.com, robh+dt@kernel.org, ulf.hansson@linaro.org, jonathanh@nvidia.com, Mathias Nyman Subject: [PATCH 0/2] xhci features for usb-next Date: Tue, 16 Oct 2018 14:22:41 +0300 Message-Id: <1539688963-12564-1-git-send-email-mathias.nyman@linux.intel.com> X-Mailer: git-send-email 2.7.4 Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Greg These two patches are part 2/5 and 3/5 of the Tegra xhci genpd support series. It's how Jon Hunter proposed them to be merged: " This series is making changes to more than one subsystem and at first glance may look like a maintainers nightmare. However, my proposal is this, once reviewed and people are happy ... 1. Patches 1-3 should be merged first. Patches 1 can go via the Tegra tree and 2-3 via the USB tree. 2. Once patches 1-3 are accepted, then 4 and 5 can be merged via the Tegra tree." -Mathias Jon Hunter (2): usb: xhci: tegra: Power-off power-domains on removal usb: xhci: tegra: Add genpd support drivers/usb/host/xhci-tegra.c | 92 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 81 insertions(+), 11 deletions(-)