kdbus: add documentation
authorDaniel Mack <daniel@zonque.org>
Thu, 11 Sep 2014 19:50:47 +0000 (21:50 +0200)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Mon, 29 Jun 2015 10:50:35 +0000 (19:50 +0900)
commit138801b0515b900201f6ce8c4baf1761fd94d649
tree1594c105bb4cbc1db3925478df6082019a78acb1
parent41dec9884a82443da1b7814ae42efe65895ff3af
kdbus: add documentation

kdbus is a system for low-latency, low-overhead, easy to use
interprocess communication (IPC).

The interface to all functions in this driver is implemented via ioctls
on files exposed through a filesystem called 'kdbusfs'. The default
mount point of kdbusfs is /sys/fs/kdbus. This patch adds detailed
documentation about the kernel level API design.

This patch adds a set of comprehensive set of DocBook files which
can be turned into man-pages using 'make mandocs', or into HTML
files with 'make htmldocs'.

Change-Id: I27a6f5f5d951ce72f6187a58dcbd9d2c8a06ee26
Signed-off-by: Daniel Mack <daniel@zonque.org>
Signed-off-by: David Herrmann <dh.herrmann@gmail.com>
Signed-off-by: Djalal Harouni <tixxdz@opendz.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Paul Osmialowski <p.osmialowsk@samsung.com>
15 files changed:
Documentation/Makefile
Documentation/kdbus/Makefile [new file with mode: 0644]
Documentation/kdbus/kdbus.bus.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.connection.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.endpoint.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.fs.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.item.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.match.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.message.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.name.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.policy.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.pool.xml [new file with mode: 0644]
Documentation/kdbus/kdbus.xml [new file with mode: 0644]
Documentation/kdbus/stylesheet.xsl [new file with mode: 0644]
Makefile