From 9999e48639b3cecb08ffb37358bcba3b48161b29 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Fri, 10 May 2024 08:50:17 +0000 Subject: [PATCH] add ax88772_rst --- kernel/Documentation/driver-api/pm/notifiers.rst | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/kernel/Documentation/driver-api/pm/notifiers.rst b/kernel/Documentation/driver-api/pm/notifiers.rst index 62f8600..186435c 100644 --- a/kernel/Documentation/driver-api/pm/notifiers.rst +++ b/kernel/Documentation/driver-api/pm/notifiers.rst @@ -1,10 +1,14 @@ +.. SPDX-License-Identifier: GPL-2.0 +.. include:: <isonum.txt> + ============================= Suspend/Hibernation Notifiers ============================= -:: +:Copyright: |copy| 2016 Intel Corporation - Copyright (c) 2016 Intel Corp., Rafael J. Wysocki <rafael.j.wysocki@intel.com> +:Author: Rafael J. Wysocki <rafael.j.wysocki@intel.com> + There are some operations that subsystems or drivers may want to carry out before hibernation/suspend or after restore/resume, but they require the system -- Gitblit v1.6.2