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.7 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 BB839C4338F for ; Tue, 17 Aug 2021 10:13:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 91FBF61008 for ; Tue, 17 Aug 2021 10:13:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239623AbhHQKNg (ORCPT ); Tue, 17 Aug 2021 06:13:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:46578 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234895AbhHQKNe (ORCPT ); Tue, 17 Aug 2021 06:13:34 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C401F60FD8; Tue, 17 Aug 2021 10:13:00 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1629195181; bh=4F7fdKFyUEZWj0E/8F8dIeSaqH6q3diYSPRZQZMMyiA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A19Xvrus49Lnhzl3aMazUp5nqsFGrE9Ya60O09HOrkVLBWTzp/+kYMHOKGHxRTUwY IlSzgQbbJAn/Zy+BpeMWBuY7qK54Q5pKtO/ox4qj3BXNazG+Yn4q2ykO6VKNxMdDMV YzAVNReBX4Hq5LFuAw4jLIq0eDAIIR9yvFp1z8upaXsVb0a2Z+ZEU4ZZvppoSxOJro lmhfgH16peUA5PWW+InmKJiQomLRuJBYMgPz1949zdWYDZEn6C036820Ah2pUJbKjQ XwGOKe/HRWZlChs0O8aWbjiel2HVo5EC8SCLnt1SsPSIxfdZjWnXdpSB2j79thY0os Z0AEJCisYBHrQ== Date: Tue, 17 Aug 2021 15:42:56 +0530 From: Vinod Koul To: Swapnil Jakhade Cc: kishon@ti.com, p.zabel@pengutronix.de, linux-phy@lists.infradead.org, linux-kernel@vger.kernel.org, mparab@cadence.com, lokeshvutla@ti.com Subject: Re: [PATCH v3 0/9] PHY: Prepare Cadence Torrent PHY driver to support multilink DP Message-ID: References: <20210728145454.15945-1-sjakhade@cadence.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210728145454.15945-1-sjakhade@cadence.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 28-07-21, 16:54, Swapnil Jakhade wrote: > This patch series enables Torrent PHY driver to support different input > reference clock frequencies. It also does the basic cleanup in order to > add support for multilink DP configurations. The multilink DP series at > [1] will be split in 2 parts and sent separately. This is part 1 of the > series. > > Support for DP multilink configurations with register sequences will be > added in part 2 as a separate patch series after validation. Applied, thanks -- ~Vinod