diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-07-26 09:51:25 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-07-31 13:30:25 -0600 |
commit | 5a5e045bb3b839405e3a58b02a3333d33812214c (patch) | |
tree | f396f7e80c40ce6c6a47d8225324237e7c15a9ae /Documentation/isdn/README.mISDN | |
parent | 32fc3cd8ba2375b0ee385a42ba2a1aad5547816e (diff) | |
download | lwn-5a5e045bb3b839405e3a58b02a3333d33812214c.tar.gz lwn-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/README.mISDN')
-rw-r--r-- | Documentation/isdn/README.mISDN | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/isdn/README.mISDN b/Documentation/isdn/README.mISDN deleted file mode 100644 index cd8bf920e77b..000000000000 --- a/Documentation/isdn/README.mISDN +++ /dev/null @@ -1,6 +0,0 @@ -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. - |