From patchwork Sun Oct 15 04:48:02 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Shawn Guo X-Patchwork-Id: 10006769 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 378BF60235 for ; Sun, 15 Oct 2017 04:49:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 15C0528BF8 for ; Sun, 15 Oct 2017 04:49:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC6FD28C05; Sun, 15 Oct 2017 04:49:13 +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=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 15D2928BF8 for ; Sun, 15 Oct 2017 04:49:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=IKnjcVD3J+2bCnHGIktrytIikdmeWhAvZrsiRTjRfdI=; b=MHN LJALmtMntckbKRJgbxI0D83azmF10P5rVA8PmKOoeubxI4uF+UqnYJnq7aUhNmDvI2onoJQ0ra0AR dezZouW/+daQJB3/sM/yoGdleLerZNRyhQ6h8Y27wnaYLlp3vg0HuL7t+Zb7NGw8j8zGY4SFpMINF RF8pJnR9eojvFDo6GenyggA1FQQ/V/VbCR+eAt8FgZ9fkAH7/jP0Wjj1b9LdRnyVt6H6GqOMidpni 7jHq79JoD4odZHcOarEKBjQooltal+woKvO0tA8ruT+Pm0GlR2+M6G6A4+0tqCaljv6VOWAOg0dxX MfZvIGh0Tcn1zPOGtmTvLBeu7xuZL0g==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1e3arM-0003zB-3z; Sun, 15 Oct 2017 04:49:08 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1e3arH-0003dY-5U for linux-arm-kernel@lists.infradead.org; Sun, 15 Oct 2017 04:49:05 +0000 Received: from localhost.localdomain (unknown [117.82.42.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 3AF6621868; Sun, 15 Oct 2017 04:48:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 3AF6621868 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=shawnguo@kernel.org From: Shawn Guo To: Kishon Vijay Abraham I Subject: [PATCH] phy: add combo phy driver for HiSilicon STB SoCs Date: Sun, 15 Oct 2017 12:48:02 +0800 Message-Id: <1508042882-20922-1-git-send-email-shawnguo@kernel.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-20171014_214903_267899_2D8B4B3B X-CRM114-Status: GOOD ( 21.08 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Jianguo Sun , Rob Herring , Jiancheng Xue , Shawn Guo , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP From: Jianguo Sun Add combo phy driver for HiSilicon STB SoCs. This phy can be used as pcie-phy, sata-phy or usb-phy. Signed-off-by: Jianguo Sun Signed-off-by: Shawn Guo --- .../bindings/phy/phy-hi3798cv200-combphy.txt | 21 ++ drivers/phy/Makefile | 1 + drivers/phy/hisilicon/Kconfig | 9 + drivers/phy/hisilicon/Makefile | 1 + drivers/phy/hisilicon/phy-histb-combphy.c | 236 +++++++++++++++++++++ 5 files changed, 268 insertions(+) create mode 100644 Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt create mode 100644 drivers/phy/hisilicon/phy-histb-combphy.c diff --git a/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt b/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt new file mode 100644 index 000000000000..c7121cdcaed9 --- /dev/null +++ b/Documentation/devicetree/bindings/phy/phy-hi3798cv200-combphy.txt @@ -0,0 +1,21 @@ +HiSilicon STB PCIE/SATA/USB3 PHY + +Properties: +- compatible: Should be "hisilicon,hi3798cv200-combphy" +- #phy-cells: Should be 1. The cell number is used to select the phy mode: + 0: PCIe mode + 1: USB 3.0 mode + 2: SATA mode +- clocks: The phandle to clock provider and clock specifier pair. +- resets: The phandle to reset controller and reset specifier pair. +- hisilicon,peripheral-syscon: The phandle to the peripheral controller. + +Example: + +combphy1: phy { + compatible = "hisilicon,hi3798cv200-combphy"; + #phy-cells = <1>; + clocks = <&crg HISTB_COMBPHY1_CLK>; + resets = <&crg 0x188 12>; + hisilicon,peripheral-syscon = <&peri_ctrl>; +}; diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index 3a52dcb09566..11754b293fb4 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile @@ -6,6 +6,7 @@ obj-$(CONFIG_GENERIC_PHY) += phy-core.o obj-$(CONFIG_PHY_LPC18XX_USB_OTG) += phy-lpc18xx-usb-otg.o obj-$(CONFIG_PHY_XGENE) += phy-xgene.o obj-$(CONFIG_PHY_PISTACHIO_USB) += phy-pistachio-usb.o + obj-$(CONFIG_ARCH_SUNXI) += allwinner/ obj-$(CONFIG_ARCH_MESON) += amlogic/ obj-$(CONFIG_LANTIQ) += lantiq/ diff --git a/drivers/phy/hisilicon/Kconfig b/drivers/phy/hisilicon/Kconfig index 6164c4cd0f65..d9afe2b12827 100644 --- a/drivers/phy/hisilicon/Kconfig +++ b/drivers/phy/hisilicon/Kconfig @@ -11,6 +11,15 @@ config PHY_HI6220_USB To compile this driver as a module, choose M here. +config PHY_HISTB_COMBPHY + tristate "HiSilicon STB SoCs COMBPHY support" + depends on (ARCH_HISI && ARM64) || COMPILE_TEST + select GENERIC_PHY + select MFD_SYSCON + help + Enable this to support the HISILICON STB SoCs COMBPHY. + If unsure, say N. + config PHY_HIX5HD2_SATA tristate "HIX5HD2 SATA PHY Driver" depends on ARCH_HIX5HD2 && OF && HAS_IOMEM diff --git a/drivers/phy/hisilicon/Makefile b/drivers/phy/hisilicon/Makefile index 541b348187a8..5e8e2dfa8c37 100644 --- a/drivers/phy/hisilicon/Makefile +++ b/drivers/phy/hisilicon/Makefile @@ -1,2 +1,3 @@ obj-$(CONFIG_PHY_HI6220_USB) += phy-hi6220-usb.o +obj-$(CONFIG_PHY_HISTB_COMBPHY) += phy-histb-combphy.o obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o diff --git a/drivers/phy/hisilicon/phy-histb-combphy.c b/drivers/phy/hisilicon/phy-histb-combphy.c new file mode 100644 index 000000000000..976338d1874b --- /dev/null +++ b/drivers/phy/hisilicon/phy-histb-combphy.c @@ -0,0 +1,236 @@ +/* + * COMBPHY driver for HiSilicon STB SoCs + * + * Copyright (C) 2016-2017 HiSilicon Co., Ltd. http://www.hisilicon.com + * + * Authors: Jianguo Sun + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + */ + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#define PERI_CTRL 0x0008 +#define PERI_COMBPHY1_CFG 0x0858 + +#define COMBPHY1_MODE_MASK GENMASK(12, 11) +#define COMBPHY_MODE_SHIFT 11 +#define COMBPHY_MODE_PCIE 0 +#define COMBPHY_MODE_USB 1 +#define COMBPHY_MODE_SATA 2 + +#define COMBPHY1_BYPASS_CODEC_MASK BIT(31) +#define COMBPHY1_BYPASS_CODEC_VAL (1 << 31) + +#define COMBPHY1_SRST_REQ_MASK BIT(12) +#define COMBPHY1_SRST_REQ_VAL (1 << 12) + +#define COMBPHY1_REFCLK_SEL_MASK GENMASK(11, 10) +#define COMBPHY1_REFCLK_SEL_VAL (2 << 10) + +#define COMBPHY1_CLKREF_OUT_OEN_MASK BIT(0) +#define COMBPHY1_CLKREF_OUT_OEN_VAL (1 << 0) + +#define NANO_TEST_WRITE GENMASK(24, 24) +#define NANO_TEST_DATA GENMASK(23, 20) +#define NANO_TEST_ADDR GENMASK(16, 12) + +struct histb_combphy_priv { + u32 mode; + struct regmap *peri; + struct clk *ref; + struct phy *phy; + struct reset_control *por; +}; + +static void nano_register_write(struct regmap *peri, u32 addr, + u32 offset, u32 value) +{ + u32 val; + int ret; + + ret = regmap_read(peri, addr, &val); + val &= ~NANO_TEST_ADDR; + val &= ~NANO_TEST_DATA; + val |= (offset << 12); + val |= (value << 20); + ret |= regmap_write(peri, addr, val); + + ret = regmap_read(peri, addr, &val); + val &= ~NANO_TEST_WRITE; + ret |= regmap_write(peri, addr, val); + + ret = regmap_read(peri, addr, &val); + val |= NANO_TEST_WRITE; + ret |= regmap_write(peri, addr, val); +} + +static int histb_pcie_phy_init(struct histb_combphy_priv *priv) +{ + struct regmap *peri = priv->peri; + int ret; + + /* set to pcie mode */ + regmap_update_bits(peri, PERI_CTRL, COMBPHY1_MODE_MASK, + COMBPHY_MODE_PCIE << COMBPHY_MODE_SHIFT); + + regmap_update_bits(peri, PERI_COMBPHY1_CFG, + COMBPHY1_BYPASS_CODEC_MASK, + ~COMBPHY1_BYPASS_CODEC_VAL); + + ret = clk_prepare_enable(priv->ref); + if (ret) { + dev_err(&priv->phy->dev, "clk_prepare_enable fail!\n"); + return ret; + } + + reset_control_deassert(priv->por); + + regmap_update_bits(peri, PERI_COMBPHY1_CFG, + COMBPHY1_CLKREF_OUT_OEN_MASK, + COMBPHY1_CLKREF_OUT_OEN_VAL); + + /* need to wait for EP clk stable */ + mdelay(5); + + nano_register_write(peri, PERI_COMBPHY1_CFG, 0x1, 0x8); + nano_register_write(peri, PERI_COMBPHY1_CFG, 0xc, 0x9); + nano_register_write(peri, PERI_COMBPHY1_CFG, 0x1a, 0x4); + + return 0; +} + +static int histb_pcie_phy_exit(struct histb_combphy_priv *priv) +{ + regmap_update_bits(priv->peri, PERI_COMBPHY1_CFG, + COMBPHY1_CLKREF_OUT_OEN_MASK, + ~COMBPHY1_CLKREF_OUT_OEN_VAL); + reset_control_deassert(priv->por); + clk_disable_unprepare(priv->ref); + + return 0; +} + +static int histb_combphy_init(struct phy *phy) +{ + struct histb_combphy_priv *priv = phy_get_drvdata(phy); + int ret = -1; + + if (priv->mode == COMBPHY_MODE_PCIE) + ret = histb_pcie_phy_init(priv); + + return ret; +} + +static int histb_combphy_exit(struct phy *phy) +{ + struct histb_combphy_priv *priv = phy_get_drvdata(phy); + int ret = 0; + + if (priv->mode == COMBPHY_MODE_PCIE) + ret = histb_pcie_phy_exit(priv); + + return ret; +} + +static const struct phy_ops histb_combphy_ops = { + .init = histb_combphy_init, + .exit = histb_combphy_exit, + .owner = THIS_MODULE, +}; + +static struct phy *histb_combphy_xlate(struct device *dev, + struct of_phandle_args *args) +{ + struct histb_combphy_priv *priv = dev_get_drvdata(dev); + + if (args->args_count < 1) { + dev_err(dev, "DT did not pass correct no of args\n"); + return ERR_PTR(-ENODEV); + } + + priv->mode = args->args[0]; + + if (priv->mode > COMBPHY_MODE_SATA) { + dev_err(dev, "DT did not pass correct phy mode\n"); + return ERR_PTR(-ENODEV); + } + + return priv->phy; +} + +static int histb_combphy_probe(struct platform_device *pdev) +{ + struct device *dev = &pdev->dev; + struct histb_combphy_priv *priv; + struct phy_provider *phy_provider; + + priv = devm_kzalloc(dev, sizeof(*priv), GFP_KERNEL); + if (!priv) + return -ENOMEM; + + priv->peri = syscon_regmap_lookup_by_phandle(dev->of_node, + "hisilicon,peripheral-syscon"); + if (IS_ERR(priv->peri)) { + dev_err(dev, "failed to find peri_ctrl regmap\n"); + return PTR_ERR(priv->peri); + } + + priv->ref = devm_clk_get(dev, NULL); + if (IS_ERR(priv->ref)) { + dev_err(dev, "failed to find ref clk\n"); + return PTR_ERR(priv->ref); + } + + priv->por = devm_reset_control_get(dev, NULL); + if (IS_ERR(priv->por)) { + dev_err(dev, "failed to por reset\n"); + return PTR_ERR(priv->por); + } + + priv->phy = devm_phy_create(dev, NULL, &histb_combphy_ops); + if (IS_ERR(priv->phy)) { + dev_err(dev, "failed to create combphy\n"); + return PTR_ERR(priv->phy); + } + + dev_set_drvdata(dev, priv); + phy_set_drvdata(priv->phy, priv); + + phy_provider = devm_of_phy_provider_register(dev, histb_combphy_xlate); + if (IS_ERR(phy_provider)) { + dev_err(dev, "failed to register phy provider\n"); + return PTR_ERR(phy_provider); + } + + return 0; +} + +static const struct of_device_id histb_combphy_of_match[] = { + { .compatible = "hisilicon,hi3798cv200-combphy" }, + { }, +}; +MODULE_DEVICE_TABLE(of, histb_combphy_of_match); + +static struct platform_driver histb_combphy_driver = { + .probe = histb_combphy_probe, + .driver = { + .name = "combphy", + .of_match_table = histb_combphy_of_match, + }, +}; +module_platform_driver(histb_combphy_driver); + +MODULE_DESCRIPTION("HiSilicon STB COMBPHY driver"); +MODULE_LICENSE("GPL v2");