From mboxrd@z Thu Jan 1 00:00:00 1970 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=-6.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no 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 7D0E4C433E0 for ; Wed, 13 Jan 2021 11:55:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 411BC233F7 for ; Wed, 13 Jan 2021 11:55:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726664AbhAMLzP (ORCPT ); Wed, 13 Jan 2021 06:55:15 -0500 Received: from mail.kernel.org ([198.145.29.99]:52156 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726222AbhAMLzP (ORCPT ); Wed, 13 Jan 2021 06:55:15 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id CCB7E22CE3; Wed, 13 Jan 2021 11:54:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1610538874; bh=UR9Q8J5UKPRcEM0FWW19Ma/gHSEuq+X59AMnoAaIOSU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=PL8QDmOWZGO+UxzzrOt3vax9wXDKEetmuQ6x34HaMfungR60Gb1OuIHpjRcW1K7lF g1fNCYPuNl8WE5bexbvGLHJcXLWcp7SJ3ieFlh/KdW+0iQ5f6+akQDvX7uYsMayIF7 ytV6Xz4A8Zgwm886qLEyPXZZfJcWqGLzfCqv1gbePDY/HtJiBH9oSfrV0kVN9uLrtK h0EgHK2ns9PkZxaQx40lOjfzKBKfHZztik5rW4+C4rvaKQOD0Tulrhlg2DMrbPMflI IGWYowpy2uK5k0mwifJ3w4JuM8bmHnU7KgSE0biI9fKqbHlPlP2yAFccZBgM9hp2pP 4VgYhMqDiJsgg== Date: Wed, 13 Jan 2021 17:24:26 +0530 From: Vinod Koul To: Chris Ruehl Cc: Rob Herring , devicetree@vger.kernel.org, Kishon Vijay Abraham I , Heiko Stuebner , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH v2 0/2] rockchip: emmc: rk3399 add vendor prefix Message-ID: <20210113115426.GE2771@vkoul-mobl> References: <20201215014409.905-1-chris.ruehl@gtsys.com.hk> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201215014409.905-1-chris.ruehl@gtsys.com.hk> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 15-12-20, 09:44, Chris Ruehl wrote: > 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") Applied, thanks -- ~Vinod