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 B2D04C433F5 for ; Tue, 26 Apr 2022 06:09:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S244770AbiDZGMG (ORCPT ); Tue, 26 Apr 2022 02:12:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47808 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S244762AbiDZGMF (ORCPT ); Tue, 26 Apr 2022 02:12:05 -0400 Received: from out0.migadu.com (out0.migadu.com [94.23.1.103]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C9D701299F3; Mon, 25 Apr 2022 23:08:57 -0700 (PDT) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1650953335; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=Zao150YBGdFw8Onc7+4B9NytRjAm8jq3ZHbXVPaTjMk=; b=tLhu9UMsCtTxGJysFnitSixFxYr9+U5ooN+pPsDZNG4kVMc+8tCkOiWJVMwYJ3fFnrcV1m xpAZAhOI/VqMXLeW8CXZpNISfPMRuxZiT0qgpGQuO7U2rm8iWMn/LtzBdmpcIbWebQRmYn bC3M0X528tjfLQUDcMZvU89SbGNpYbw= From: Cai Huoqing To: cai.huoqing@linux.dev Cc: Maarten Lankhorst , Maxime Ripard , Thomas Zimmermann , David Airlie , Daniel Vetter , Sumit Semwal , =?UTF-8?q?Christian=20K=C3=B6nig?= , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, linux-media@vger.kernel.org, linaro-mm-sig@lists.linaro.org Subject: [PATCH v2 1/4] MAINTAINERS: Add the driver info of the NVDLA Date: Tue, 26 Apr 2022 14:07:58 +0800 Message-Id: <20220426060808.78225-2-cai.huoqing@linux.dev> In-Reply-To: <20220426060808.78225-1-cai.huoqing@linux.dev> References: <20220426060808.78225-1-cai.huoqing@linux.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: linux.dev Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org The NVIDIA Deep Learning Accelerator (NVDLA) is an open source IP which is integrated into Jetson AGX Xavier. After adding the driver support for it, I add the driver info of the NVDLA to MAINTAINERS file. Signed-off-by: Cai Huoqing --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index cc73bd02b36a..9cf6af4986b6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -6485,6 +6485,13 @@ T: git git://anongit.freedesktop.org/drm/drm-misc F: Documentation/devicetree/bindings/display/panel/samsung,lms380kf01.yaml F: drivers/gpu/drm/panel/panel-widechips-ws2401.c +DRM DRIVER FOR NVDLA +M: Cai Huoqing +L: dri-devel@lists.freedesktop.org +S: Maintained +T: git git://anongit.freedesktop.org/drm/drm-misc +F: drivers/gpu/drm/nvdla/ + DRM DRIVERS M: David Airlie M: Daniel Vetter -- 2.25.1