From aff60aba6c44770fab8f2694ae81bafde6d22998 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 7 Oct 2020 14:37:43 -0400 Subject: doc: Document timer API This adds kerneldocs for . I don't know who should maintain doc/api/timer.rst, since the timer subsystem seems to be maintained by SoC maintainers. MAINTAINERS is left un-updated for the moment. Signed-off-by: Sean Anderson Reviewed-by: Simon Glass --- doc/api/index.rst | 1 + doc/api/timer.rst | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 doc/api/timer.rst (limited to 'doc/api') diff --git a/doc/api/index.rst b/doc/api/index.rst index 1c261bcb73..787b6778e5 100644 --- a/doc/api/index.rst +++ b/doc/api/index.rst @@ -12,4 +12,5 @@ U-Boot API documentation pinctrl rng serial + timer unicode diff --git a/doc/api/timer.rst b/doc/api/timer.rst new file mode 100644 index 0000000000..b0695174d7 --- /dev/null +++ b/doc/api/timer.rst @@ -0,0 +1,8 @@ +.. SPDX-License-Identifier: GPL-2.0+ +.. Copyright (C) 2020 Sean Anderson + +Timer Subsystem +=============== + +.. kernel-doc:: include/timer.h + :internal: -- cgit