aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Documentation/isdn/m_isdn.rst
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab+samsung@kernel.org>2019-07-26 09:51:25 -0300
committerJonathan Corbet <corbet@lwn.net>2019-07-31 13:30:25 -0600
commit5a5e045bb3b839405e3a58b02a3333d33812214c (patch)
treef396f7e80c40ce6c6a47d8225324237e7c15a9ae /Documentation/isdn/m_isdn.rst
parentdocs: openrisc: convert to ReST and add to documentation body (diff)
downloadwireguard-linux-5a5e045bb3b839405e3a58b02a3333d33812214c.tar.xz
wireguard-linux-5a5e045bb3b839405e3a58b02a3333d33812214c.zip
docs: isdn: convert to ReST and add to kAPI bookset
The ISDN documentation is a mix of admin guide, uAPI and kAPI. Ideally, it should be split. Yet, not sure if it would worth the troble. Anyway, we have the same kind of mix on several drivers specific documentation. So, just like the others, keep the directory at the root Documentation/ tree, just adding a pointer to it at the kAPI section, as the documentation was written with the Kernel developers in mind. Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/isdn/m_isdn.rst')
-rw-r--r--Documentation/isdn/m_isdn.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/isdn/m_isdn.rst b/Documentation/isdn/m_isdn.rst
new file mode 100644
index 000000000000..9957de349e69
--- /dev/null
+++ b/Documentation/isdn/m_isdn.rst
@@ -0,0 +1,9 @@
+============
+mISDN Driver
+============
+
+mISDN is a new modular ISDN driver, in the long term it should replace
+the old I4L driver architecture for passiv ISDN cards.
+It was designed to allow a broad range of applications and interfaces
+but only have the basic function in kernel, the interface to the user
+space is based on sockets with a own address family AF_ISDN.