Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: Move Intel Many Integrated Core documentation (mic) under misc-devices

It doesn't need to be a top-level chapter.

This patch also updates MAINTAINERS and makes sure the F: lines are
properly sorted.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20200308211519.8414-1-j.neuschaefer@gmx.net
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Jonathan Neuschäfer and committed by
Jonathan Corbet
19796c34 0150aedd

+5 -5
-1
Documentation/index.rst
··· 131 131 usb/index 132 132 PCI/index 133 133 misc-devices/index 134 - mic/index 135 134 scheduler/index 136 135 137 136 Architecture-agnostic documentation
Documentation/mic/index.rst Documentation/misc-devices/mic/index.rst
Documentation/mic/mic_overview.rst Documentation/misc-devices/mic/mic_overview.rst
Documentation/mic/scif_overview.rst Documentation/misc-devices/mic/scif_overview.rst
+1
Documentation/misc-devices/index.rst
··· 20 20 isl29003 21 21 lis3lv02d 22 22 max6875 23 + mic/index 23 24 xilinx_sdfec
+4 -4
MAINTAINERS
··· 8569 8569 S: Supported 8570 8570 W: https://github.com/sudeepdutt/mic 8571 8571 W: http://software.intel.com/en-us/mic-developer 8572 + F: Documentation/misc-devices/mic/ 8573 + F: drivers/dma/mic_x100_dma.c 8574 + F: drivers/dma/mic_x100_dma.h 8575 + F: drivers/misc/mic/ 8572 8576 F: include/linux/mic_bus.h 8573 8577 F: include/linux/scif.h 8574 8578 F: include/uapi/linux/mic_common.h 8575 8579 F: include/uapi/linux/mic_ioctl.h 8576 8580 F: include/uapi/linux/scif_ioctl.h 8577 - F: drivers/misc/mic/ 8578 - F: drivers/dma/mic_x100_dma.c 8579 - F: drivers/dma/mic_x100_dma.h 8580 - F: Documentation/mic/ 8581 8581 8582 8582 INTEL PMC CORE DRIVER 8583 8583 M: Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>