Re: [PATCH 0/9] Add support for Bayhub SD/MMC controller

From: Hannes Reinecke
Date: Fri Oct 13 2023 - 04:55:09 EST


On 10/13/23 10:32, liuchang_125125@xxxxxxx wrote:
From: Charl Liu <liuchang_125125@xxxxxxx>

The Bayhub's SD/MMC Card interface driver implements card detection,
card initialization, and other application level functions. The whole
project is divided into 9 patches to commit. Patch [1/9] and patch
[2/9] commit the Kconfig and Makefile, and the other code is divided
into 7 patches (patch [3/9] to patch [9/9]) by function.

Errm.

We have a perfectly fine MMC subsystem under drivers/mmc.
And I would have expected any new SD/MMC card drivers to be
implemented there.

Why do you think a SCSI driver is the right model here?

Cheers,

Hannes