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 49D7AC32772 for ; Tue, 23 Aug 2022 16:07:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243673AbiHWQHd (ORCPT ); Tue, 23 Aug 2022 12:07:33 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57788 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S241821AbiHWQFf (ORCPT ); Tue, 23 Aug 2022 12:05:35 -0400 Received: from gloria.sntech.de (gloria.sntech.de [185.11.138.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C355424777A; Tue, 23 Aug 2022 05:16:45 -0700 (PDT) Received: from ip5b412258.dynamic.kabel-deutschland.de ([91.65.34.88] helo=diego.localnet) by gloria.sntech.de with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1oQSQv-0004SC-Tj; Tue, 23 Aug 2022 13:51:01 +0200 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: linux-phy@lists.infradead.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, Michael Riesch Cc: Kishon Vijay Abraham I , Vinod Koul , Rob Herring , Krzysztof Kozlowski , Peter Geis , Michael Riesch , Sascha Hauer , Nicolas Frattaroli , Liang Chen Subject: Re: [PATCH 2/3] phy: rockchip: add support for the rk356x variant to rockchip-inno-csidphy Date: Tue, 23 Aug 2022 13:51:01 +0200 Message-ID: <4165602.QJadu78ljV@diego> In-Reply-To: <20220720091527.1270365-3-michael.riesch@wolfvision.net> References: <20220720091527.1270365-1-michael.riesch@wolfvision.net> <20220720091527.1270365-3-michael.riesch@wolfvision.net> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Mittwoch, 20. Juli 2022, 11:15:26 CEST schrieb Michael Riesch: > This adds support for variant found in Rockchip RK356x SoCs. Note that > only the basic operating mode is supported, in which all four CSI lines > are controlled by the Rockchip ISP. > > Signed-off-by: Michael Riesch Reviewed-by: Heiko Stuebner