Commit b37c3848 authored by Marek Behún's avatar Marek Behún Committed by Linus Torvalds
Browse files

treewide: change my e-mail address, fix my name

Change my e-mail address to kabel@kernel.org, and fix my name in
non-code parts (add diacritical mark).

Link: https://lkml.kernel.org/r/20210325171123.28093-2-kabel@kernel.org


Signed-off-by: default avatarMarek Behún <kabel@kernel.org>
Cc: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jassi Brar <jassisinghbrar@gmail.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: Pavel Machek <pavel@ucw.cz>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4873d8cc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
What:		/sys/kernel/debug/moxtet/input
Date:		March 2019
KernelVersion:	5.3
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
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.
@@ -19,7 +19,7 @@ Description: (Read) Read input from the shift registers, in hexadecimal.
What:		/sys/kernel/debug/moxtet/output
Date:		March 2019
KernelVersion:	5.3
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(RW) Read last written value to the shift registers, in
		hexadecimal, or write values to the shift registers, also
		in hexadecimal.
+1 −1
Original line number Diff line number Diff line
What:		/sys/kernel/debug/turris-mox-rwtm/do_sign
Date:		Jun 2020
KernelVersion:	5.8
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:

		======= ===========================================================
+3 −3
Original line number Diff line number Diff line
What:		/sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_description
Date:		March 2019
KernelVersion:	5.3
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) Moxtet module description. Format: string

What:		/sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_id
Date:		March 2019
KernelVersion:	5.3
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) Moxtet module ID. Format: %x

What:		/sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_name
Date:		March 2019
KernelVersion:	5.3
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) Moxtet module name. Format: string
+1 −1
Original line number Diff line number Diff line
What:		/sys/class/leds/<led>/device/brightness
Date:		July 2020
KernelVersion:	5.9
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(RW) On the front panel of the Turris Omnia router there is also
		a button which can be used to control the intensity of all the
		LEDs at once, so that if they are too bright, user can dim them.
+5 −5
Original line number Diff line number Diff line
What:		/sys/firmware/turris-mox-rwtm/board_version
Date:		August 2019
KernelVersion:	5.4
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) Board version burned into eFuses of this Turris Mox board.
		Format: %i

What:		/sys/firmware/turris-mox-rwtm/mac_address*
Date:		August 2019
KernelVersion:	5.4
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) MAC addresses burned into eFuses of this Turris Mox board.
		Format: %pM

What:		/sys/firmware/turris-mox-rwtm/pubkey
Date:		August 2019
KernelVersion:	5.4
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) ECDSA public key (in pubkey hex compressed form) computed
		as pair to the ECDSA private key burned into eFuses of this
		Turris Mox Board.
@@ -24,7 +24,7 @@ Description: (Read) ECDSA public key (in pubkey hex compressed form) computed
What:		/sys/firmware/turris-mox-rwtm/ram_size
Date:		August 2019
KernelVersion:	5.4
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) RAM size in MiB of this Turris Mox board as was detected
		during manufacturing and burned into eFuses. Can be 512 or 1024.
		Format: %i
@@ -32,6 +32,6 @@ Description: (Read) RAM size in MiB of this Turris Mox board as was detected
What:		/sys/firmware/turris-mox-rwtm/serial_number
Date:		August 2019
KernelVersion:	5.4
Contact:	Marek Behún <marek.behun@nic.cz>
Contact:	Marek Behún <kabel@kernel.org>
Description:	(Read) Serial number burned into eFuses of this Turris Mox device.
		Format: %016X
Loading