From patchwork Tue Dec 15 01:44:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chris Ruehl X-Patchwork-Id: 11973543 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8B96AC2BB48 for ; Tue, 15 Dec 2020 01:44:30 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id B196C224D1 for ; Tue, 15 Dec 2020 01:44:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org B196C224D1 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gtsys.com.hk Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version: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=di42L5noxU/eTH/b3WmjtBgv+kSf7g+4gyAAhJ0XhRY=; b=2hlon4tIotLyAnkxuvudeQkR4c RdJtRu2xa7Ow8NB1Kw2pd1UxW3P6R0hfIxniMV8u+bqMoOEmz6IaIRGSe0u5ODaSadw/qTK0wFdf5 VwZ8kcwEzGAlmUVt6EvicgPhFBjIbKrb2hFmw1nN/361oNUfJWt7S4S6lhC1QytALv/pPPXFlyQ+p cpn9h8TCh873F0dw5dMaDd+IbOcng/9VlNUfmOf9qT/XHsfjEqiHJxLyO5E7FcePL9eGK1axIvsCz UU2s7DeUak1FxDDjW7HHkIuKuD7yTLgZVe3lsRPfqmnAmqMgOBDRoFXEI5R6w6hDePMxpqT+IzY+E R9qiNgMw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kozO3-0006be-Gm; Tue, 15 Dec 2020 01:44:23 +0000 Received: from [27.111.83.178] (helo=mail.gtsys.com.hk) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kozNy-0006aA-Dn; Tue, 15 Dec 2020 01:44:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.gtsys.com.hk (Postfix) with ESMTP id 1734820139DE; Tue, 15 Dec 2020 09:44:14 +0800 (HKT) X-Virus-Scanned: Debian amavisd-new at gtsys.com.hk Received: from mail.gtsys.com.hk ([127.0.0.1]) by localhost (mail.gtsys.com.hk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BFKITq9W7vnj; Tue, 15 Dec 2020 09:44:13 +0800 (HKT) Received: from s01.gtsys.com.hk (unknown [10.128.4.2]) by mail.gtsys.com.hk (Postfix) with ESMTP id E9DF020139A0; Tue, 15 Dec 2020 09:44:13 +0800 (HKT) Received: from armhf2.gtsys.com.hk (unknown [10.128.4.15]) by s01.gtsys.com.hk (Postfix) with ESMTP id E5C98C01FAD; Tue, 15 Dec 2020 09:44:13 +0800 (HKT) Received: by armhf2.gtsys.com.hk (Postfix, from userid 1000) id ADFFB2000CF; Tue, 15 Dec 2020 09:44:13 +0800 (HKT) From: Chris Ruehl To: Chris Ruehl Subject: [PATCH v2 0/2] rockchip: emmc: rk3399 add vendor prefix Date: Tue, 15 Dec 2020 09:44:06 +0800 Message-Id: <20201215014409.905-1-chris.ruehl@gtsys.com.hk> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201214_204418_729275_2E1BBE60 X-CRM114-Status: UNSURE ( 8.30 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Rob Herring , Heiko Stuebner , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Kishon Vijay Abraham I , linux-rockchip@lists.infradead.org, Vinod Koul , linux-arm-kernel@lists.infradead.org Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org Following the reference in vendor-prefixes.yaml, update implementation and documentation for the phy-rockchip-emmc. This patchset follow up with commit 8b5c2b45b8f0a ("phy: rockchip: set pulldown for strobe line in dts") commit a8cef928276bb ("phy: rockchip-emmc: output tap delay dt property") Signed-off-by: Chris Ruehl --- v2 drop changes for ABI property driver-impedence-ohm no modification needed for dtsi files add commits follow up in commit messages Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 10 +++++----- drivers/phy/rockchip/phy-rockchip-emmc.c | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-)