From patchwork Tue Nov 22 00:32:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 13051731 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 gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (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 6CE6FC433FE for ; Tue, 22 Nov 2022 00:32:41 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E9A3910E1BC; Tue, 22 Nov 2022 00:32:39 +0000 (UTC) Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [213.167.242.64]) by gabe.freedesktop.org (Postfix) with ESMTPS id 4532B10E1BC for ; Tue, 22 Nov 2022 00:32:36 +0000 (UTC) Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id 8A53FD01; Tue, 22 Nov 2022 01:32:34 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1669077154; bh=5JdASL/CiE4rTDsi9shcG4mSG6gPhLGkF4tCrZJmgkY=; h=Date:From:To:Cc:Subject:From; b=RiXTm6jep5pZyBZqMVN0az13h077ntpSJLw+QQo9C/LeoslKmCzJvNg37EgWId3Ql 3owTXI6G2HUO6mofICPNAmiEWBoPuhsbWa07mn6aE1riDoHbjryvEPo6nSQAGllKS6 JTJDhZEzqWzYAOUhMul0YGm8/A+ZcdsVoRH53KIg= Date: Tue, 22 Nov 2022 02:32:19 +0200 From: Laurent Pinchart To: Dave Airlie , Daniel Vetter Subject: [GIT PULL FOR v6.2] RZ/G2L DSI Kconfig fix Message-ID: MIME-Version: 1.0 Content-Disposition: inline X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Biju Das , dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" Hi Dave, Daniel, The following changes since commit 4e291f2f585313efa5200cce655e17c94906e50a: Merge tag 'drm-misc-next-2022-11-10-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next (2022-11-16 07:17:32 +1000) are available in the Git repository at: git://linuxtv.org/pinchartl/media.git tags/drm-next-20221122 for you to fetch changes up to ff6d979454ee21bf2d21040c8f2996b8f66726f2: drm: rcar-du: Fix Kconfig dependency between DRM and RZG2L_MIPI_DSI (2022-11-22 02:20:23 +0200) This commit fixes a Kconfig issue that is in the drm-next branch for v6.2. ---------------------------------------------------------------- Kconfig fix for RZ/G2L DSI ---------------------------------------------------------------- Biju Das (1): drm: rcar-du: Fix Kconfig dependency between DRM and RZG2L_MIPI_DSI drivers/gpu/drm/rcar-du/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)