Arkadiusz Kubalewski
27ed30d1f8
dpll: docs: add support for pin signal phase offset/adjust
...
Add documentation on:
- measurement of phase of signal between pin and dpll
- adjustment of pin signal phase
Signed-off-by: Arkadiusz Kubalewski <arkadiusz.kubalewski@intel.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2023-10-15 16:08:24 +01:00
Bagas Sanjaya
c8afdc0183
Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code block
...
DPLL_CMD_PIN_GET netlink command output for mux-type pins looks ugly
with normal paragraph formatting. Format it as a code block instead.
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Tested-by: Randy Dunlap <rdunlap@infradead.org >
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev >
Link: https://lore.kernel.org/r/20230928052708.44820-3-bagasdotme@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org >
2023-10-03 15:02:18 -07:00
Bagas Sanjaya
92425d08a6
Documentation: dpll: Fix code blocks
...
kernel test robot and Stephen Rothwell report htmldocs warnings:
Documentation/driver-api/dpll.rst:427: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 18 supplied.
.. code-block:: c
<snipped>...
Documentation/driver-api/dpll.rst:444: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 21 supplied.
.. code-block:: c
<snipped>...
Documentation/driver-api/dpll.rst:474: WARNING: Error in "code-block" directive:
maximum 1 argument(s) allowed, 12 supplied.
.. code-block:: c
<snipped>...
Fix these above by adding missing blank line separator after code-block
directive.
Reported-by: kernel test robot <lkp@intel.com >
Closes: https://lore.kernel.org/oe-kbuild-all/202309180456.lOhxy9gS-lkp@intel.com/
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au >
Closes: https://lore.kernel.org/linux-next/20230918131521.155e9e63@canb.auug.org.au/
Fixes: dbb291f193 ("dpll: documentation on DPLL subsystem interface")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com >
Acked-by: Randy Dunlap <rdunlap@infradead.org >
Tested-by: Randy Dunlap <rdunlap@infradead.org >
Reviewed-by: Vadim Fedorenko <vadim.fedorenko@linux.dev >
Link: https://lore.kernel.org/r/20230928052708.44820-2-bagasdotme@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org >
2023-10-03 15:02:18 -07:00
Vadim Fedorenko
dbb291f193
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 >
2023-09-17 11:50:20 +01:00