All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mattijs Korpershoek <mkorpershoek@baylibre.com>
To: Quentin Schulz <quentin.schulz@cherry.de>,
	Marek Vasut <marek.vasut+renesas@mailbox.org>,
	u-boot@lists.denx.de
Cc: AKASHI Takahiro <akashi.tkhro@gmail.com>,
	Francis Laniel <francis.laniel@amarulasolutions.com>,
	Heinrich Schuchardt <xypron.glpk@gmx.de>,
	Michal Simek <michal.simek@amd.com>,
	Simon Glass <sjg@chromium.org>, Tom Rini <trini@konsulko.com>
Subject: Re: [PATCH v2] mmc: Hide mmc speed command under mmc command
Date: Tue, 03 Sep 2024 09:42:14 +0200	[thread overview]
Message-ID: <87v7zd6v55.fsf@baylibre.com> (raw)
In-Reply-To: <26339e14-1d8a-4471-acdc-902d0ef2ed54@cherry.de>

On lun., sept. 02, 2024 at 15:41, Quentin Schulz <quentin.schulz@cherry.de> wrote:

> Hi Marek,
>
> On 9/2/24 3:37 PM, Marek Vasut wrote:
>> The mmc speed command configuration option keeps showing up in
>> Kconfig directly in 'Command line interface'. Move MMC_SPEED_MODE_SET
>> under CMD_MMC to make it show up alongside the MMC command.
>> 
>> Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
>> ---
>> Cc: AKASHI Takahiro <akashi.tkhro@gmail.com>
>> Cc: Francis Laniel <francis.laniel@amarulasolutions.com>
>> Cc: Heinrich Schuchardt <xypron.glpk@gmx.de>
>> Cc: Mattijs Korpershoek <mkorpershoek@baylibre.com>
>> Cc: Michal Simek <michal.simek@amd.com>
>> Cc: Quentin Schulz <quentin.schulz@cherry.de>
>> Cc: Simon Glass <sjg@chromium.org>
>> Cc: Tom Rini <trini@konsulko.com>
>> Cc: u-boot@lists.denx.de
>> ---
>> V2: Rework the commit message
>
> Better, thanks :)
>
>> ---
>>   cmd/Kconfig | 19 +++++++++----------
>>   1 file changed, 9 insertions(+), 10 deletions(-)
>> 
>> diff --git a/cmd/Kconfig b/cmd/Kconfig
>> index 43f78a5aeb1..953e1f0ef2a 100644
>> --- a/cmd/Kconfig
>> +++ b/cmd/Kconfig
>> @@ -1406,6 +1406,15 @@ config CMD_MMC_SWRITE
>>   	  Enable support for the "mmc swrite" command to write Android sparse
>>   	  images to eMMC.
>>   
>> +config MMC_SPEED_MODE_SET
>
> I'm wondering if we should prefix this with CMD_ maybe? It's used in 
> drivers/mmc/ though.
>
> Anyway, not a blocker for this.
>
> Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
>
> (You forgot Mattijs's Rb from v1 BTW)

Giving it again, thank you for noticing :)

Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>

>
> Thanks!
> Quentin

  reply	other threads:[~2024-09-03  7:42 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-02 13:37 [PATCH v2] mmc: Hide mmc speed command under mmc command Marek Vasut
2024-09-02 13:41 ` Quentin Schulz
2024-09-03  7:42   ` Mattijs Korpershoek [this message]
2024-09-03 18:04     ` Marek Vasut
2024-09-17 23:48 ` Tom Rini

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=87v7zd6v55.fsf@baylibre.com \
    --to=mkorpershoek@baylibre.com \
    --cc=akashi.tkhro@gmail.com \
    --cc=francis.laniel@amarulasolutions.com \
    --cc=marek.vasut+renesas@mailbox.org \
    --cc=michal.simek@amd.com \
    --cc=quentin.schulz@cherry.de \
    --cc=sjg@chromium.org \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    --cc=xypron.glpk@gmx.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.