diff options
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/getopt.rst | 8 | ||||
-rw-r--r-- | doc/api/index.rst | 3 | ||||
-rw-r--r-- | doc/api/pinctrl.rst | 7 | ||||
-rw-r--r-- | doc/api/timer.rst | 8 |
4 files changed, 26 insertions, 0 deletions
diff --git a/doc/api/getopt.rst b/doc/api/getopt.rst new file mode 100644 index 00000000000..773f79aeb63 --- /dev/null +++ b/doc/api/getopt.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (C) 2020 Sean Anderson <seanga2@gmail.com> + +Option Parsing +============== + +.. kernel-doc:: include/getopt.h + :internal: diff --git a/doc/api/index.rst b/doc/api/index.rst index b7eb5725f26..ae4a1b6c634 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -8,7 +8,10 @@ U-Boot API documentation dfu efi + getopt linker_lists + pinctrl rng serial + timer unicode diff --git a/doc/api/pinctrl.rst b/doc/api/pinctrl.rst new file mode 100644 index 00000000000..043bd57efab --- /dev/null +++ b/doc/api/pinctrl.rst @@ -0,0 +1,7 @@ +.. SPDX-License-Identifier: GPL-2.0+ + +Pinctrl and Pinmux +================== + +.. kernel-doc:: include/dm/pinctrl.h + :internal: diff --git a/doc/api/timer.rst b/doc/api/timer.rst new file mode 100644 index 00000000000..b0695174d7d --- /dev/null +++ b/doc/api/timer.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (C) 2020 Sean Anderson <seanga2@gmail.com> + +Timer Subsystem +=============== + +.. kernel-doc:: include/timer.h + :internal: |