From 9e66fb52449538406cea43e9f3889c391350e76e Mon Sep 17 00:00:00 2001 From: Julien Panis Date: Thu, 11 May 2023 11:51:26 +0200 Subject: samples: Add userspace example for TI TPS6594 PFSM This patch adds an example showing how to use PFSM devices from a userspace application. The PMIC is armed to be triggered by a RTC alarm to execute state transition. Signed-off-by: Julien Panis Message-ID: <20230511095126.105104-7-jpanis@baylibre.com> Signed-off-by: Greg Kroah-Hartman --- samples/pfsm/.gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 samples/pfsm/.gitignore (limited to 'samples/pfsm/.gitignore') diff --git a/samples/pfsm/.gitignore b/samples/pfsm/.gitignore new file mode 100644 index 000000000000..f350a030a060 --- /dev/null +++ b/samples/pfsm/.gitignore @@ -0,0 +1,2 @@ +# SPDX-License-Identifier: GPL-2.0 +/pfsm-wakeup -- cgit v1.2.3