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 349D7C433EF for ; Wed, 2 Mar 2022 14:25:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242881AbiCBOZp (ORCPT ); Wed, 2 Mar 2022 09:25:45 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34038 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232272AbiCBOZn (ORCPT ); Wed, 2 Mar 2022 09:25:43 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CC26C085C; Wed, 2 Mar 2022 06:25:00 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 045B2B81F16; Wed, 2 Mar 2022 14:24:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 18369C004E1; Wed, 2 Mar 2022 14:24:56 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1646231097; bh=Qv/tJVn7ZbngpF/h/3ssMrEwwL4QaG+fVThe66+ImAU=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ato+Hb7fhiU8P5IZC5OH0GkTLqv8bglJEfQJP+DHJZPCEH1o/DQFI0C+ITckzOdLB Nxukx97EROpYbWSPW/3iA3uh2zjUtaow8ztKuyT13ZQKouyEuxWnlzOILuG89e84km jZJ2JoX3tQoX74fq6m9aolY7LBSe5DQkdGbWjjiy78ihtHuNqCv+vtF+8cXd9Bb04n IeORHBLvQcWZ4jfH/36fUV1d3aBaCLYe3Ni00ZYJGRlPT80FjI3/4Jc1GDNv+SFy/k HIHr8lsKqNeeVKmZm5mR1p0gaIAj/Bop9a7+y/SgiX1hAz4y9HElT3Bj44i1dgwy/S it1nx6xDfKM2A== Date: Wed, 2 Mar 2022 19:54:53 +0530 From: Vinod Koul To: Pratyush Yadav Cc: Laurent Pinchart , Paul Kocialkowski , Tomi Valkeinen , Vignesh Raghavendra , Kishon Vijay Abraham I , Rob Herring , Swapnil Jakhade , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org Subject: Re: [PATCH v10 0/4] Rx mode support for Cadence DPHY Message-ID: References: <20220301111621.2992275-1-p.yadav@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220301111621.2992275-1-p.yadav@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01-03-22, 16:46, Pratyush Yadav wrote: > Hi, > > This series adds support for Cadence DPHY Rx driver. It has been split > off from [0] to facilitate easier merging. I have still kept the version > number to maintain continuity with the previous patches. The earlier > version used the same binding for Tx and Rx DPHY. With the separate > driver, I have added a separate binding. But I am still keeping the old > conversion patch in this series since I have already done the work in > converting the binding to yaml, might as well get it merged. > > Tested on TI's J721E with OV5640 sensor. Applied, thanks -- ~Vinod