linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Jonathan Neuschäfer" <j.neuschaefer@gmx.net>
To: linux-doc@vger.kernel.org
Cc: "Jonathan Corbet" <corbet@lwn.net>,
	"Jonathan Neuschäfer" <j.neuschaefer@gmx.net>,
	"Mauro Carvalho Chehab" <mchehab+samsung@kernel.org>,
	"Cornelia Huck" <cohuck@redhat.com>,
	"Logan Gunthorpe" <logang@deltatee.com>,
	"Andy Shevchenko" <andy.shevchenko@gmail.com>,
	"Matthew Wilcox (Oracle)" <willy@infradead.org>,
	"Shobhit Kukreti" <shobhitkukreti@gmail.com>,
	"Thomas Gleixner" <tglx@linutronix.de>,
	"Greg Kroah-Hartman" <gregkh@linuxfoundation.org>,
	"Jason Gunthorpe" <jgg@ziepe.ca>, "Harald Seiler" <hws@denx.de>,
	linux-kernel@vger.kernel.org
Subject: [PATCH 3/4] tools/edid: Move EDID data sets from Documentation/
Date: Fri, 14 Feb 2020 18:41:34 +0100	[thread overview]
Message-ID: <20200214174139.16101-3-j.neuschaefer@gmx.net> (raw)
In-Reply-To: <20200214174139.16101-1-j.neuschaefer@gmx.net>

The EDID files are not really documentation.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 {Documentation/EDID => tools/edid}/1024x768.S  | 0
 {Documentation/EDID => tools/edid}/1280x1024.S | 0
 {Documentation/EDID => tools/edid}/1600x1200.S | 0
 {Documentation/EDID => tools/edid}/1680x1050.S | 0
 {Documentation/EDID => tools/edid}/1920x1080.S | 0
 {Documentation/EDID => tools/edid}/800x600.S   | 0
 {Documentation/EDID => tools/edid}/Makefile    | 0
 {Documentation/EDID => tools/edid}/edid.S      | 0
 {Documentation/EDID => tools/edid}/hex         | 0
 9 files changed, 0 insertions(+), 0 deletions(-)
 rename {Documentation/EDID => tools/edid}/1024x768.S (100%)
 rename {Documentation/EDID => tools/edid}/1280x1024.S (100%)
 rename {Documentation/EDID => tools/edid}/1600x1200.S (100%)
 rename {Documentation/EDID => tools/edid}/1680x1050.S (100%)
 rename {Documentation/EDID => tools/edid}/1920x1080.S (100%)
 rename {Documentation/EDID => tools/edid}/800x600.S (100%)
 rename {Documentation/EDID => tools/edid}/Makefile (100%)
 rename {Documentation/EDID => tools/edid}/edid.S (100%)
 rename {Documentation/EDID => tools/edid}/hex (100%)

diff --git a/Documentation/EDID/1024x768.S b/tools/edid/1024x768.S
similarity index 100%
rename from Documentation/EDID/1024x768.S
rename to tools/edid/1024x768.S
diff --git a/Documentation/EDID/1280x1024.S b/tools/edid/1280x1024.S
similarity index 100%
rename from Documentation/EDID/1280x1024.S
rename to tools/edid/1280x1024.S
diff --git a/Documentation/EDID/1600x1200.S b/tools/edid/1600x1200.S
similarity index 100%
rename from Documentation/EDID/1600x1200.S
rename to tools/edid/1600x1200.S
diff --git a/Documentation/EDID/1680x1050.S b/tools/edid/1680x1050.S
similarity index 100%
rename from Documentation/EDID/1680x1050.S
rename to tools/edid/1680x1050.S
diff --git a/Documentation/EDID/1920x1080.S b/tools/edid/1920x1080.S
similarity index 100%
rename from Documentation/EDID/1920x1080.S
rename to tools/edid/1920x1080.S
diff --git a/Documentation/EDID/800x600.S b/tools/edid/800x600.S
similarity index 100%
rename from Documentation/EDID/800x600.S
rename to tools/edid/800x600.S
diff --git a/Documentation/EDID/Makefile b/tools/edid/Makefile
similarity index 100%
rename from Documentation/EDID/Makefile
rename to tools/edid/Makefile
diff --git a/Documentation/EDID/edid.S b/tools/edid/edid.S
similarity index 100%
rename from Documentation/EDID/edid.S
rename to tools/edid/edid.S
diff --git a/Documentation/EDID/hex b/tools/edid/hex
similarity index 100%
rename from Documentation/EDID/hex
rename to tools/edid/hex
--
2.20.1


  parent reply	other threads:[~2020-02-14 17:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-02-14 17:41 [PATCH 1/4] docs: driver-api: edid: Fix list formatting Jonathan Neuschäfer
2020-02-14 17:41 ` [PATCH 2/4] docs: admin-guide: Move edid.rst from driver-api Jonathan Neuschäfer
2020-02-14 17:41 ` Jonathan Neuschäfer [this message]
2020-02-14 17:41 ` [PATCH 4/4] docs: admin-guide: edid: Clarify where to run "make" Jonathan Neuschäfer
2020-02-19 11:11 ` [PATCH 1/4] docs: driver-api: edid: Fix list formatting Jonathan Corbet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200214174139.16101-3-j.neuschaefer@gmx.net \
    --to=j.neuschaefer@gmx.net \
    --cc=andy.shevchenko@gmail.com \
    --cc=cohuck@redhat.com \
    --cc=corbet@lwn.net \
    --cc=gregkh@linuxfoundation.org \
    --cc=hws@denx.de \
    --cc=jgg@ziepe.ca \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=mchehab+samsung@kernel.org \
    --cc=shobhitkukreti@gmail.com \
    --cc=tglx@linutronix.de \
    --cc=willy@infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).