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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 63715C54E94 for ; Wed, 25 Jan 2023 08:30:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=Nvlu3BWpib4rBiPHhikE/m0X4LREQdGjZLT5fv9CZM8=; b=Yrmb/nW4lVAlfH AyzYS17kbOdP/8HJxOcWtLhnxbWZhUncAh/Hgbw3gXGEZ4xuAtO356WR0KG5Xpxnf9Ie96MIHKZkd 2F4YnpAYHNYCIHhwu6qR2Kchn/ROKeDa5yMZTzuTo4qvjo2ZDIy/CNIs5Eiu0hY6KOQ3A2Jp1tya+ ua+gRO/Wpy/xm5PlnGNwkLxariO8UgtFC2S5NSVKBRSUscFEj1YbW5gl3RGBKVYhtjTNnJUiin6ge LT0OpoPjixpwPPvKzGkLxUKamMP4BumT4Kmpj4/dsWOUv0J8yx6HebZ7D51+mjLQoPUU2Y0Jcrmw8 T9563+ys/0hWnOaFkZaA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKbAE-006QRr-5d; Wed, 25 Jan 2023 08:29:50 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pKb9t-006QIP-Sw for linux-rockchip@lists.infradead.org; Wed, 25 Jan 2023 08:29:31 +0000 Received: from ptx.hi.pengutronix.de ([2001:67c:670:100:1d::c0]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pKb9p-0006lm-82; Wed, 25 Jan 2023 09:29:25 +0100 Received: from sha by ptx.hi.pengutronix.de with local (Exim 4.92) (envelope-from ) id 1pKb9m-00034W-Gv; Wed, 25 Jan 2023 09:29:22 +0100 Date: Wed, 25 Jan 2023 09:29:22 +0100 From: Sascha Hauer To: Michael Riesch Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Rob Herring , Krzysztof Kozlowski , Heiko Stuebner , Sandy Huang , David Airlie , Daniel Vetter Subject: Re: [PATCH v3 0/6] drm/rockchip: vop2: add support for the rgb output block Message-ID: <20230125082922.GZ24755@pengutronix.de> References: <20230124054706.3921383-1-michael.riesch@wolfvision.net> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230124054706.3921383-1-michael.riesch@wolfvision.net> X-Sent-From: Pengutronix Hildesheim X-URL: http://www.pengutronix.de/ X-Accept-Language: de,en X-Accept-Content-Type: text/plain User-Agent: Mutt/1.10.1 (2018-07-13) X-SA-Exim-Connect-IP: 2001:67c:670:100:1d::c0 X-SA-Exim-Mail-From: sha@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-rockchip@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230125_002929_940283_76B27AE2 X-CRM114-Status: GOOD ( 22.92 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Tue, Jan 24, 2023 at 06:47:00AM +0100, Michael Riesch wrote: > Hi all, > > This series adds support for the RGB output block that can be found in the > Rockchip Video Output Processor (VOP) 2. Version 2 of this series > incorporates the feedback by Dan Carpenter and Sascha Hauer. Version 3 > fixes a dumb mistake pointed out by Sascha :-) Thanks for your comments! > > Patches 1-4 clean up the code and make it more general. > > Patch 5 activates the support for the RGB output block in the VOP2 driver. > > Patch 6 adds pinctrls for the 16-bit and 18-bit RGB data lines. > > Tested on a custom board featuring the RK3568 SoC with a 18-bit RGB > display. > > Looking forward to your comments! For the series: Reviewed-by: Sascha Hauer Sascha -- Pengutronix e.K. | | Steuerwalder Str. 21 | http://www.pengutronix.de/ | 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 | Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 | _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip