From patchwork Sun Dec 10 23:10:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Dmitry Osipenko X-Patchwork-Id: 846751 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-tegra-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="ifioXiWE"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yw1zg64nLz9sP9 for ; Mon, 11 Dec 2017 10:11:11 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752048AbdLJXLK (ORCPT ); Sun, 10 Dec 2017 18:11:10 -0500 Received: from mail-lf0-f68.google.com ([209.85.215.68]:45333 "EHLO mail-lf0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751379AbdLJXLH (ORCPT ); Sun, 10 Dec 2017 18:11:07 -0500 Received: by mail-lf0-f68.google.com with SMTP id f13so17176910lff.12; Sun, 10 Dec 2017 15:11:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=xQd0jS1DUCSieo0to4EAtxhRIFHv+w2DDhrRNucuH3A=; b=ifioXiWE7W4dB2IRLdIs7+z4MEMzs9iLJ9yXVUoUA1thOCVxmF7w/ZGSDRpw9hUsyn RD6kESgH4lLfGPIhdhz3F1JmeeAcH2+D3RctE5uEc2N0zcQU7Xif8YU6pSCfnGB/lHxg P1dS2zUjxej5y8WhjvMx8Nw4hwYfhYjjJHEZ2PtcuCcikwIVTQTkHJu5yCyfqPHq2p9u 7sV8jaL8sy/dgxHJAr5MFogptvluvYCnC9J2VVodyvI6J+oC/mUDoL7EAhJHp/ryB0l4 Wz1PCHzJ6TUxYfhz0tVPinm9QMuSqK0XW2FFQlWkqRgYrLs3/O2z1+jpXnVPWaayP2no nqmw== 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:in-reply-to:references; bh=xQd0jS1DUCSieo0to4EAtxhRIFHv+w2DDhrRNucuH3A=; b=afmAr2Ae+UY3cimstEkR3UhDaze8wJQSu3qJnd5PmhpC5M3YKZUAn9oJHG3yjIeND2 O1tkv9A8PDkUZPw839qyBJmA44brZIW7bt8DD3Oog+u1KoiMekTrWWMasNurxF8smPZP xf752Qio0mGfxllHTWH7YmcxwLJaGbXnOjgrSAmeP+DGSCZElHkFMq/KQgjVl7h173LZ XarCbvS0PXVxCOsqsRXB0C94ZDE7Yy/GDsUz3izmNoyjK7CRTHGTwGzfVAgZGWNwYQ61 OCQ47tdLIExtADqoiCDlhAYyiRufF0MaN9Jn/Xr+T/tze4wRJTx6GrXUjHdo7UsWZpX5 6xGA== X-Gm-Message-State: AJaThX7YO1VWsyzarsvUnauCksWYn6EbiuEXdI32T/PgQI9uWQiXAHzr lpINrjB1wy59Ci1fGcAcs7s= X-Google-Smtp-Source: AGs4zMYV/agLVfKqH7wgpQNrSKjluc7WNZQdhje0Gr+WM4uJY8eQVrh2xS2yFzAZRug+UOtdoqsrEg== X-Received: by 10.25.207.194 with SMTP id f185mr19704072lfg.30.1512947466331; Sun, 10 Dec 2017 15:11:06 -0800 (PST) Received: from localhost.localdomain (ppp109-252-55-194.pppoe.spdop.ru. [109.252.55.194]) by smtp.gmail.com with ESMTPSA id l76sm2463863lfe.1.2017.12.10.15.11.05 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 10 Dec 2017 15:11:05 -0800 (PST) From: Dmitry Osipenko To: Felipe Balbi , Alan Stern , Greg Kroah-Hartman , Jonathan Hunter , Thierry Reding , Peter Chen Cc: linux-usb@vger.kernel.org, linux-tegra@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v1 2/2] usb: chipidea: tegra: Select Tegra's PHY in Kconfig Date: Mon, 11 Dec 2017 02:10:00 +0300 Message-Id: X-Mailer: git-send-email 2.15.1 In-Reply-To: References: In-Reply-To: References: Sender: linux-tegra-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-tegra@vger.kernel.org UDC driver won't probe without Tegra's PHY, hence select it in the Kconfig. Signed-off-by: Dmitry Osipenko --- drivers/usb/chipidea/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 785f0ed037f7..2ef3b27ea72b 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -27,6 +27,7 @@ config USB_CHIPIDEA_PCI config USB_CHIPIDEA_UDC bool "ChipIdea device controller" depends on USB_GADGET + select USB_TEGRA_PHY if ARCH_TEGRA help Say Y here to enable device controller functionality of the ChipIdea driver.