From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9BA77339AD; Tue, 30 Jan 2024 23:38:02 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706657882; cv=none; b=oCKh6rFgT02qKDs/0G7H6Zg0ANZ05IDfeLgJ+ClPj3ik5mVhyrUGF3GzcsMVr8Zy03tqtW3aPTqx87R5zavCREnSFkDj5lAPmmWDcRAPFKAqlhXLBV5cDoN8pu+7t3dSUpd9YxJEW83fDsl3fZYJCsxmN4Rp8BLX+R/+pZY9lwE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706657882; c=relaxed/simple; bh=LqEbxy5HFwLmJ2Rg9GQ3/teWihbE1b+vjKDjuZxmXg4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ED55YSwTq92QzzEaPmF+Ch4EZSIZ2xvt+Hwj5TnfiAyrWiwMTfl7sBxaKc7pBqojl7HxZiC4MWhHkIuMfEUrj/PESWueEnM20SAWW6Ug/Y1S/edCCbm5K4HQBq+V1eluMO+xI+1MpBIj+ezhs/HH4qV0bGVY/eoJ7Q/cOasuHwE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=aIykwy+B; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="aIykwy+B" Received: by smtp.kernel.org (Postfix) with ESMTPSA id E9F9BC43390; Tue, 30 Jan 2024 23:38:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1706657882; bh=LqEbxy5HFwLmJ2Rg9GQ3/teWihbE1b+vjKDjuZxmXg4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=aIykwy+BCwLMAq+2b9xkOhneoaDOecqNWdPGSi6LBLwN7i3ltTjP7dNc0pgNVgDJH Eznt2PcLNCX8VDyyBOQIRwLLPVJ0Iq8g5iMqc/xWAtdkqBQlB9Iy2yJeEGr5dUZkTW wOV60NI4KXrT1ImjNe88gZRIpyIT+ZmzfVlHLuEI= Date: Tue, 30 Jan 2024 15:38:01 -0800 From: "'gregkh@linuxfoundation.org'" To: "Corona, Ernesto" Cc: "linux-doc@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , "linux-aspeed@lists.ozlabs.org" , "'oleksandrs@mellanox.com'" , "'omar.eduardo.castro@linux.intel.com'" , "'arnd@arndb.de'" , "'jiri@nvidia.com'" , "'vadimp@mellanox.com'" , "'mchehab+samsung@kernel.org'" , "'davem@davemloft.net'" , "'nicolas.ferre@microchip.com'" , "'robh@kernel.org'" , "'andriy.shevchenko@linux.intel.com'" , "'lukas.bulwahn@gmail.com'" , "Filary, Steven A" , "'amithash@fb.com'" , "'patrickw3@fb.com'" , "Chen, Luke" , "'billy_tsai@aspeedtech.com'" , "'rgrs@protonmail.com'" Subject: Re: [PATCH 30 6/7] Add JTAG core driver Maintainers Message-ID: <2024013028-material-germless-aa23@gregkh> References: Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Tue, Jan 30, 2024 at 11:32:33PM +0000, Corona, Ernesto wrote: > JTAG class driver provide infrastructure to support hardware/software JTAG platform drivers. It provide user layer API interface for flashing and debugging external devices which equipped with JTAG interface using standard transactions. > > Signed-off-by: Oleksandr Shamray > Signed-off-by: Ernesto Corona > Signed-off-by: Omar Castro > Acked-by: Arnd Bergmann > Cc: Jiri Pirko > Cc: Vadim Pasternak > Cc: Mauro Carvalho Chehab > Cc: Greg Kroah-Hartman > Cc: David S. Miller > Cc: Nicolas Ferre > Cc: Rob Herring > Cc: Andy Shevchenko > Cc: Lukas Bulwahn > Cc: Steven Filary > Cc: Amithash Prasad > Cc: Patrick Williams > Cc: Luke Chen > Cc: Billy Tsai > Cc: Rgrs > --- > MAINTAINERS | 13 +++++++++++++ > 1 file changed, 13 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 8d1052fa6a69..764732f1fe19 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -11532,6 +11532,19 @@ L: linux-serial@vger.kernel.org > S: Orphan > F: drivers/tty/serial/jsm/ > +JTAG SUBSYSTEM > +M: Oleksandr Shamray > +M: Vadim Pasternak > +M Ernesto Corona > +M: Omar Castro > +M: Jiri Pirko > +S: Maintained > +F: Documentation/ABI/testing/jtag-dev > +F: Documentation/devicetree/bindings/jtag/ > +F: drivers/jtag/ > +F: include/linux/jtag.h > +F: include/uapi/linux/jtag.h > + > K10TEMP HARDWARE MONITORING DRIVER > M: Clemens Ladisch > L: linux-hwmon@vger.kernel.org Something went wrong, your patch is corrupted and your mix of spaces and tabs is not right (and you forgot a blank line before your entry) :(