Linux-mmc Archive mirror
 help / color / mirror / Atom feed
From: Ulf Hansson <ulf.hansson@linaro.org>
To: Rouven Czerwinski <r.czerwinski@pengutronix.de>
Cc: kernel@pengutronix.de, linux-mmc@vger.kernel.org,
	 linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] mmc: debugfs: add card entry for quirks
Date: Tue, 2 Apr 2024 12:56:57 +0200	[thread overview]
Message-ID: <CAPDyKFpUkAOd3h_s-zCArPWBhxqGHJ=dS6K6Bv+b6t0norMMeg@mail.gmail.com> (raw)
In-Reply-To: <20240326094215.212930-2-r.czerwinski@pengutronix.de>

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

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
>

  reply	other threads:[~2024-04-02 10:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-26  9:42 [PATCH 1/2] mmc: debugfs: convert permissions to octal Rouven Czerwinski
2024-03-26  9:42 ` [PATCH 2/2] mmc: debugfs: add card entry for quirks Rouven Czerwinski
2024-04-02 10:56   ` Ulf Hansson [this message]
2024-04-02 10:56 ` [PATCH 1/2] mmc: debugfs: convert permissions to octal Ulf Hansson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPDyKFpUkAOd3h_s-zCArPWBhxqGHJ=dS6K6Bv+b6t0norMMeg@mail.gmail.com' \
    --to=ulf.hansson@linaro.org \
    --cc=kernel@pengutronix.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mmc@vger.kernel.org \
    --cc=r.czerwinski@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).