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 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 CD2D6CCA473 for ; Mon, 25 Jul 2022 12:47:35 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8B9AFACFD6; Mon, 25 Jul 2022 12:47:34 +0000 (UTC) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by gabe.freedesktop.org (Postfix) with ESMTPS id 7E88CACD5A for ; Mon, 25 Jul 2022 12:47:33 +0000 (UTC) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8C8F361092; Mon, 25 Jul 2022 12:47:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 045EAC341C8; Mon, 25 Jul 2022 12:47:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658753249; bh=qsudKb7qDhD5skgxgIjGHUvCaHzlsnnqamDhI8iMgLQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uLLaqHpk431RFpbdi2equ6oX5N9rzgMYLczJ60x10wVMBXjfEazXE0iE7vhBtIeEf xl2IACj+lOIj1mSFoZC37a507NYdF8TVZeum7yXp6Lo4CeeHu1g2wfdTHBMpqyENjC W89hg4h6sn8Q+we77W/7/QgT08xUCRvVuHdtUT6Q= Date: Mon, 25 Jul 2022 14:47:24 +0200 From: Greg KH To: Yuji Ishikawa Subject: Re: [PATCH v2 4/5] MAINTAINERS: Add entries for Toshiba Visconti DNN image processing accelerator Message-ID: References: <20220722082858.17880-1-yuji2.ishikawa@toshiba.co.jp> <20220722082858.17880-5-yuji2.ishikawa@toshiba.co.jp> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220722082858.17880-5-yuji2.ishikawa@toshiba.co.jp> 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: linaro-mm-sig@lists.linaro.org, Jonathan Corbet , linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org, Sumit Semwal , Hans Verkuil , Rob Herring , Nobuhiro Iwamatsu , Christian =?iso-8859-1?Q?K=F6nig?= , linux-arm-kernel@lists.infradead.org, linux-media@vger.kernel.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" On Fri, Jul 22, 2022 at 05:28:57PM +0900, Yuji Ishikawa wrote: > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) No changelog text? No signed-off-by? Are you sure that checkpatch passed this patch? greg k-h