linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
@ 2020-03-08 21:14 Jonathan Neuschäfer
  2020-03-09  7:34 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-08 21:14 UTC (permalink / raw)
  To: linux-doc
  Cc: Jonathan Neuschäfer, Jonathan Corbet, Sudeep Dutt,
	Ashutosh Dixit, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Dragan Cvetic, Derek Kiernan, David S. Miller, Rob Herring,
	Jonathan Cameron, Andy Shevchenko, linux-kernel

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>
---

v2:
- Run scripts/parse-maintainers.pl to sort the lines in the MAINTAINERS
  entry, as suggested by Andy Shevchenko

v1:
- https://lore.kernel.org/lkml/20200305214747.20908-1-j.neuschaefer@gmx.net/
---
 Documentation/index.rst                                | 1 -
 Documentation/misc-devices/index.rst                   | 1 +
 Documentation/{ => misc-devices}/mic/index.rst         | 0
 Documentation/{ => misc-devices}/mic/mic_overview.rst  | 0
 Documentation/{ => misc-devices}/mic/scif_overview.rst | 0
 MAINTAINERS                                            | 8 ++++----
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename Documentation/{ => misc-devices}/mic/index.rst (100%)
 rename Documentation/{ => misc-devices}/mic/mic_overview.rst (100%)
 rename Documentation/{ => misc-devices}/mic/scif_overview.rst (100%)

diff --git a/Documentation/index.rst b/Documentation/index.rst
index e99d0bd2589d..6fdad61ee443 100644
--- a/Documentation/index.rst
+++ b/Documentation/index.rst
@@ -131,7 +131,6 @@ needed).
    usb/index
    PCI/index
    misc-devices/index
-   mic/index
    scheduler/index

 Architecture-agnostic documentation
diff --git a/Documentation/misc-devices/index.rst b/Documentation/misc-devices/index.rst
index f11c5daeada5..c1dcd2628911 100644
--- a/Documentation/misc-devices/index.rst
+++ b/Documentation/misc-devices/index.rst
@@ -20,4 +20,5 @@ fit into other categories.
    isl29003
    lis3lv02d
    max6875
+   mic/index
    xilinx_sdfec
diff --git a/Documentation/mic/index.rst b/Documentation/misc-devices/mic/index.rst
similarity index 100%
rename from Documentation/mic/index.rst
rename to Documentation/misc-devices/mic/index.rst
diff --git a/Documentation/mic/mic_overview.rst b/Documentation/misc-devices/mic/mic_overview.rst
similarity index 100%
rename from Documentation/mic/mic_overview.rst
rename to Documentation/misc-devices/mic/mic_overview.rst
diff --git a/Documentation/mic/scif_overview.rst b/Documentation/misc-devices/mic/scif_overview.rst
similarity index 100%
rename from Documentation/mic/scif_overview.rst
rename to Documentation/misc-devices/mic/scif_overview.rst
diff --git a/MAINTAINERS b/MAINTAINERS
index 5b229788d425..722b2e5d495b 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8570,15 +8570,15 @@ 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:	Documentation/misc-devices/mic/
+F:	drivers/dma/mic_x100_dma.c
+F:	drivers/dma/mic_x100_dma.h
+F:	drivers/misc/mic/
 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 CORE DRIVER
 M:	Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
--
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
  2020-03-08 21:14 [PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices Jonathan Neuschäfer
@ 2020-03-09  7:34 ` Andy Shevchenko
  2020-03-10 17:13   ` Jonathan Corbet
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-03-09  7:34 UTC (permalink / raw)
  To: Jonathan Neuschäfer
  Cc: Linux Documentation List, Jonathan Corbet, Sudeep Dutt,
	Ashutosh Dixit, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Dragan Cvetic, Derek Kiernan, David S. Miller, Rob Herring,
	Jonathan Cameron, Andy Shevchenko, Linux Kernel Mailing List

On Sun, Mar 8, 2020 at 11:17 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> It doesn't need to be a top-level chapter.
>
> This patch also updates MAINTAINERS and makes sure the F: lines are
> properly sorted.
>

Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
for MAINTAINERS change.

> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>
> v2:
> - Run scripts/parse-maintainers.pl to sort the lines in the MAINTAINERS
>   entry, as suggested by Andy Shevchenko
>
> v1:
> - https://lore.kernel.org/lkml/20200305214747.20908-1-j.neuschaefer@gmx.net/
> ---
>  Documentation/index.rst                                | 1 -
>  Documentation/misc-devices/index.rst                   | 1 +
>  Documentation/{ => misc-devices}/mic/index.rst         | 0
>  Documentation/{ => misc-devices}/mic/mic_overview.rst  | 0
>  Documentation/{ => misc-devices}/mic/scif_overview.rst | 0
>  MAINTAINERS                                            | 8 ++++----
>  6 files changed, 5 insertions(+), 5 deletions(-)
>  rename Documentation/{ => misc-devices}/mic/index.rst (100%)
>  rename Documentation/{ => misc-devices}/mic/mic_overview.rst (100%)
>  rename Documentation/{ => misc-devices}/mic/scif_overview.rst (100%)
>
> diff --git a/Documentation/index.rst b/Documentation/index.rst
> index e99d0bd2589d..6fdad61ee443 100644
> --- a/Documentation/index.rst
> +++ b/Documentation/index.rst
> @@ -131,7 +131,6 @@ needed).
>     usb/index
>     PCI/index
>     misc-devices/index
> -   mic/index
>     scheduler/index
>
>  Architecture-agnostic documentation
> diff --git a/Documentation/misc-devices/index.rst b/Documentation/misc-devices/index.rst
> index f11c5daeada5..c1dcd2628911 100644
> --- a/Documentation/misc-devices/index.rst
> +++ b/Documentation/misc-devices/index.rst
> @@ -20,4 +20,5 @@ fit into other categories.
>     isl29003
>     lis3lv02d
>     max6875
> +   mic/index
>     xilinx_sdfec
> diff --git a/Documentation/mic/index.rst b/Documentation/misc-devices/mic/index.rst
> similarity index 100%
> rename from Documentation/mic/index.rst
> rename to Documentation/misc-devices/mic/index.rst
> diff --git a/Documentation/mic/mic_overview.rst b/Documentation/misc-devices/mic/mic_overview.rst
> similarity index 100%
> rename from Documentation/mic/mic_overview.rst
> rename to Documentation/misc-devices/mic/mic_overview.rst
> diff --git a/Documentation/mic/scif_overview.rst b/Documentation/misc-devices/mic/scif_overview.rst
> similarity index 100%
> rename from Documentation/mic/scif_overview.rst
> rename to Documentation/misc-devices/mic/scif_overview.rst
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b229788d425..722b2e5d495b 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8570,15 +8570,15 @@ 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:     Documentation/misc-devices/mic/
> +F:     drivers/dma/mic_x100_dma.c
> +F:     drivers/dma/mic_x100_dma.h
> +F:     drivers/misc/mic/
>  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 CORE DRIVER
>  M:     Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> --
> 2.20.1
>


-- 
With Best Regards,
Andy Shevchenko

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
  2020-03-09  7:34 ` Andy Shevchenko
@ 2020-03-10 17:13   ` Jonathan Corbet
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2020-03-10 17:13 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Jonathan Neuschäfer, Linux Documentation List, Sudeep Dutt,
	Ashutosh Dixit, Mauro Carvalho Chehab, Greg Kroah-Hartman,
	Dragan Cvetic, Derek Kiernan, David S. Miller, Rob Herring,
	Jonathan Cameron, Andy Shevchenko, Linux Kernel Mailing List

On Mon, 9 Mar 2020 09:34:37 +0200
Andy Shevchenko <andy.shevchenko@gmail.com> wrote:

> On Sun, Mar 8, 2020 at 11:17 PM Jonathan Neuschäfer
> <j.neuschaefer@gmx.net> wrote:
> >
> > It doesn't need to be a top-level chapter.
> >
> > This patch also updates MAINTAINERS and makes sure the F: lines are
> > properly sorted.
> >  
> 
> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
> for MAINTAINERS change.
> 
> > Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-10 17:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-08 21:14 [PATCH v2] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices Jonathan Neuschäfer
2020-03-09  7:34 ` Andy Shevchenko
2020-03-10 17:13   ` Jonathan Corbet

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).