From patchwork Tue Oct 31 12:58:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alex Elder X-Patchwork-Id: 10034481 X-Patchwork-Delegate: agross@codeaurora.org Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E5F89600C5 for ; Tue, 31 Oct 2017 12:58:36 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CD16E28982 for ; Tue, 31 Oct 2017 12:58:36 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id C1649289D8; Tue, 31 Oct 2017 12:58:36 +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=-6.3 required=2.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI, RCVD_IN_SORBS_SPAM, T_DKIM_INVALID 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 5BD1928982 for ; Tue, 31 Oct 2017 12:58:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752864AbdJaM6W (ORCPT ); Tue, 31 Oct 2017 08:58:22 -0400 Received: from mail-io0-f196.google.com ([209.85.223.196]:52227 "EHLO mail-io0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbdJaM6T (ORCPT ); Tue, 31 Oct 2017 08:58:19 -0400 Received: by mail-io0-f196.google.com with SMTP id f20so34804180ioj.9 for ; Tue, 31 Oct 2017 05:58:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=h+fuhhV6UI3UUvFENINVposw3v0MKQdwLgjcYxAu7QU=; b=a2dgpLKORVhEiobIis0KwJ4/xtieFpwBiMoBWE3xVHCcfSS0Ayud0//ZusnEOS0YPu 8WinUF0DuCf/fiYYbzMr2ww/eoTutJkM/tljoVHCyytvjVseiRuLI997GGOtu/MVa+Oj 656j9QcZEy+TwjgqdqIAVricmMESomPgk9pcs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=h+fuhhV6UI3UUvFENINVposw3v0MKQdwLgjcYxAu7QU=; b=f7Z5YPK3BLptA/+6XkktlHpjpQAw7YbEWosh9F1oASiTCTGeuEYAAysRGlR4/gGpVU sGfRLSLP5keyUyCoSFTnXvOV9xG1of38wM79Nt4rgR7Fnn3HKHcbFOPf4DHYlwDbiNQI XHzkjfpZBb7qq2xMoQwvy/pZ2jvYWVxpVNEw3iCLTzagODSEV9JFnYWja2Xmf0CHdSua rY/WBRDuyPDLoZTDvjMHwAq9gwLi8vIU2lgzI5QNR4G3XxovM81Tj3FElaxJC50KXkDv ahttiF9Tq8XOueR/exjXeZQBWbqBTyJYxhtNoowfC8JPl8oK+aEAh4geNpEpf0bGBGyl 1/Tw== X-Gm-Message-State: AMCzsaXqpX7Llxg26kRLTOQl7K/AK+ILHIQnJe1tZEiPzOh5H9oH9wWM aB16ANkhzkvMrS248ETXCdoF7w== X-Google-Smtp-Source: ABhQp+RZ+pm2kOlH80rxkLTWNHhu0stK545rgkKBqE4rszq12UjJG9Jlziop8vT890tJh+k4VWwPNQ== X-Received: by 10.36.20.18 with SMTP id 18mr2919690itg.44.1509454698252; Tue, 31 Oct 2017 05:58:18 -0700 (PDT) Received: from localhost.localdomain (c-24-245-18-91.hsd1.mn.comcast.net. [24.245.18.91]) by smtp.gmail.com with ESMTPSA id d1sm834742iti.35.2017.10.31.05.58.17 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 31 Oct 2017 05:58:17 -0700 (PDT) From: Alex Elder To: andy.gross@linaro.org, catalin.marinas@arm.com, will.deacon@arm.com, arnd@arndb.de Cc: linux-arm-msm@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 2/3] arm64: defconfig: remove CONFIG_USB_MSM_OTG Date: Tue, 31 Oct 2017 07:58:07 -0500 Message-Id: <20171031125808.7300-3-elder@linaro.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20171031125808.7300-1-elder@linaro.org> References: <20171031125808.7300-1-elder@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP No Qualcomm SoC requires the "phy-msm-usb.c" USB phy driver support any more. Remove the code, and remove the config option from the arm64 defconfig. Suggested-by: Stephen Boyd Signed-off-by: Alex Elder Reviewed-by: Amit Kucheria Acked-by: Bjorn Andersson Acked-by: Andy Gross --- arch/arm64/configs/defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d0b96bb340a..85ca53f59c3e 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -425,7 +425,6 @@ CONFIG_USB_CHIPIDEA_HOST=y CONFIG_USB_ISP1760=y CONFIG_USB_HSIC_USB3503=y CONFIG_NOP_USB_XCEIV=y -CONFIG_USB_MSM_OTG=y CONFIG_USB_QCOM_8X16_PHY=y CONFIG_USB_ULPI=y CONFIG_USB_GADGET=y