Skip to content

Commit 75d7627

Browse files
Gavin Schenkgregkh
Gavin Schenk
authored andcommitted
MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gavin Schenk
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 <[email protected]> Acked-by: Thorsten Scherer <[email protected]> Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent fce677d commit 75d7627

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed
Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
What: /sys/bus/siox/devices/siox-X/active
22
KernelVersion: 4.16
3-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
3+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
44
Description:
55
On reading represents the current state of the bus. If it
66
contains a "0" the bus is stopped and connected devices are
@@ -12,7 +12,7 @@ Description:
1212

1313
What: /sys/bus/siox/devices/siox-X/device_add
1414
KernelVersion: 4.16
15-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
15+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
1616
Description:
1717
Write-only file. Write
1818

@@ -27,61 +27,61 @@ Description:
2727

2828
What: /sys/bus/siox/devices/siox-X/device_remove
2929
KernelVersion: 4.16
30-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
30+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
3131
Description:
3232
Write-only file. A single write removes the last device in the siox chain.
3333

3434
What: /sys/bus/siox/devices/siox-X/poll_interval_ns
3535
KernelVersion: 4.16
36-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
36+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
3737
Description:
3838
Defines the interval between two poll cycles in nano seconds.
3939
Note this is rounded to jiffies on writing. On reading the current value
4040
is returned.
4141

4242
What: /sys/bus/siox/devices/siox-X-Y/connected
4343
KernelVersion: 4.16
44-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
44+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
4545
Description:
4646
Read-only value. "0" means the Yth device on siox bus X isn't "connected" i.e.
4747
communication with it is not ensured. "1" signals a working connection.
4848

4949
What: /sys/bus/siox/devices/siox-X-Y/inbytes
5050
KernelVersion: 4.16
51-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
51+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
5252
Description:
5353
Read-only value reporting the inbytes value provided to siox-X/device_add
5454

5555
What: /sys/bus/siox/devices/siox-X-Y/status_errors
5656
KernelVersion: 4.16
57-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
57+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
5858
Description:
5959
Counts the number of time intervals when the read status byte doesn't yield the
6060
expected value.
6161

6262
What: /sys/bus/siox/devices/siox-X-Y/type
6363
KernelVersion: 4.16
64-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
64+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
6565
Description:
6666
Read-only value reporting the type value provided to siox-X/device_add.
6767

6868
What: /sys/bus/siox/devices/siox-X-Y/watchdog
6969
KernelVersion: 4.16
70-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
70+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
7171
Description:
7272
Read-only value reporting if the watchdog of the siox device is
7373
active. "0" means the watchdog is not active and the device is expected to
7474
be operational. "1" means the watchdog keeps the device in reset.
7575

7676
What: /sys/bus/siox/devices/siox-X-Y/watchdog_errors
7777
KernelVersion: 4.16
78-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
78+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
7979
Description:
8080
Read-only value reporting the number to time intervals when the
8181
watchdog was active.
8282

8383
What: /sys/bus/siox/devices/siox-X-Y/outbytes
8484
KernelVersion: 4.16
85-
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]>
85+
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]>
8686
Description:
8787
Read-only value reporting the outbytes value provided to siox-X/device_add.

MAINTAINERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14394,7 +14394,7 @@ F: lib/test_siphash.c
1439414394
F: include/linux/siphash.h
1439514395

1439614396
SIOX
14397-
M: Gavin Schenk <g.schenk@eckelmann.de>
14397+
M: Thorsten Scherer <t.scherer@eckelmann.de>
1439814398
M: Uwe Kleine-König <[email protected]>
1439914399
R: Pengutronix Kernel Team <[email protected]>
1440014400
S: Supported

0 commit comments

Comments
 (0)