]> www.infradead.org Git - users/jedix/linux-maple.git/commit
timers/Documentation: Cleanup delay/sleep documentation
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Mon, 14 Oct 2024 08:22:32 +0000 (10:22 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Tue, 15 Oct 2024 22:36:48 +0000 (00:36 +0200)
commit1f455f601e2060497f9883991e8d5e79fbc7b047
tree1d05f7885dcd8e83547b79837137acbca619b6f3
parentd2af954f225db2ccf446a4b174a5281dff171d41
timers/Documentation: Cleanup delay/sleep documentation

The documentation which tries to give advices how to properly inserting
delays or sleeps is outdated. The file name is 'timers-howto.rst' which
might be misleading as it is only about delay and sleep mechanisms and not
how to use timers.

Update the documentation by integrating the important parts from the
related function descriptions and move it all into a self explaining file
with the name "delay_sleep_functions.rst".

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/all/20241014-devel-anna-maria-b4-timers-flseep-v3-15-dc8b907cb62f@linutronix.de
Documentation/timers/delay_sleep_functions.rst [new file with mode: 0644]
Documentation/timers/index.rst
Documentation/timers/timers-howto.rst [deleted file]