Re: [PATCH v10 23/26] scsi: ufs: mediatek: Add MT8196 compatible, update copyright
From: Peter Wang (王信友)
Date: Tue Aug 04 2026 - 02:57:11 EST
On Thu, 2026-07-30 at 11:49 +0200, Louis-Alexis Eyraud wrote:
> From: Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx>
>
> THe MT8196's UFS controller has a new compatible. Add the necessary
> struct definitions to support it.
>
> Also update the copyrights and authors, without tabs following spaces
> to
> avoid checkpatch errors, to list myself as having contributed to this
> driver after the preceding rework patches.
>
> Reviewed-by: AngeloGioacchino Del Regno
> <angelogioacchino.delregno@xxxxxxxxxxxxx>
> Reviewed-by: Peter Wang <peter.wang@xxxxxxxxxxxx>
> Signed-off-by: Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx>
> Signed-off-by: Louis-Alexis Eyraud <louisalexis.eyraud@xxxxxxxxxxxxx>
> ---
> drivers/ufs/host/ufs-mediatek.c | 17 +++++++++++++++--
> 1 file changed, 15 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/ufs/host/ufs-mediatek.c b/drivers/ufs/host/ufs-
> mediatek.c
> index 5dd72b826181..decf2f5814b4 100644
> --- a/drivers/ufs/host/ufs-mediatek.c
> +++ b/drivers/ufs/host/ufs-mediatek.c
> @@ -1,9 +1,11 @@
> // SPDX-License-Identifier: GPL-2.0
> /*
> * Copyright (C) 2019 MediaTek Inc.
> + * Copyright (C) 2025 Collabora Ltd.
>
2026
> * Authors:
> - * Stanley Chu <stanley.chu@xxxxxxxxxxxx>
> - * Peter Wang <peter.wang@xxxxxxxxxxxx>
> + * Stanley Chu <stanley.chu@xxxxxxxxxxxx>
> + * Peter Wang <peter.wang@xxxxxxxxxxxx>
> + * Nicolas Frattaroli <nicolas.frattaroli@xxxxxxxxxxxxx> (Major
> cleanups)
> */
>
The name and email should be updated to yours?
Thanks
Peter