forked from luck/tmp_suning_uos_patched
4119f0dfbd
Unfortunately, (R) and (W) are valid markups for enumerated lists, as described at: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#enumerated-lists So, we ned to replace them by: (R) -> (Read) (W) -> (Write) As otherwise, (R) will be displayed as R., with is not what it is desired. There's no need to touch (RO) and (RW). Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/6e81ad8064f3ed4f8dc265086fdf1c618043f935.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
What: /sys/kernel/debug/moxtet/input
|
|
Date: March 2019
|
|
KernelVersion: 5.3
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Read input from the shift registers, in hexadecimal.
|
|
Returns N+1 bytes, where N is the number of Moxtet connected
|
|
modules. The first byte is from the CPU board itself.
|
|
|
|
Example::
|
|
|
|
101214
|
|
|
|
== =======================================
|
|
10 CPU board with SD card
|
|
12 2 = PCIe module, 1 = IRQ not active
|
|
14 4 = Peridot module, 1 = IRQ not active
|
|
== =======================================
|
|
|
|
What: /sys/kernel/debug/moxtet/output
|
|
Date: March 2019
|
|
KernelVersion: 5.3
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (RW) Read last written value to the shift registers, in
|
|
hexadecimal, or write values to the shift registers, also
|
|
in hexadecimal.
|
|
|
|
Example::
|
|
|
|
0102
|
|
|
|
== ================================================
|
|
01 01 was last written, or is to be written, to the
|
|
first module's shift register
|
|
02 the same for second module
|
|
== ================================================
|