From patchwork Thu Sep 11 17:47:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 4889861 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id CBD209F32F for ; Thu, 11 Sep 2014 17:51:25 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 6114E202C8 for ; Thu, 11 Sep 2014 17:50:36 +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 7D423200F0 for ; Thu, 11 Sep 2014 17:50:03 +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 1XS8TO-0002Kn-L7; Thu, 11 Sep 2014 17:47:58 +0000 Received: from mail-we0-f178.google.com ([74.125.82.178]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XS8TM-0002CS-2I for linux-arm-kernel@lists.infradead.org; Thu, 11 Sep 2014 17:47:56 +0000 Received: by mail-we0-f178.google.com with SMTP id q58so8095895wes.9 for ; Thu, 11 Sep 2014 10:47:31 -0700 (PDT) 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; bh=Bok/wUR/XUFBR3E3NCeIWjtsx/W3QeelQd6UAmpqTQ0=; b=XoGLqpzGUvMAoXjyBpiJ7jEaTQq3uMITLRlb0ylvUhkLAfUUMoeAHDG9leJGn3KO6r C8LaRT9nXUpqKLTgS135Iau8Ib9vwugO5HkFze5a7sjwLNDo5dm1p3KFTZDZZ3beTzTR QjqpZzx/ZvH2HLPGXYOqoyxplL+cudYB2fpCETmtU0w16lvlx1pdXMSWIK4BhGFvQZoz qiZypzGdpn/c+paoDNzlgoVd63XnpVXd5hVlfKla3Fm6mo0q7sKodyZxiYxQUycwQLG6 6fA5o8PVbgTNfyMYJdu72tKuwXBoWCc5ntza5dpRMIRjrpP+Py+kLeiZifSFy5k80XQF HTNw== X-Gm-Message-State: ALoCoQkLIFgzqqmy6VtIWXdJ59MoF8mmLLp+Of6aAaskRZWq4OVEOO8y3P+UhDTBDkRTVUlvlS9B X-Received: by 10.194.3.106 with SMTP id b10mr3574825wjb.3.1410457651830; Thu, 11 Sep 2014 10:47:31 -0700 (PDT) Received: from localhost.localdomain (cpc14-aztw22-2-0-cust189.18-1.cable.virginm.net. [82.45.1.190]) by mx.google.com with ESMTPSA id o10sm9842094wia.0.2014.09.11.10.47.30 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 11 Sep 2014 10:47:30 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kishon@ti.com, b.zolnierkie@samsung.com, srinivas.kandagatla@gmail.com, maxime.coquelin@st.com, patrice.chotard@st.com, lee.jones@linaro.org Subject: [PATCH] phy: miphy365x: Select GENERIC_PHY rather than depends on Date: Thu, 11 Sep 2014 18:47:27 +0100 Message-Id: <1410457647-14086-1-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140911_104756_251718_778935A2 X-CRM114-Status: GOOD ( 10.16 ) X-Spam-Score: -0.7 (/) Cc: peter.griffin@linaro.org 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.4 required=5.0 tests=BAYES_00,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 Change miphy365x over to select GENERIC_PHY like all other phy drivers. Also update the help message as the new stih410 SoC doesn't have this phy (it is very similar to sti407), so the stih41x naming is sadly no longer correct. Signed-off-by: Peter Griffin --- drivers/phy/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index d361d98..68bfe07 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -39,14 +39,14 @@ config PHY_MVEBU_SATA select GENERIC_PHY config PHY_MIPHY365X - tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" + tristate "STMicroelectronics MIPHY365X PHY driver for STiH415/6 series" depends on ARCH_STI - depends on GENERIC_PHY depends on HAS_IOMEM depends on OF + select GENERIC_PHY help Enable this to support the miphy transceiver (for SATA/PCIE) - that is part of STMicroelectronics STiH41x SoC series. + that is part of STMicroelectronics STiH415/6 SoC series. config OMAP_CONTROL_PHY tristate "OMAP CONTROL PHY Driver"