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 C6BE9E82CA1 for ; Wed, 27 Sep 2023 15:27:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232458AbjI0P1O (ORCPT ); Wed, 27 Sep 2023 11:27:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41806 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232055AbjI0P1O (ORCPT ); Wed, 27 Sep 2023 11:27:14 -0400 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5B50E136 for ; Wed, 27 Sep 2023 08:27:13 -0700 (PDT) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A35E3C433C9; Wed, 27 Sep 2023 15:27:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1695828433; bh=67MEpz13djP/cufNxhOgox+maC7Zu2vZGGlHmn7nedg=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=mVoyV+3zNZw45lgOJmVUkEzMw+hGtRanF9TWHwcN81KjsgwDk0ROan3c0pQpcXFXn jO68UEBWV7+83qlrvmwUt97dU2oIxijgm5Jg4wXeF0tmuuphHwb5mM37J2Ie+PMyMX rVomAhSN6Eb74LzpGyy83M2om1fVqhr413PqmYMbzzAsE31HkPQ+LP5rw0+9wHSEwn SX9W6wHVAVLtxncMTJt2Vq25YVtdmuq2sNRcgXRwyNEtzMBIrrgWbTDG/toekTXpjr 2b7gxZoNH5y4EbMpLYweeVbEhCXn/ucg9dCfHhPZ4JWNXvpUNPWMjNuzh1MchYTOno X2TZCmZ2Xe9pA== Message-ID: Date: Wed, 27 Sep 2023 15:27:10 +0000 From: "Maxime Ripard" To: "Douglas Anderson" Subject: Re: [PATCH] MAINTAINERS: Document that the NXP i.MX 8MQ DCSS driver goes thru drm-misc In-Reply-To: <20230925154929.1.I3287e895ce8e68d41b458494a49a1b5ec5c71013@changeid> References: <20230925154929.1.I3287e895ce8e68d41b458494a49a1b5ec5c71013@changeid> Cc: dri-devel@lists.freedesktop.org, linux-kernel@vger.kernel.org, "Laurentiu Palcu" , "Maxime Ripard" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 25 Sep 2023 15:49:29 -0700, Douglas Anderson wrote: > As per the discussion on the lists [1], changes to this driver > generally flow through drm-misc. Add a tag in MAINTAINERS to document > this >=20 > [1] https://lore.kernel.org/r/20230925054710.r3guqn5jzdl4giwd@fsr-ub1664-= 121.ea.freescale.net >=20 > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime