diff options
| author | Patrice Chotard <[email protected]> | 2020-12-02 18:47:30 +0100 |
|---|---|---|
| committer | Patrick Delaunay <[email protected]> | 2020-12-09 10:57:50 +0100 |
| commit | 0f8106f8e0c03839b371eaee1d7459b810d569ec (patch) | |
| tree | 1041efac7e55c37f6e252c1cd44727013737a391 /drivers/timer | |
| parent | 5905e0880a8dbae8cc0249c3fd3428cb24f8d230 (diff) | |
treewide: Update email address Patrick Delaunay and Patrice Chotard
Update Patrick and my email address with the one dedicated to
upstream activities.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Patrick Delaunay <[email protected]>
Diffstat (limited to 'drivers/timer')
| -rw-r--r-- | drivers/timer/sti-timer.c | 2 | ||||
| -rw-r--r-- | drivers/timer/stm32_timer.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/timer/sti-timer.c b/drivers/timer/sti-timer.c index e6843ebb337..9d95f562fac 100644 --- a/drivers/timer/sti-timer.c +++ b/drivers/timer/sti-timer.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2017, STMicroelectronics - All Rights Reserved - * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. + * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. */ #include <common.h> diff --git a/drivers/timer/stm32_timer.c b/drivers/timer/stm32_timer.c index f517d5e61f2..2f5f8f43b96 100644 --- a/drivers/timer/stm32_timer.c +++ b/drivers/timer/stm32_timer.c @@ -1,7 +1,7 @@ // SPDX-License-Identifier: GPL-2.0+ /* * Copyright (C) 2018, STMicroelectronics - All Rights Reserved - * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. + * Author(s): Patrice Chotard, <[email protected]> for STMicroelectronics. */ #include <common.h> |
