]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'devlink-documentation-refactor'
authorDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 01:07:00 +0000 (17:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 11 Jan 2020 01:07:00 +0000 (17:07 -0800)
commit41a2398832465a0c7b908a8280e100286e825d9c
tree6492de47b1fc5e5d1a508eb0ef539b2e51444d45
parent9d2cc7ca4082ee702ef5785e74a3d6c07e43fbcf
parent3c32c7f96c2d4050e95633de358cf8d31d8e5944
Merge branch 'devlink-documentation-refactor'

Jacob Keller says:

====================
devlink documentation refactor

This series updates the devlink documentation, with a few primary goals

 * move all of the devlink documentation into a dedicated subfolder
 * convert that documentation to the reStructuredText format
 * merge driver-specific documentations into a single file per driver
 * add missing documentation, including per-driver and devlink generally

For each driver, I took the time to review the code and add further
documentation on the various features it currently supports. Additionally, I
added new documentation files for some of the features such as
devlink-dpipe, devlink-resource, and devlink-regions.

Note for the region snapshot triggering, I kept that as a separate patch as
that is based on work that has not yet been merged to net-next, and may
change.

I also improved the existing documentation for devlink-info and
devlink-param by adding a bit more of an introduction when converting it to
the rst format.
====================

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