* [PATCH 30 6/7] Add JTAG core driver Maintainers
@ 2024-01-30 23:32 Corona, Ernesto
2024-01-30 23:38 ` 'gregkh
0 siblings, 1 reply; 2+ messages in thread
From: Corona, Ernesto @ 2024-01-30 23:32 UTC (permalink / raw)
To: linux-aspeed
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 at 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 at vger.kernel.org
--
2.25.1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ozlabs.org/pipermail/linux-aspeed/attachments/20240130/80a37789/attachment-0001.htm>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 30 6/7] Add JTAG core driver Maintainers
2024-01-30 23:32 [PATCH 30 6/7] Add JTAG core driver Maintainers Corona, Ernesto
@ 2024-01-30 23:38 ` 'gregkh
0 siblings, 0 replies; 2+ messages in thread
From: 'gregkh @ 2024-01-30 23:38 UTC (permalink / raw)
To: linux-aspeed
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 at 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 at 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) :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-30 23:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-30 23:32 [PATCH 30 6/7] Add JTAG core driver Maintainers Corona, Ernesto
2024-01-30 23:38 ` 'gregkh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).