diff options
author | Vadim Fedorenko <vadim.fedorenko@linux.dev> | 2023-09-13 22:49:35 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-09-17 12:50:20 +0200 |
commit | dbb291f19393b628a1d15b94a78d471b9d94e532 (patch) | |
tree | 94aa27279070cd7eb31e2f91b6560691755246db /Documentation/driver-api/index.rst | |
parent | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next (diff) | |
download | linux-dbb291f19393b628a1d15b94a78d471b9d94e532.tar.xz linux-dbb291f19393b628a1d15b94a78d471b9d94e532.zip |
dpll: documentation on DPLL subsystem interface
Add documentation explaining common netlink interface to configure DPLL
devices and monitoring events. Common way to implement DPLL device in
a driver is also covered.
Co-developed-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Vadim Fedorenko <vadim.fedorenko@linux.dev>
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com>
Signed-off-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | Documentation/driver-api/index.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/driver-api/index.rst b/Documentation/driver-api/index.rst index 1e16a40da3ba..f549a68951d7 100644 --- a/Documentation/driver-api/index.rst +++ b/Documentation/driver-api/index.rst @@ -114,6 +114,7 @@ available subsections can be seen below. zorro hte/index wmi + dpll .. only:: subproject and html |