Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1246004 > unrolled thread
| Started by | Sudeep Dutt <sudeep.dutt@intel.com> |
|---|---|
| First post | 2015-10-13 20:10 +0200 |
| Last post | 2015-10-13 20:10 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH char-misc-next 1/1] MAINTAINERS: Add maintainership for MIC drivers Sudeep Dutt <sudeep.dutt@intel.com> - 2015-10-13 20:10 +0200
Re: [PATCH char-misc-next 1/1] MAINTAINERS: Add maintainership for MIC drivers Joe Perches <joe@perches.com> - 2015-10-13 20:10 +0200
| From | Sudeep Dutt <sudeep.dutt@intel.com> |
|---|---|
| Date | 2015-10-13 20:10 +0200 |
| Subject | [PATCH char-misc-next 1/1] MAINTAINERS: Add maintainership for MIC drivers |
| Message-ID | <qjcbo-5SM-5@gated-at.bofh.it> |
Add entry for MIC drivers to the MAINTAINERS file Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com> Signed-off-by: Sudeep Dutt <sudeep.dutt@intel.com> --- MAINTAINERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index fe5bbfe..840993b 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5575,6 +5575,21 @@ F: include/linux/mei_cl_bus.h F: drivers/misc/mei/* F: Documentation/misc-devices/mei/* +INTEL MIC DRIVERS (mic) +M: Sudeep Dutt <sudeep.dutt@intel.com> +M: Ashutosh Dixit <ashutosh.dixit@intel.com> +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* +F Documentation/mic/* + INTEL PMC IPC DRIVER M: Zha Qipeng<qipeng.zha@intel.com> L: platform-driver-x86@vger.kernel.org -- 1.8.2.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2015-10-13 20:10 +0200 |
| Subject | Re: [PATCH char-misc-next 1/1] MAINTAINERS: Add maintainership for MIC drivers |
| Message-ID | <qjcbo-5SM-11@gated-at.bofh.it> |
| In reply to | #1246004 |
On Tue, 2015-10-13 at 10:58 -0700, Sudeep Dutt wrote: > Add entry for MIC drivers to the MAINTAINERS file [] > diff --git a/MAINTAINERS b/MAINTAINERS [] > +INTEL MIC DRIVERS (mic) [] > +F: drivers/misc/mic/* This covers only 2 files: drivers/misc/mic/Kconfig drivers/misc/mic/Makefile Presumably you want F: drivers/misc/mic/ See the MAINTAINERS description of F: F: Files and directories with wildcard patterns. A trailing slash includes all files and subdirectory files. F: drivers/net/ all files in and below drivers/net F: drivers/net/* all files in drivers/net, but not below F: */net/* all files in "any top level directory"/net One pattern per line. Multiple F: lines acceptable. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web