linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
@ 2020-03-05 21:47 Jonathan Neuschäfer
  2020-03-06  9:39 ` Andy Shevchenko
  0 siblings, 1 reply; 3+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-05 21:47 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.

Signed-off-by: Jonathan Neuschäfer <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                                            | 2 +-
 6 files changed, 2 insertions(+), 2 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..cb2f714b3191 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8578,7 +8578,7 @@ 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/
+F:	Documentation/misc-devices/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] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
  2020-03-05 21:47 [PATCH] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices Jonathan Neuschäfer
@ 2020-03-06  9:39 ` Andy Shevchenko
  2020-03-06 10:57   ` Jonathan Neuschäfer
  0 siblings, 1 reply; 3+ messages in thread
From: Andy Shevchenko @ 2020-03-06  9:39 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 Thu, Mar 5, 2020 at 11:51 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> It doesn't need to be a top-level chapter.

> diff --git a/MAINTAINERS b/MAINTAINERS
> index 5b229788d425..cb2f714b3191 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -8578,7 +8578,7 @@ 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/
> +F:     Documentation/misc-devices/mic/
>
>  INTEL PMC CORE DRIVER
>  M:     Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>

Had you had a chance to run parse-maintainers.pl and see if the change
is in order?
I think the order is broken and perhaps fixing it at the same time
would be nice.

-- 
With Best Regards,
Andy Shevchenko

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

* Re: [PATCH] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices
  2020-03-06  9:39 ` Andy Shevchenko
@ 2020-03-06 10:57   ` Jonathan Neuschäfer
  0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2020-03-06 10:57 UTC (permalink / raw)
  To: Andy Shevchenko
  Cc: Jonathan Neuschäfer, 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

[-- Attachment #1: Type: text/plain, Size: 1038 bytes --]

On Fri, Mar 06, 2020 at 11:39:04AM +0200, Andy Shevchenko wrote:
> On Thu, Mar 5, 2020 at 11:51 PM Jonathan Neuschäfer
> <j.neuschaefer@gmx.net> wrote:
> >
> > It doesn't need to be a top-level chapter.
> 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 5b229788d425..cb2f714b3191 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -8578,7 +8578,7 @@ 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/
> > +F:     Documentation/misc-devices/mic/
> >
> >  INTEL PMC CORE DRIVER
> >  M:     Rajneesh Bhardwaj <rajneesh.bhardwaj@intel.com>
> 
> Had you had a chance to run parse-maintainers.pl and see if the change
> is in order?

Since my patch doesn't change the required order, I didn't pay attention
to it.

> I think the order is broken and perhaps fixing it at the same time
> would be nice.

Indeed. I'll respin with the order fixed.


Jonathan Neuschäfer

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-05 21:47 [PATCH] docs: Move Intel Many Integrated Core documentation (mic) under misc-devices Jonathan Neuschäfer
2020-03-06  9:39 ` Andy Shevchenko
2020-03-06 10:57   ` Jonathan Neuschäfer

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