]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'net-organize-driver-docs-by-device-type'
authorDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2020 23:08:45 +0000 (16:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Jun 2020 23:08:45 +0000 (16:08 -0700)
commitf2f93f278735dfe0f6656816ee031fff19eb0534
tree3b2f2fdcf7298c6f776395a238a6c0b85ed6f358
parent638cd0c46b5c89e4502c7e0b49930db8334812d9
parent812d330ae682fce99adcd175142722beced4b280
Merge branch 'net-organize-driver-docs-by-device-type'

Jakub Kicinski says:

====================
net: organize driver docs by device type

This series finishes off what I started in
commit 98d53e6b99f4 ("net: documentation: build a directory structure for drivers").
The objective is to de-clutter our documentation folder so folks
have a chance of finding relevant info. I _think_ I got all the
driver docs from the main documentation directory this time around.

While doing this I realized that many of them are of limited relevance
these days, so I went ahead and sliced the drivers directory by
technology. Those feeling nostalgic are free to dive into the FDDI,
ATM etc. docs, but for most Ethernet is what we care about.

v1:
 - simplify Intel's docs list in MAINTAINERS.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>