From patchwork Tue Feb 10 07:50:26 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhangfei Gao X-Patchwork-Id: 5805131 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id C336BBF440 for ; Tue, 10 Feb 2015 07:55:53 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 106B720120 for ; Tue, 10 Feb 2015 07:55:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4210820115 for ; Tue, 10 Feb 2015 07:55:52 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1YL5dM-00024E-Ld; Tue, 10 Feb 2015 07:53:24 +0000 Received: from mail-pa0-f45.google.com ([209.85.220.45]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YL5bI-0000lH-Cp for linux-arm-kernel@lists.infradead.org; Tue, 10 Feb 2015 07:51:17 +0000 Received: by mail-pa0-f45.google.com with SMTP id et14so39552148pad.4 for ; Mon, 09 Feb 2015 23:50:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=cllvYIDKMxErxJ/M4CYVp4FhqfHP3l4rmldph3ySrqs=; b=eJ3bKbxyyeDxhscaRcUxbvOW9D3umIUxscjHOncaP1SpyeBVfz2IWEU3qtcU2h1EOw X1r8hQ7B82DAT0gIEOyXawPM1MOa4C/QNBIJJOG64CDIIbmCTcsB9FhB/wukopZoh4/z tAyCOjVSNYtbrrAHE0rveiPaDklzef8Zwpv2776l1AdfxvcKtKCl2JqxDqxmgn6DG86j 7pb/QnGOUKEEplj4PlbALSe9shyuZHq8eOjDaqgSbx45X6Sk45Wwv48xNvQiBQtIw6q7 0KUDHGkLp3ru8i+83DR3j+Lw5uF/z40MoyloB1kMxGd/Gj9V9YnaCA7NvNkLA5wBMuy5 ZmJQ== X-Gm-Message-State: ALoCoQlKDM19ZhqclrO+VOjnSxBhtwcRDMteVmSH1Mtx/OI26ZiRon5X8KhuYnlFehRzeSkM6cTw X-Received: by 10.70.96.7 with SMTP id do7mr35997871pdb.82.1423554655017; Mon, 09 Feb 2015 23:50:55 -0800 (PST) Received: from linaro.solutionip.com ([210.177.145.245]) by mx.google.com with ESMTPSA id sf7sm14287307pbc.29.2015.02.09.23.50.51 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 09 Feb 2015 23:50:53 -0800 (PST) From: Zhangfei Gao To: balbi@ti.com, john.youn@synopsys.com, Mian Yousaf Kaukab , "dan . zhao" , Wangbinghui , Peter Chen , Sergei Shtylyov Subject: [PATCH v3 4/5] usb: phy: load usb phy earlier Date: Tue, 10 Feb 2015 15:50:26 +0800 Message-Id: <1423554627-694-5-git-send-email-zhangfei.gao@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1423554627-694-1-git-send-email-zhangfei.gao@linaro.org> References: <1423554627-694-1-git-send-email-zhangfei.gao@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150209_235116_529280_A81E884A X-CRM114-Status: UNSURE ( 7.95 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: devicetree@vger.kernel.org, linux-usb@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Zhangfei Gao X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Since phy is definitely used in usb controller, load the phy earlier to make boot time shorter. Signed-off-by: Zhangfei Gao Acked-by: Peter Chen --- drivers/usb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile index 2f1e2aa..d8926c6 100644 --- a/drivers/usb/Makefile +++ b/drivers/usb/Makefile @@ -5,6 +5,7 @@ # Object files in subdirectories obj-$(CONFIG_USB) += core/ +obj-$(CONFIG_USB_SUPPORT) += phy/ obj-$(CONFIG_USB_DWC3) += dwc3/ obj-$(CONFIG_USB_DWC2) += dwc2/ @@ -48,7 +49,6 @@ obj-$(CONFIG_USB_MICROTEK) += image/ obj-$(CONFIG_USB_SERIAL) += serial/ obj-$(CONFIG_USB) += misc/ -obj-$(CONFIG_USB_SUPPORT) += phy/ obj-$(CONFIG_EARLY_PRINTK_DBGP) += early/ obj-$(CONFIG_USB_ATM) += atm/