[PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards

Philippe Mathieu-Daudé posted 1 patch 4 years, 9 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210216132841.1121653-1-f4bug@amsat.org
MAINTAINERS | 1 +
1 file changed, 1 insertion(+)
[PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
There is new interest in the SD/MMC device emulation, so it
would be good to have more than only one maintainer / reviewer
for it.

Bin Meng proved by his contributions a deep understanding of the
SD cards internals, so let's add him to the corresponding section
in the MAINTAINERS file.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 8201f12271b..88c28d2ccd7 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1745,6 +1745,7 @@ F: hw/ssi/xilinx_*
 
 SD (Secure Card)
 M: Philippe Mathieu-Daudé <f4bug@amsat.org>
+M: Bin Meng <bin.meng@windriver.com>
 L: qemu-block@nongnu.org
 S: Odd Fixes
 F: include/hw/sd/sd*
-- 
2.26.2

Re: [PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
Posted by Philippe Mathieu-Daudé 4 years, 9 months ago
On 2/16/21 2:28 PM, Philippe Mathieu-Daudé wrote:
> There is new interest in the SD/MMC device emulation, so it
> would be good to have more than only one maintainer / reviewer
> for it.
> 
> Bin Meng proved by his contributions a deep understanding of the
> SD cards internals, so let's add him to the corresponding section
> in the MAINTAINERS file.
> 
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)

Thanks, applied to sdmmc-next tree.

Re: [PATCH] MAINTAINERS: Add Bin Meng as co-maintainer for SD/MMC cards
Posted by Bin Meng 4 years, 9 months ago
On Tue, Feb 16, 2021 at 9:28 PM Philippe Mathieu-Daudé <f4bug@amsat.org> wrote:
>
> There is new interest in the SD/MMC device emulation, so it
> would be good to have more than only one maintainer / reviewer
> for it.
>
> Bin Meng proved by his contributions a deep understanding of the
> SD cards internals, so let's add him to the corresponding section
> in the MAINTAINERS file.

Thanks Philippe!

>
> Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
> ---
>  MAINTAINERS | 1 +
>  1 file changed, 1 insertion(+)
>

Acked-by: Bin Meng <bin.meng@windriver.com>