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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id B619CEB64DC for ; Mon, 17 Jul 2023 15:25:49 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id DEE2C86689; Mon, 17 Jul 2023 17:25:47 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=denx.de Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689607548; bh=YpphSH7KukrtQlx6SYyTzfOdSRIcw7cfYiTvtM8TPLg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:List-Id: List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: From; b=eeKkg4r221qErZEWyepkbt/v/qEEydFYhGeP12KRKRffu0xYMYvtve0Pgi3mRszbY lpz5dmAyoq6EiftEB/SCbIjJxAtk8L5oe4KSCsssGcsrj8Syq8VJCLP4OuRG7A6HVS 6uTdE2EbVuTtKGNEgnrxerFKSXTjbOIlZHOpqKKuT5+YgrI2JgPunpD6yDvHuzlcu2 M7n/ON0pjI0czOn669Ulj7QztH61wEJA3178rrTE6Mww+gZo4naf6d2DRuOZIm0BR1 oQVu4aAsNJeQFRrk/u8FgfnSRUGLmpIbqNMIPmmlMvlJrUz0N178fUMVP1g7MwcxO3 RodCSdCsTRA4A== Received: from crub (pd95f1621.dip0.t-ipconnect.de [217.95.22.33]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: agust@denx.de) by phobos.denx.de (Postfix) with ESMTPSA id A56D086660; Mon, 17 Jul 2023 17:25:46 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=denx.de; s=phobos-20191101; t=1689607546; bh=YpphSH7KukrtQlx6SYyTzfOdSRIcw7cfYiTvtM8TPLg=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=ZL8BJDkqdRLWqcVAuai9X1DERyAJgAHFsuYGnn1fS6ivyG1wuWDn9E+9hOo9UFYJ3 5vsay66s7/n19oUI+iqPuehtm0QlQZyNw/C1+XSirIzK2GUl4LhCaZ4JJWPpBOQ25l 5q4tFhvdw0j0z3U0i5gMaLbH5+r6SSgkegtE/B8Dp7OIQEjaSE7J/NVjokRrdv8b2s mPomBrzEy9LcchH7xrTLOSEkcsTlXsAVAc6Ou5KqdzaRfd8dx9w4TRcAjBbVhzooeY MF9K3St2gJcQ3P3DMXbZTmD/53i9WgbGmUeKAB4lo+O8UN98SIxMH42/2CbNTdJEvU pnH4HNyOa6qZw== Date: Mon, 17 Jul 2023 17:25:45 +0200 From: Anatolij Gustschin To: megi@xff.cz Cc: u-boot@lists.denx.de, Simon Glass , Philipp Tomsich , Kever Yang , Chris Morgan Subject: Re: [PATCH 0/8] Some fixes for the rockchip dw_mipi_dsi driver Message-ID: <20230717172545.3f34af68@crub> In-Reply-To: <20230522214708.3886796-1-megi@xff.cz> References: <20230522214708.3886796-1-megi@xff.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Mon, 22 May 2023 23:47:00 +0200 megi@xff.cz megi@xff.cz wrote: ... > Ondrej Jirman (8): > video: rockchip: vop: Fix whitespace > video: dw_mipi_dsi: Fix hsync/vsync settings > video: rockchip: dw_mipi_dsi: Fix external phy existnece check > video: rockchip: dw_mipi_dsi: Fix error path checks in probe function > video: rockchip: dw_mipi_dsi: Return 0 from dsi_phy_init on success > video: rockchip: dw_mipi_dsi: Fix best_rate calculation > video: rockchip: dw_mipi_dsi: Correct check for lacking phy phandle > video: rockchip: dw_mipi_dsi: Fix GRF access > > drivers/video/dw_mipi_dsi.c | 4 +- > drivers/video/rockchip/dw_mipi_dsi_rockchip.c | 38 +++++++++++-------- > drivers/video/rockchip/rk_vop.c | 2 +- > 3 files changed, 25 insertions(+), 19 deletions(- Series applied to u-boot-video/master, thanks! -- Anatolij