public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
From: "'gregkh@linuxfoundation.org'" <gregkh@linuxfoundation.org>
To: "Corona, Ernesto" <ernesto.corona@intel.com>
Cc: "'rgrs@protonmail.com'" <rgrs@protonmail.com>,
	"'robh@kernel.org'" <robh@kernel.org>,
	"'billy_tsai@aspeedtech.com'" <billy_tsai@aspeedtech.com>,
	"'arnd@arndb.de'" <arnd@arndb.de>,
	"linux-aspeed@lists.ozlabs.org" <linux-aspeed@lists.ozlabs.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	"Filary, Steven A" <steven.a.filary@intel.com>,
	"'vadimp@mellanox.com'" <vadimp@mellanox.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"'amithash@fb.com'" <amithash@fb.com>,
	"'omar.eduardo.castro@linux.intel.com'"
	<omar.eduardo.castro@linux.intel.com>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"'jiri@nvidia.com'" <jiri@nvidia.com>,
	"'mchehab+samsung@kernel.org'" <mchehab+samsung@kernel.org>,
	"'lukas.bulwahn@gmail.com'" <lukas.bulwahn@gmail.com>,
	"'patrickw3@fb.com'" <patrickw3@fb.com>,
	"'andriy.shevchenko@linux.intel.com'"
	<andriy.shevchenko@linux.intel.com>,
	"'davem@davemloft.net'" <davem@davemloft.net>,
	"'oleksandrs@mellanox.com'" <oleksandrs@mellanox.com>,
	"Chen, Luke" <luke_chen@aspeedtech.com>
Subject: Re: [PATCH 30 6/7] Add JTAG core driver Maintainers
Date: Tue, 30 Jan 2024 15:38:01 -0800	[thread overview]
Message-ID: <2024013028-material-germless-aa23@gregkh> (raw)
In-Reply-To: <LV8PR11MB846312B6C1F23325DACDF3778B7D2@LV8PR11MB8463.namprd11.prod.outlook.com>

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 <oleksandrs@mellanox.com>
> Signed-off-by: Ernesto Corona <ernesto.corona@intel.com>
> Signed-off-by: Omar Castro <omar.eduardo.castro@linux.intel.com>
> Acked-by: Arnd Bergmann <arnd@arndb.de>
> Cc: Jiri Pirko <jiri@nvidia.com>
> Cc: Vadim Pasternak <vadimp@mellanox.com>
> Cc: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
> Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
> Cc: David S. Miller <davem@davemloft.net>
> Cc: Nicolas Ferre <nicolas.ferre@microchip.com>
> Cc: Rob Herring <robh@kernel.org>
> Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
> Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
> Cc: Steven Filary <steven.a.filary@intel.com>
> Cc: Amithash Prasad <amithash@fb.com>
> Cc: Patrick Williams <patrickw3@fb.com>
> Cc: Luke Chen <luke_chen@aspeedtech.com>
> Cc: Billy Tsai <billy_tsai@aspeedtech.com>
> Cc: Rgrs <rgrs@protonmail.com>
> ---
> 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 <oleksandrs@mellanox.com>
> +M:        Vadim Pasternak <vadimp@mellanox.com>
> +M         Ernesto Corona <ernesto.corona@intel.com>
> +M:        Omar Castro <omar.eduardo.castro@linux.intel.com>
> +M:        Jiri Pirko <jiri@nvidia.com>
> +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 <clemens@ladisch.de>
> 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) :(


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

           reply	other threads:[~2024-01-30 23:38 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <LV8PR11MB846312B6C1F23325DACDF3778B7D2@LV8PR11MB8463.namprd11.prod.outlook.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2024013028-material-germless-aa23@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=amithash@fb.com \
    --cc=andriy.shevchenko@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=billy_tsai@aspeedtech.com \
    --cc=davem@davemloft.net \
    --cc=ernesto.corona@intel.com \
    --cc=jiri@nvidia.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-aspeed@lists.ozlabs.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=lukas.bulwahn@gmail.com \
    --cc=luke_chen@aspeedtech.com \
    --cc=mchehab+samsung@kernel.org \
    --cc=oleksandrs@mellanox.com \
    --cc=omar.eduardo.castro@linux.intel.com \
    --cc=patrickw3@fb.com \
    --cc=rgrs@protonmail.com \
    --cc=robh@kernel.org \
    --cc=steven.a.filary@intel.com \
    --cc=vadimp@mellanox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox