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 D6071C433EF for ; Wed, 20 Apr 2022 09:11:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377104AbiDTJOI (ORCPT ); Wed, 20 Apr 2022 05:14:08 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43400 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377089AbiDTJNu (ORCPT ); Wed, 20 Apr 2022 05:13:50 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 37A3E3E0F9; Wed, 20 Apr 2022 02:10:57 -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 906BE615D4; Wed, 20 Apr 2022 09:10:57 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1C3DAC385A8; Wed, 20 Apr 2022 09:10:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1650445856; bh=vNmwPpTDyLDXQ55olkDm+ZCj59k9TpDmHMa62vxoowk=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=ZHfJeU0n79x4oll/Q7f/9VpvYChLshtc9wn0U28VqBpa0tptSYx2N38tNDICIL5Dt sERo+URpYLsAqjLCb6rr1IpkfrQb5psB1yGo9kpyfhujS4HQQxdLYiILC2wBiEqCxL oYD+u5E65uNpwqXsx4a60SXlTR/+Wkq09zVNTwRMp9yA6jhnzYYXwlZSjdHKtdJ6xe UoRmO9i9Dx4L9VoBJpz/UIp2VeitcqzZgalYNJmvU9zdmXw5mEzMqtbMCPv3tj3dAi x45ovcVr8JnNsawhraeGrm90N7PhmmFlDzcC8LQR+EDoWA1HaHssu5g2uyF8pNroQW DWyU44VRN/4MQ== Date: Wed, 20 Apr 2022 14:40:52 +0530 From: Vinod Koul To: Paul Kocialkowski Cc: linux-media@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-phy@lists.infradead.org, Yong Deng , Mauro Carvalho Chehab , Rob Herring , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Sakari Ailus , Hans Verkuil , Laurent Pinchart , Kishon Vijay Abraham I , Maxime Ripard , Thomas Petazzoni Subject: Re: [PATCH v4 2/8] phy: allwinner: phy-sun6i-mipi-dphy: Support D-PHY Rx mode for MIPI CSI-2 Message-ID: References: <20220415152138.635525-1-paul.kocialkowski@bootlin.com> <20220415152138.635525-3-paul.kocialkowski@bootlin.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220415152138.635525-3-paul.kocialkowski@bootlin.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 15-04-22, 17:21, Paul Kocialkowski wrote: > The Allwinner A31 D-PHY supports both Rx and Tx modes. While the latter > is already supported and used for MIPI DSI this adds support for the > former, to be used with MIPI CSI-2. > > This implementation is inspired by Allwinner's V3s Linux SDK > implementation, which was used as a documentation base. > > It uses the direction dt property to distinguish between tx and rx > directions. Applied to phy-next, thanks -- ~Vinod