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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2F13BECAAD3 for ; Sun, 4 Sep 2022 15:06:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229793AbiIDPGK (ORCPT ); Sun, 4 Sep 2022 11:06:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53190 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229596AbiIDPGJ (ORCPT ); Sun, 4 Sep 2022 11:06:09 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E918F356E7; Sun, 4 Sep 2022 08:06:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 76E7860F97; Sun, 4 Sep 2022 15:06:07 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id ECDB6C433D6; Sun, 4 Sep 2022 15:06:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1662303966; bh=Niy0Q405M64kGkzlMoXuNafwYqKU9in/fxE/E9TXjCs=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MuHX8nXoPTcXqNje6icDT3+v6Z8P6msI4k5g5Uu4iWcrk3fayI+DKy882c3RHx27z +WFVdzmBo1I9I2EPOftl2qVeJt2QYXFL94olfsV16x2A/tNSAZ8S4VvHiEtcurY5n1 hSCm2lsVQJ+cxMXLD8YRSr2zEYKXm87LUs1PF078SmVtxhW8ToJBpRnWjRdyOUWwFo ijuqJtXH99ID0QlNUTQye/0PvWnnmLiq0fbw6IPJY6gS2dVEE1K9G9GprzM5dZvIeU uIcW47yAqv3j4auV3DDjwIwFfU9xuGwlZwkhD6FmZPT6Z2Z/DMJ+iWdQuFWC+0cokk EhYMYIAnRFeAw== Date: Sun, 4 Sep 2022 20:36:02 +0530 From: Vinod Koul To: Frank Wunderlich Cc: linux-rockchip@lists.infradead.org, Frank Wunderlich , Kishon Vijay Abraham I , Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Philipp Zabel , Yifeng Zhao , Johan Jonker , Peter Geis , Simon Xue , Liang Chen , Shawn Lin , linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: Re: [PATCH v5 1/5] dt-bindings: phy: rockchip: add PCIe v3 phy Message-ID: References: <20220825193836.54262-1-linux@fw-web.de> <20220825193836.54262-2-linux@fw-web.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220825193836.54262-2-linux@fw-web.de> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On 25-08-22, 21:38, Frank Wunderlich wrote: > From: Frank Wunderlich > > Add a new binding file for Rockchip PCIe v3 phy driver. Applied, thanks -- ~Vinod