[PATCH] MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gavin Schenk

From: Gavin Schenk
Date: Mon Apr 08 2019 - 08:39:00 EST


Due to new challenges in my life I can no longer take care of SIOX.
Thorsten takes over my SIOX tasks.

Signed-off-by: Gavin Schenk <g.schenk@xxxxxxxxxxxx>
---
Documentation/ABI/testing/sysfs-bus-siox | 22 +++++++++++-----------
MAINTAINERS | 2 +-
2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/Documentation/ABI/testing/sysfs-bus-siox b/Documentation/ABI/testing/sysfs-bus-siox
index fed7c3765a4e..c2a403f20b90 100644
--- a/Documentation/ABI/testing/sysfs-bus-siox
+++ b/Documentation/ABI/testing/sysfs-bus-siox
@@ -1,6 +1,6 @@
What: /sys/bus/siox/devices/siox-X/active
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
On reading represents the current state of the bus. If it
contains a "0" the bus is stopped and connected devices are
@@ -12,7 +12,7 @@ Description:

What: /sys/bus/siox/devices/siox-X/device_add
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Write-only file. Write

@@ -27,13 +27,13 @@ Description:

What: /sys/bus/siox/devices/siox-X/device_remove
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Write-only file. A single write removes the last device in the siox chain.

What: /sys/bus/siox/devices/siox-X/poll_interval_ns
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Defines the interval between two poll cycles in nano seconds.
Note this is rounded to jiffies on writing. On reading the current value
@@ -41,33 +41,33 @@ Description:

What: /sys/bus/siox/devices/siox-X-Y/connected
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value. "0" means the Yth device on siox bus X isn't "connected" i.e.
communication with it is not ensured. "1" signals a working connection.

What: /sys/bus/siox/devices/siox-X-Y/inbytes
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value reporting the inbytes value provided to siox-X/device_add

What: /sys/bus/siox/devices/siox-X-Y/status_errors
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Counts the number of time intervals when the read status byte doesn't yield the
expected value.

What: /sys/bus/siox/devices/siox-X-Y/type
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value reporting the type value provided to siox-X/device_add.

What: /sys/bus/siox/devices/siox-X-Y/watchdog
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value reporting if the watchdog of the siox device is
active. "0" means the watchdog is not active and the device is expected to
@@ -75,13 +75,13 @@ Description:

What: /sys/bus/siox/devices/siox-X-Y/watchdog_errors
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value reporting the number to time intervals when the
watchdog was active.

What: /sys/bus/siox/devices/siox-X-Y/outbytes
KernelVersion: 4.16
-Contact: Gavin Schenk <g.schenk@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
+Contact: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>, Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
Description:
Read-only value reporting the outbytes value provided to siox-X/device_add.
diff --git a/MAINTAINERS b/MAINTAINERS
index 43b36dbed48e..34156d1c6468 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -14191,7 +14191,7 @@ F: lib/test_siphash.c
F: include/linux/siphash.h

SIOX
-M: Gavin Schenk <g.schenk@xxxxxxxxxxxx>
+M: Thorsten Scherer <t.scherer@xxxxxxxxxxxx>
M: Uwe Kleine-KÃnig <u.kleine-koenig@xxxxxxxxxxxxxx>
R: Pengutronix Kernel Team <kernel@xxxxxxxxxxxxxx>
S: Supported
--
2.20.1