forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINTAINERS / Documentation: Thorsten Scherer is the successor of Gav…
…in 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]>
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
What: /sys/bus/siox/devices/siox-X/active | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Write-only file. Write | ||
|
||
|
@@ -27,61 +27,61 @@ Description: | |
|
||
What: /sys/bus/siox/devices/siox-X/device_remove | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Defines the interval between two poll cycles in nano seconds. | ||
Note this is rounded to jiffies on writing. On reading the current value | ||
is returned. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/connected | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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 | ||
be operational. "1" means the watchdog keeps the device in reset. | ||
|
||
What: /sys/bus/siox/devices/siox-X-Y/watchdog_errors | ||
KernelVersion: 4.16 | ||
Contact: Gavin Schenk <g.schenk@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
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@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Contact: Thorsten Scherer <t.scherer@eckelmann.de>, Uwe Kleine-König <[email protected]> | ||
Description: | ||
Read-only value reporting the outbytes value provided to siox-X/device_add. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14394,7 +14394,7 @@ F: lib/test_siphash.c | |
F: include/linux/siphash.h | ||
|
||
SIOX | ||
M: Gavin Schenk <g.schenk@eckelmann.de> | ||
M: Thorsten Scherer <t.scherer@eckelmann.de> | ||
M: Uwe Kleine-König <[email protected]> | ||
R: Pengutronix Kernel Team <[email protected]> | ||
S: Supported | ||
|