diff options
author | Iwona Winiarska <iwona.winiarska@intel.com> | 2022-02-08 16:36:39 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-02-09 08:04:44 +0100 |
commit | 0580565dd717cb135633ebdbc1d84fe6b0a3fa78 (patch) | |
tree | d9a19766d6b5f4ae67047a009c0207d740386bbf /Documentation/peci/index.rst | |
parent | docs: hwmon: Document PECI drivers (diff) | |
download | linux-0580565dd717cb135633ebdbc1d84fe6b0a3fa78.tar.xz linux-0580565dd717cb135633ebdbc1d84fe6b0a3fa78.zip |
docs: Add PECI documentation
Add a brief overview of PECI and PECI wire interface.
The documentation also contains kernel-doc for PECI subsystem internals
and PECI CPU Driver API.
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Acked-by: Joel Stanley <joel@jms.id.au>
Signed-off-by: Iwona Winiarska <iwona.winiarska@intel.com>
Link: https://lore.kernel.org/r/20220208153639.255278-14-iwona.winiarska@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation/peci/index.rst')
-rw-r--r-- | Documentation/peci/index.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/peci/index.rst b/Documentation/peci/index.rst new file mode 100644 index 000000000000..989de10416e7 --- /dev/null +++ b/Documentation/peci/index.rst @@ -0,0 +1,16 @@ +.. SPDX-License-Identifier: GPL-2.0-only + +==================== +Linux PECI Subsystem +==================== + +.. toctree:: + + peci + +.. only:: subproject and html + + Indices + ======= + + * :ref:`genindex` |