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 67F8FC25B77 for ; Sun, 19 May 2024 07:59:51 +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=merJ6R/s7pttKKFl2O11z0o3IPlx8XrNMsSHfJSvuQQ=; b=W9JAcKUvw1Aw/C rX+wanC/7Fkd3YgYAmIOp0CrGV9+eHKWSTg/Ckd/bDpPtBVgSiUlBR9r+IK6I1ZlUHY0HBp1KLr+3 eFw4ODLxE1jglO6bn4VWGtTUO3wGF5prmcHdSKubviDoGggSJXpOD5U1cfDQqnt29T9Flyn7nchLx NsLC0xwpmsHKnMZIuS3A5RQc1B4xsmKaIgaZvBqJ+cuasuDhMVlw+k4pSDB9JTI3gH+o/6uAqn9GE X0BImvpsOFh0ztZFtJjMuYYbhkOFQkefrxS2O+/ymTI14ghgdXHnD6cOrfngQFEp9h/EEeBMLP8JK BKqGmuthIDTy9sxRmaXA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.97.1 #2 (Red Hat Linux)) id 1s8bSH-0000000Bb8M-1Ei6; Sun, 19 May 2024 07:59:41 +0000 Received: from dfw.source.kernel.org ([139.178.84.217]) by bombadil.infradead.org with esmtps (Exim 4.97.1 #2 (Red Hat Linux)) id 1s8bSE-0000000Bb7g-1z59; Sun, 19 May 2024 07:59:39 +0000 Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by dfw.source.kernel.org (Postfix) with ESMTP id 5334760DFB; Sun, 19 May 2024 07:59:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 70A4FC32781; Sun, 19 May 2024 07:59:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1716105575; bh=H/2+qHdYi7ZEH7Zr9/SLo5WPHWSoGzS8PBcfWjDh6Hg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Q+2tvIxpjbjvQNCxXWSJzFAJeeMCAvdCKktm2TtN70Zxn9KA+SXM7CaJRPaq/WpPl IbyyFYOyMX8vooiPyAgSrFHyI9DSfvabTdmqdXmlpaS87pHIqmS4kUQO6IRUWyUr7Y 9b3oYYAIZC/B0s3437qH/UsmtvzKbdxc5YeUFnf0= Date: Sun, 19 May 2024 09:59:32 +0200 From: Greg KH To: Val Packett Cc: stable@vger.kernel.org, Sandy Huang , Heiko =?iso-8859-1?Q?St=FCbner?= , Andy Yan , Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 2/2] drm/rockchip: vop: enable VOP_FEATURE_INTERNAL_RGB on RK3066 Message-ID: <2024051907-extruding-overplant-54f1@gregkh> References: <20240519074019.10424-1-val@packett.cool> <20240519074019.10424-2-val@packett.cool> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20240519074019.10424-2-val@packett.cool> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20240519_005938_613152_885056D4 X-CRM114-Status: UNSURE ( 8.84 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sun, May 19, 2024 at 04:31:32AM -0300, Val Packett wrote: > Signed-off-by: Val Packett > Cc: stable@vger.kernel.org > --- > drivers/gpu/drm/rockchip/rockchip_vop_reg.c | 1 + > 1 file changed, 1 insertion(+) Maybe the DRM subsystem has more lax rules, but I know I can't take patches without any changelog text at all, sorry. greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel