diff options
| author | Tom Rini <[email protected]> | 2020-10-09 08:58:56 -0400 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2020-10-09 08:58:56 -0400 |
| commit | 0570938e3c1835a6bcd0ce5b47a501ad5a09a9b3 (patch) | |
| tree | 6f3f40e4e228f8698b1357e52fb14309022ea96d /doc/api | |
| parent | a58d86db46456c4e14d4d140e419c4c5999fb2f8 (diff) | |
| parent | f5cb6c3081dfbd36dd0be9b9f4b42a6885b640b9 (diff) | |
Merge branch '2020-10-08-misc-board-improvements'
- Move ASPEED ram driver, update.
- Exhance pinctrl/gpio support, update Kendryte K210 support
- Enhance qemu_arm64 support for a single binary to work with and
without TF-A
Diffstat (limited to 'doc/api')
| -rw-r--r-- | doc/api/index.rst | 1 | ||||
| -rw-r--r-- | doc/api/pinctrl.rst | 7 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/api/index.rst b/doc/api/index.rst index b7eb5725f26..1c261bcb73f 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -9,6 +9,7 @@ U-Boot API documentation dfu efi linker_lists + pinctrl rng serial 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: |
