diff options
author | Erwan Le Ray <[email protected]> | 2021-01-06 17:21:59 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2021-01-07 16:19:29 +0100 |
commit | 8ebd966576ab9e43b1b620a37a616c685b202972 (patch) | |
tree | 692c0c61a377b1e9f67fffe6916be36ea0f5d60f | |
parent | 56f9a76c27b51bc8e9bb938734e3de03819569ae (diff) |
serial: stm32: add author
Update email address add new author in authors list.
Signed-off-by: Erwan Le Ray <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/tty/serial/stm32-usart.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c index 717a97759928..938d2c4aeaed 100644 --- a/drivers/tty/serial/stm32-usart.c +++ b/drivers/tty/serial/stm32-usart.c @@ -3,7 +3,8 @@ * Copyright (C) Maxime Coquelin 2015 * Copyright (C) STMicroelectronics SA 2017 * Authors: Maxime Coquelin <[email protected]> - * Gerald Baeza <[email protected]> + * Gerald Baeza <[email protected]> + * Erwan Le Ray <[email protected]> * * Inspired by st-asc.c from STMicroelectronics (c) */ |