diff options
| author | Michal Simek <[email protected]> | 2023-07-10 14:35:49 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2023-07-21 09:00:38 +0200 |
| commit | 174d728471d50415fb60f4bcb560d0552591dfba (patch) | |
| tree | 844c362b5afcd1a133c0d1aec4e4d0f6d07a31a3 /drivers | |
| parent | 378f4eef09e9d7eb09bf06643d7358abb3b0aec6 (diff) | |
arm64: zynqmp: Switch to amd.com emails
Update my and DPs email address to match current setup.
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/aba5b19b9c5a95608829e86ad5cc4671c940f1bb.1688992543.git.michal.simek@amd.com
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/ata/sata_ceva.c | 2 | ||||
| -rw-r--r-- | drivers/clk/clk_versal.c | 2 | ||||
| -rw-r--r-- | drivers/fpga/versalpl.c | 2 | ||||
| -rw-r--r-- | drivers/fpga/zynqmppl.c | 4 | ||||
| -rw-r--r-- | drivers/net/xilinx_axi_mrmac.c | 2 | ||||
| -rw-r--r-- | drivers/net/xilinx_axi_mrmac.h | 2 | ||||
| -rw-r--r-- | drivers/pinctrl/pinctrl-zynqmp.c | 2 | ||||
| -rw-r--r-- | drivers/soc/soc_xilinx_zynqmp.c | 2 | ||||
| -rw-r--r-- | drivers/watchdog/xilinx_tb_wdt.c | 2 | ||||
| -rw-r--r-- | drivers/watchdog/xilinx_wwdt.c | 2 |
10 files changed, 11 insertions, 11 deletions
diff --git a/drivers/ata/sata_ceva.c b/drivers/ata/sata_ceva.c index 43bcc59cd28..47366438fdf 100644 --- a/drivers/ata/sata_ceva.c +++ b/drivers/ata/sata_ceva.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2015 - 2016 Xilinx, Inc. - * Michal Simek <[email protected]> + * Michal Simek <[email protected]> */ #include <common.h> #include <dm.h> diff --git a/drivers/clk/clk_versal.c b/drivers/clk/clk_versal.c index faebbab1c6d..b3b33331235 100644 --- a/drivers/clk/clk_versal.c +++ b/drivers/clk/clk_versal.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * (C) Copyright 2019 Xilinx, Inc. - * Siva Durga Prasad Paladugu <[email protected]> + * Siva Durga Prasad Paladugu <[email protected]>> */ #include <common.h> diff --git a/drivers/fpga/versalpl.c b/drivers/fpga/versalpl.c index d3876a8f541..be58db54275 100644 --- a/drivers/fpga/versalpl.c +++ b/drivers/fpga/versalpl.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 /* * (C) Copyright 2019, Xilinx, Inc, - * Siva Durga Prasad Paladugu <[email protected]> + * Siva Durga Prasad Paladugu <[email protected]>> */ #include <common.h> diff --git a/drivers/fpga/zynqmppl.c b/drivers/fpga/zynqmppl.c index 7b5128fe27a..b1f201fb18b 100644 --- a/drivers/fpga/zynqmppl.c +++ b/drivers/fpga/zynqmppl.c @@ -1,8 +1,8 @@ // SPDX-License-Identifier: GPL-2.0 /* * (C) Copyright 2015 - 2016, Xilinx, Inc, - * Michal Simek <[email protected]> - * Siva Durga Prasad <[email protected]> + * Michal Simek <[email protected]> + * Siva Durga Prasad <[email protected]>> */ #include <console.h> diff --git a/drivers/net/xilinx_axi_mrmac.c b/drivers/net/xilinx_axi_mrmac.c index 6d15386c66c..410fb25ddef 100644 --- a/drivers/net/xilinx_axi_mrmac.c +++ b/drivers/net/xilinx_axi_mrmac.c @@ -3,7 +3,7 @@ * Xilinx Multirate Ethernet MAC(MRMAC) driver * * Author(s): Ashok Reddy Soma <[email protected]> - * Michal Simek <[email protected]> + * Michal Simek <[email protected]> * * Copyright (C) 2021 Xilinx, Inc. All rights reserved. */ diff --git a/drivers/net/xilinx_axi_mrmac.h b/drivers/net/xilinx_axi_mrmac.h index 4f875857cf7..e2c2105450c 100644 --- a/drivers/net/xilinx_axi_mrmac.h +++ b/drivers/net/xilinx_axi_mrmac.h @@ -3,7 +3,7 @@ * Xilinx Multirate Ethernet MAC(MRMAC) driver * * Author(s): Ashok Reddy Soma <[email protected]> - * Michal Simek <[email protected]> + * Michal Simek <[email protected]> * * Copyright (C) 2021 Xilinx, Inc. All rights reserved. */ diff --git a/drivers/pinctrl/pinctrl-zynqmp.c b/drivers/pinctrl/pinctrl-zynqmp.c index ee6529b3c29..02626a7561e 100644 --- a/drivers/pinctrl/pinctrl-zynqmp.c +++ b/drivers/pinctrl/pinctrl-zynqmp.c @@ -3,7 +3,7 @@ * Xilinx pinctrl driver for ZynqMP * * Author(s): Ashok Reddy Soma <[email protected]> - * Michal Simek <[email protected]> + * Michal Simek <[email protected]> * * Copyright (C) 2021 Xilinx, Inc. All rights reserved. */ diff --git a/drivers/soc/soc_xilinx_zynqmp.c b/drivers/soc/soc_xilinx_zynqmp.c index afa277f6049..d9a5944965b 100644 --- a/drivers/soc/soc_xilinx_zynqmp.c +++ b/drivers/soc/soc_xilinx_zynqmp.c @@ -3,7 +3,7 @@ * Xilinx ZynqMP SOC driver * * Copyright (C) 2021 Xilinx, Inc. - * Michal Simek <[email protected]> + * Michal Simek <[email protected]> * * Copyright (C) 2022 Weidmüller Interface GmbH & Co. KG * Stefan Herbrechtsmeier <[email protected]> diff --git a/drivers/watchdog/xilinx_tb_wdt.c b/drivers/watchdog/xilinx_tb_wdt.c index 0f9fb020028..b38c4000161 100644 --- a/drivers/watchdog/xilinx_tb_wdt.c +++ b/drivers/watchdog/xilinx_tb_wdt.c @@ -2,7 +2,7 @@ /* * Xilinx AXI platforms watchdog timer driver. * - * Author(s): Michal Simek <[email protected]> + * Author(s): Michal Simek <[email protected]> * Shreenidhi Shedi <[email protected]> * * Copyright (c) 2011-2018 Xilinx Inc. diff --git a/drivers/watchdog/xilinx_wwdt.c b/drivers/watchdog/xilinx_wwdt.c index 8b6fc30edbe..963ab22fb45 100644 --- a/drivers/watchdog/xilinx_wwdt.c +++ b/drivers/watchdog/xilinx_wwdt.c @@ -2,7 +2,7 @@ /* * Xilinx window watchdog timer driver. * - * Author(s): Michal Simek <[email protected]> + * Author(s): Michal Simek <[email protected]> * Ashok Reddy Soma <[email protected]> * * Copyright (c) 2020, Xilinx Inc. |
