From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752093AbdJYMr5 (ORCPT ); Wed, 25 Oct 2017 08:47:57 -0400 Received: from mx2.suse.de ([195.135.220.15]:36168 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751868AbdJYMqc (ORCPT ); Wed, 25 Oct 2017 08:46:32 -0400 From: Max Staudt To: b.zolnierkie@samsung.com, linux-fbdev@vger.kernel.org Cc: mstaudt@suse.de, tiwai@suse.com, oneukum@suse.com, msrb@suse.com, sndirsch@suse.com, michal@markovi.net, linux-kernel@vger.kernel.org Subject: [RFC 12/14] bootsplash: Add sysfs ABI documentation Date: Wed, 25 Oct 2017 14:46:00 +0200 Message-Id: <20171025124602.28292-13-mstaudt@suse.de> X-Mailer: git-send-email 2.12.3 In-Reply-To: <20171025124602.28292-1-mstaudt@suse.de> References: <20171025124602.28292-1-mstaudt@suse.de> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: Max Staudt Reviewed-by: Oliver Neukum --- Documentation/ABI/testing/sysfs-platform-bootsplash | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 Documentation/ABI/testing/sysfs-platform-bootsplash diff --git a/Documentation/ABI/testing/sysfs-platform-bootsplash b/Documentation/ABI/testing/sysfs-platform-bootsplash new file mode 100644 index 000000000000..70c70d018d59 --- /dev/null +++ b/Documentation/ABI/testing/sysfs-platform-bootsplash @@ -0,0 +1,21 @@ +What: /sys/devices/platform/bootsplash.0/enabled +Date: Oct 2017 +KernelVersion: 4.14 +Contact: Max Staudt +Description: + Can be set and read. + + 0: Splash is disabled. + 1: Splash is shown whenever fbcon would show a text console + (i.e. no graphical application is running), and a splash + file is loaded. + +What: /sys/devices/platform/bootsplash.0/drop_splash +Date: Oct 2017 +KernelVersion: 4.14 +Contact: Max Staudt +Description: + Can only be set. + + Any value written will cause the splash to be disabled and + internal memory structures to be freed. -- 2.12.3