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, 4 Apr 2016 01:12:22 +0000 (10:12 +0900)
commit4a4bba272c6c17de123ace0e6ba2c4698ef5319a
treeb25edb4745b3d06ea86f39b75a7517f11d93676d
parent7d3507d0c3d0bf13ed8299199b1e8cc55dd1fe63
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