Re: [PATCH v10 23/26] scsi: ufs: mediatek: Add MT8196 compatible, update copyright

Peter Wang (王信友) <[email protected]> Tue, 4 Aug 2026 06:52:40 +0000
Newsgroups org.infradead.lists.linux-arm-kernel,org.infradead.lists.linux-mediatek,org.infradead.lists.linux-phy,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-kernel,org.kernel.vger.linux-scsi
Message-ID <[email protected]>
On Thu, 2026-07-30 at 11:49 +0200, Louis-Alexis Eyraud wrote:
> From: Nicolas Frattaroli <[email protected]>
> 
> 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
> <[email protected]>
> Reviewed-by: Peter Wang <[email protected]>
> Signed-off-by: Nicolas Frattaroli <[email protected]>
> Signed-off-by: Louis-Alexis Eyraud <[email protected]>
> ---
>  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 <[email protected]>
> - *	Peter Wang <[email protected]>
> + *      Stanley Chu <[email protected]>
> + *      Peter Wang <[email protected]>
> + *      Nicolas Frattaroli <[email protected]> (Major
> cleanups)
>   */
> 
The name and email should be updated to yours?

Thanks
Peter