From a961e698d8112f3facdd4cde7df8565ea0865ff7 Mon Sep 17 00:00:00 2001 From: Alexander Shishkin Date: Tue, 22 Sep 2015 15:47:11 +0300 Subject: MAINTAINERS: add an entry for System Trace Module device class Add myself as a maintainer for the stm class framework. Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 9f6685f6c5a9..eed2be5b7201 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -9109,6 +9109,14 @@ S: Maintained F: include/linux/mmc/dw_mmc.h F: drivers/mmc/host/dw_mmc* +SYSTEM TRACE MODULE CLASS +M: Alexander Shishkin +S: Maintained +F: Documentation/trace/stm.txt +F: drivers/hwtracing/stm/ +F: include/linux/stm.h +F: include/uapi/linux/stm.h + THUNDERBOLT DRIVER M: Andreas Noever S: Maintained -- cgit v1.2.3 From 5760b0a565e0f64dfb90d8c42df949f966038e1d Mon Sep 17 00:00:00 2001 From: Alexander Shishkin Date: Tue, 22 Sep 2015 15:47:20 +0300 Subject: MAINTAINERS: add an entry for Intel(R) Trace Hub Add myself as a maintainer for the Intel(R) Trace Hub framework and drivers. Signed-off-by: Alexander Shishkin Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index eed2be5b7201..35d7c6f5c29a 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5515,6 +5515,12 @@ F: Documentation/networking/README.ipw2100 F: Documentation/networking/README.ipw2200 F: drivers/net/wireless/ipw2x00/ +INTEL(R) TRACE HUB +M: Alexander Shishkin +S: Supported +F: Documentation/trace/intel_th.txt +F: drivers/hwtracing/intel_th/ + INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT) M: Richard L Maliszewski M: Gang Wei -- cgit v1.2.3 From 3c0ed7d56d77b61f2177e8b72855ea32073c2091 Mon Sep 17 00:00:00 2001 From: Alan Tull Date: Wed, 7 Oct 2015 20:49:23 +0100 Subject: MAINTAINERS: add fpga manager framework Add fpga manager framework to MAINTAINERS and add myself as maintainer. Signed-off-by: Alan Tull Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index 73a66edfd29f..847581b10238 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4321,6 +4321,13 @@ F: include/linux/fmc*.h F: include/linux/ipmi-fru.h K: fmc_d.*register +FPGA MANAGER FRAMEWORK +M: Alan Tull +S: Maintained +F: drivers/fpga/ +F: include/linux/fpga/fpga-mgr.h +W: http://www.rocketboards.org + FPU EMULATOR M: Bill Metzenthen W: http://floatingpoint.sourceforge.net/emulator/index.html -- cgit v1.2.3 From 50ceb98bebfaf7ae6de5fc46b277c595f4c2ce83 Mon Sep 17 00:00:00 2001 From: Sudeep Dutt Date: Tue, 13 Oct 2015 11:21:19 -0700 Subject: MAINTAINERS: Add maintainership for MIC drivers Add entry for MIC drivers to the MAINTAINERS file Signed-off-by: Ashutosh Dixit Signed-off-by: Sudeep Dutt Signed-off-by: Greg Kroah-Hartman --- MAINTAINERS | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'MAINTAINERS') diff --git a/MAINTAINERS b/MAINTAINERS index fe5bbfebc74b..994a7aeb4a2d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5575,6 +5575,22 @@ F: include/linux/mei_cl_bus.h F: drivers/misc/mei/* F: Documentation/misc-devices/mei/* +INTEL MIC DRIVERS (mic) +M: Sudeep Dutt +M: Ashutosh Dixit +S: Supported +W: https://github.com/sudeepdutt/mic +W: http://software.intel.com/en-us/mic-developer +F: include/linux/mic_bus.h +F: include/linux/scif.h +F: include/uapi/linux/mic_common.h +F: include/uapi/linux/mic_ioctl.h +F include/uapi/linux/scif_ioctl.h +F: drivers/misc/mic/ +F: drivers/dma/mic_x100_dma.c +F: drivers/dma/mic_x100_dma.h +F Documentation/mic/ + INTEL PMC IPC DRIVER M: Zha Qipeng L: platform-driver-x86@vger.kernel.org -- cgit v1.2.3