From f70575805708cabdedea7498aaa3f710fde4d920 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Wed, 31 Jan 2024 03:29:01 +0000 Subject: [PATCH] add lvds1024*800 --- 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