Skip to content

Commit 61143f7

Browse files
elkablostroese
authored andcommitted
treewide: Fix Marek's name and change my e-mail address
Fix diacritics in some instances of my name and change my e-mail address to [email protected]. Add corresponding .mailmap entries. Signed-off-by: Marek Behún <[email protected]> Reviewed-by: Stefan Roese <[email protected]>
1 parent 8a7880f commit 61143f7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+47
-45
lines changed

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Jagan Teki <[email protected]>
3737
3838
3939
40+
41+
Marek Behún <[email protected]> Marek Behun <[email protected]>
4042
4143
4244
Marek Vasut <[email protected]> <marex at denx.de>

MAINTAINERS

+2-2
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@ F: net/eth_bootdevice.c
751751
F: test/boot/
752752

753753
BTRFS
754-
M: Marek Behun <[email protected]>
754+
M: Marek Behún <[email protected]>
755755
R: Qu Wenruo <[email protected]>
756756
757757
S: Maintained
@@ -955,7 +955,7 @@ F: drivers/i2c/
955955

956956
KWBIMAGE / KWBOOT TOOLS
957957
M: Pali Rohár <[email protected]>
958-
M: Marek Behún <[email protected]>
958+
M: Marek Behún <[email protected]>
959959
M: Stefan Roese <[email protected]>
960960
S: Maintained
961961
T: git https://source.denx.de/u-boot/custodians/u-boot-marvell.git

arch/arm/dts/armada-385-turris-omnia-u-boot.dtsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2017 Marek Behun <[email protected]>
3+
* Copyright (C) 2017 Marek Behún <[email protected]>
44
*/
55

66
/ {

arch/arm/mach-mvebu/armada3700/cpu.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
33
* Copyright (C) 2016 Stefan Roese <[email protected]>
4-
* Copyright (C) 2020 Marek Behun <[email protected]>
4+
* Copyright (C) 2020 Marek Behún <[email protected]>
55
*/
66

77
#include <common.h>

arch/arm/mach-mvebu/armada3700/mbox.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
* Copyright (C) 2021 Pali Rohár <[email protected]>
55
*/
66

arch/arm/mach-mvebu/include/mach/mbox.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
* Copyright (C) 2021 Pali Rohár <[email protected]>
55
*/
66

board/CZ.NIC/turris_atsha_otp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2017 Marek Behun <[email protected]>
3+
* Copyright (C) 2017 Marek Behún <[email protected]>
44
* Copyright (C) 2016 Tomas Hlavacek <[email protected]>
55
*/
66

board/CZ.NIC/turris_mox/MAINTAINERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TURRIS MOX BOARD
2-
M: Marek Behún <[email protected]>
2+
M: Marek Behún <[email protected]>
33
M: Pali Rohár <[email protected]>
44
S: Maintained
55
F: arch/arm/dts/armada-3720-turris-mox*.dts*

board/CZ.NIC/turris_mox/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
22
#
3-
# Copyright (C) 2018 Marek Behun <[email protected]>
3+
# Copyright (C) 2018 Marek Behún <[email protected]>
44

55
obj-y := turris_mox.o mox_sp.o

board/CZ.NIC/turris_mox/mox_sp.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
*/
55

66
#include <common.h>

board/CZ.NIC/turris_mox/mox_sp.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
*/
55

66
#ifndef _BOARD_CZNIC_TURRIS_MOX_MOX_SP_H_

board/CZ.NIC/turris_mox/turris_mox.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
*/
55

66
#include <common.h>

board/CZ.NIC/turris_omnia/MAINTAINERS

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
TURRIS OMNIA BOARD
2-
M: Marek Behún <[email protected]>
2+
M: Marek Behún <[email protected]>
33
M: Pali Rohár <[email protected]>
44
S: Maintained
55
F: arch/arm/dts/armada-385-turris-omnia*.dts*

board/CZ.NIC/turris_omnia/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# SPDX-License-Identifier: GPL-2.0+
22
#
3-
# Copyright (C) 2017 Marek Behun <[email protected]>
3+
# Copyright (C) 2017 Marek Behún <[email protected]>
44

55
obj-y := turris_omnia.o ../turris_atsha_otp.o

board/CZ.NIC/turris_omnia/turris_omnia.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* Copyright (C) 2017 Marek Behun <[email protected]>
3+
* Copyright (C) 2017 Marek Behún <[email protected]>
44
* Copyright (C) 2016 Tomas Hlavacek <[email protected]>
55
*
66
* Derived from the code for

cmd/btrfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0+
22
/*
3-
* 2017 by Marek Behun <[email protected]>
3+
* 2017 by Marek Behún <[email protected]>
44
*/
55

66
#include <common.h>

doc/kwboot.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,4 @@ David Purdy <[email protected]>
194194
.br
195195
Pali Rohár <[email protected]>
196196
.br
197-
Marek Behún <[email protected]>
197+
Marek Behún <[email protected]>

drivers/clk/mvebu/armada-37xx-periph.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Marvell Armada 37xx SoC Peripheral clocks
44
*
5-
* Marek Behun <[email protected]>
5+
* Marek Behún <[email protected]>
66
*
77
* Based on Linux driver by:
88
* Gregory CLEMENT <[email protected]>

drivers/clk/mvebu/armada-37xx-tbg.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Marvell Armada 37xx SoC Time Base Generator clocks
44
*
5-
* Marek Behun <[email protected]>
5+
* Marek Behún <[email protected]>
66
*
77
* Based on Linux driver by:
88
* Gregory CLEMENT <[email protected]>

drivers/misc/atsha204a-i2c.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2014 Josh Datko, Cryptotronix, [email protected]
55
* 2016 Tomas Hlavacek, CZ.NIC, [email protected]
6-
* 2017 Marek Behun, CZ.NIC, [email protected]
6+
* 2017 Marek Behún, CZ.NIC, [email protected]
77
*
88
* This program is free software; you can redistribute it and/or modify it
99
* under the terms of the GNU General Public License version 2 as

drivers/rtc/armada38x.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* RTC driver for the Armada 38x Marvell SoCs
44
*
5-
* Copyright (C) 2021 Marek Behun <[email protected]>
5+
* Copyright (C) 2021 Marek Behún <[email protected]>
66
*
77
* Based on Linux' driver by Gregory Clement and Marvell
88
*/

drivers/watchdog/armada-37xx-wdt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Marvell Armada 37xx SoC Watchdog Driver
44
*
5-
* Marek Behun <[email protected]>
5+
* Marek Behún <[email protected]>
66
*/
77

88
#include <common.h>

drivers/watchdog/orion_wdt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Authors: Tomas Hlavacek <[email protected]>
77
* Sylver Bruneau <[email protected]>
8-
* Marek Behun <[email protected]>
8+
* Marek Behún <[email protected]>
99
*
1010
* This file is licensed under the terms of the GNU General Public
1111
* License version 2. This program is licensed "as is" without any

fs/btrfs/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# SPDX-License-Identifier: GPL-2.0+
22
#
3-
# 2017 Marek Behun, CZ.NIC, [email protected]
3+
# 2017 Marek Behún, CZ.NIC, [email protected]
44

55
obj-y := btrfs.o compression.o ctree.o dev.o dir-item.o \
66
extent-io.o inode.o subvolume.o crypto/hash.o disk-io.o \

fs/btrfs/btrfs.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <config.h>

fs/btrfs/btrfs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#ifndef __BTRFS_BTRFS_H__

fs/btrfs/compression.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include "btrfs.h"

fs/btrfs/conv-funcs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Functions to convert BTRFS structures from disk to CPU endianness and back.
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#ifndef __BTRFS_CONV_FUNCS_H__

fs/btrfs/ctree.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <linux/kernel.h>

fs/btrfs/ctree.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* From linux/fs/btrfs/ctree.h
44
* Copyright (C) 2007,2008 Oracle. All rights reserved.
55
*
6-
* Modified in 2017 by Marek Behun, CZ.NIC, [email protected]
6+
* Modified in 2017 by Marek Behún, CZ.NIC, [email protected]
77
*/
88

99
#ifndef __BTRFS_CTREE_H__

fs/btrfs/dev.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <common.h>

fs/btrfs/dir-item.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include "btrfs.h"

fs/btrfs/extent-io.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <linux/kernel.h>

fs/btrfs/inode.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <linux/kernel.h>

fs/btrfs/subvolume.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#include <malloc.h>

fs/fs_internal.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* 2017 by Marek Behun <[email protected]>
3+
* 2017 by Marek Behún <[email protected]>
44
*
55
* Derived from code in ext4/dev.c, which was based on reiserfs/dev.c
66
*/

include/atsha204a-i2c.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 2014 Josh Datko, Cryptotronix, [email protected]
55
* 2016 Tomas Hlavacek, CZ.NIC, [email protected]
6-
* 2017 Marek Behun, CZ.NIC, [email protected]
6+
* 2017 Marek Behún, CZ.NIC, [email protected]
77
*
88
* This program is free software; you can redistribute it and/or modify it
99
* under the terms of the GNU General Public License version 2 as

include/btrfs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* BTRFS filesystem implementation for U-Boot
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#ifndef __U_BOOT_BTRFS_H__

include/configs/turris_mox.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
3-
* Copyright (C) 2018 Marek Behun <[email protected]>
3+
* Copyright (C) 2018 Marek Behún <[email protected]>
44
*
55
* Based on mvebu_armada-37xx.h by Stefan Roese <[email protected]>
66
*/

include/configs/turris_omnia.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0+ */
22
/*
3-
* Copyright (C) 2017 Marek Behun <[email protected]>
3+
* Copyright (C) 2017 Marek Behún <[email protected]>
44
* Copyright (C) 2016 Tomas Hlavacek <[email protected]>
55
*/
66

include/fs_internal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* SPDX-License-Identifier: GPL-2.0 */
22
/*
3-
* 2017 by Marek Behun <[email protected]>
3+
* 2017 by Marek Behún <[email protected]>
44
*
55
* Derived from code in ext4/dev.c, which was based on reiserfs/dev.c
66
*/

include/u-boot/variadic-macro.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/*
33
* Helper for work with variadic macros
44
*
5-
* 2017 Marek Behun, CZ.NIC, [email protected]
5+
* 2017 Marek Behún, CZ.NIC, [email protected]
66
*/
77

88
#ifndef __VARIADIC_MACRO_H__

scripts/gen_ll_addressable_symbols.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# SPDX-License-Identifier: GPL-2.0+
3-
# Copyright (C) 2020 Marek Behún <[email protected]>
3+
# Copyright (C) 2020 Marek Behún <[email protected]>
44

55
# Generate __ADDRESSABLE(symbol) for every linker list entry symbol, so that LTO
66
# does not optimize these symbols away

tools/kwboot.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* (c) 2012 Daniel Stodden <[email protected]>
77
* (c) 2021 Pali Rohár <[email protected]>
8-
* (c) 2021 Marek Behún <[email protected]>
8+
* (c) 2021 Marek Behún <[email protected]>
99
*
1010
* References:
1111
* - "88F6180, 88F6190, 88F6192, and 88F6281: Integrated Controller: Functional

tools/termios_linux.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* termios fuctions to support arbitrary baudrates (on Linux)
44
*
55
* Copyright (c) 2021 Pali Rohár <[email protected]>
6-
* Copyright (c) 2021 Marek Behún <[email protected]>
6+
* Copyright (c) 2021 Marek Behún <[email protected]>
77
*/
88

99
#ifndef _TERMIOS_LINUX_H_

0 commit comments

Comments
 (0)