All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] apple-gmux: Add initial documentation
@ 2016-01-10 23:08 Lukas Wunner
  2016-01-10 23:08 ` [PATCH v2 1/1] " Lukas Wunner
  2016-01-11  7:03 ` [PATCH v2 0/1] " Daniel Vetter
  0 siblings, 2 replies; 8+ messages in thread
From: Lukas Wunner @ 2016-01-10 23:08 UTC (permalink / raw)
  To: Daniel Vetter, Jonathan Corbet
  Cc: Darren Hart, dri-devel, platform-driver-x86, Bruno Premont

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=UTF-8, Size: 1630 bytes --]

On Fri, Jan 08, 2016 at 09:49:22AM -0700, Jonathan Corbet wrote:
> Well, it's built around the asciidoc patch, which isn't in the mainline
> at this point.  Should things go a different direction, that could force
> some changes here;

If/when that happens, I'll be happy to fixup the documentation as needed.
In fact I originally wrote this in markdown in November, then converted
it to asciidoc in December and that really wasn't a big deal.

The need for asciidoc arises from the desire to not clutter up the prose
text with URLs. To achieve this, asciidoc allows defining so-called
"attribute entries" which may then be referenced in the text:
http://asciidoc.org/userguide.html#X62

Markdown has a similar feature called "reference style links", the
difference being that they can be defined anywhere in the document,
whereas asciidoc's "attribute entries" must precede their usage in
the text:
https://daringfireball.net/projects/markdown/syntax#link


Here's a v2, the only change is Bruno Prémont's addition to the commit
message.

@Daniel Vetter: Could you pick this up for topic/drm-misc please?

An ack for drivers/platform/x86 was kindly provided by Darren Hart with:
Message-ID: <20160104203150.GA4219@malice.jf.intel.com>
Link: http://lists.freedesktop.org/archives/dri-devel/2016-January/097918.html

Thanks everyone!


Lukas Wunner (1):
  apple-gmux: Add initial documentation

 Documentation/DocBook/gpu.tmpl    |  22 ++++++++
 drivers/platform/x86/apple-gmux.c | 113 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 135 insertions(+)

-- 
1.8.5.2 (Apple Git-48)

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

end of thread, other threads:[~2016-01-11 19:26 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-10 23:08 [PATCH v2 0/1] apple-gmux: Add initial documentation Lukas Wunner
2016-01-10 23:08 ` [PATCH v2 1/1] " Lukas Wunner
2016-01-11  7:03 ` [PATCH v2 0/1] " Daniel Vetter
2016-01-11 13:07   ` Lukas Wunner
2016-01-11 14:57     ` Daniel Vetter
2016-01-11 17:45   ` Darren Hart
2016-01-11 19:19     ` Lukas Wunner
2016-01-11 19:26       ` Darren Hart

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.