Re: [PATCH 2/2] mmc: debugfs: add card entry for quirks

From: Ulf Hansson
Date: Tue Apr 02 2024 - 06:58:14 EST


On Tue, 26 Mar 2024 at 10:42, Rouven Czerwinski
<r.czerwinski@xxxxxxxxxxxxxx> wrote:
>
> This is useful to check if a quirk has been applied for the connected
> mmc card.
>
> Signed-off-by: Rouven Czerwinski <r.czerwinski@xxxxxxxxxxxxxx>

Applied for next, thanks!

Kind regards
Uffe


> ---
> drivers/mmc/core/debugfs.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mmc/core/debugfs.c b/drivers/mmc/core/debugfs.c
> index 6dbab860e453..f10a4dcf1f95 100644
> --- a/drivers/mmc/core/debugfs.c
> +++ b/drivers/mmc/core/debugfs.c
> @@ -389,6 +389,7 @@ void mmc_add_card_debugfs(struct mmc_card *card)
> card->debugfs_root = root;
>
> debugfs_create_x32("state", 0400, root, &card->state);
> + debugfs_create_x32("quirks", 0400, root, &card->quirks);
> }
>
> void mmc_remove_card_debugfs(struct mmc_card *card)
> --
> 2.44.0
>