public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Jaehoon Chung" <jh80.chung@samsung.com>
To: "'Samuel Holland'" <samuel@sholland.org>, <u-boot@lists.denx.de>,
	"'Jagan Teki'" <jagan@amarulasolutions.com>,
	"'Andre	Przywara'" <andre.przywara@arm.com>
Cc: "'Peng Fan'" <peng.fan@nxp.com>
Subject: RE: [PATCH 1/2] sunxi: mmc: Sort compatible strings numerically
Date: Tue, 31 Oct 2023 15:29:55 +0900	[thread overview]
Message-ID: <004501da0bc3$aa012160$fe036420$@samsung.com> (raw)
In-Reply-To: <20231031052246.63019-1-samuel@sholland.org>



> -----Original Message-----
> From: Samuel Holland <samuel@sholland.org>
> Sent: Tuesday, October 31, 2023 2:23 PM
> To: u-boot@lists.denx.de; Jagan Teki <jagan@amarulasolutions.com>; Andre Przywara
> <andre.przywara@arm.com>
> Cc: Samuel Holland <samuel@sholland.org>; Jaehoon Chung <jh80.chung@samsung.com>; Peng Fan
> <peng.fan@nxp.com>
> Subject: [PATCH 1/2] sunxi: mmc: Sort compatible strings numerically
> 
> commit 95168d77d391 ("sunxi: add Allwinner R528/T113 SoC support") added
> the new entry out of order.
> 
> Signed-off-by: Samuel Holland <samuel@sholland.org>

Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>

Best Regards,
Jaehoon Chung

> ---
> 
>  drivers/mmc/sunxi_mmc.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mmc/sunxi_mmc.c b/drivers/mmc/sunxi_mmc.c
> index 4d6351bf275..7caefa153dc 100644
> --- a/drivers/mmc/sunxi_mmc.c
> +++ b/drivers/mmc/sunxi_mmc.c
> @@ -701,13 +701,13 @@ static const struct udevice_id sunxi_mmc_ids[] = {
>  	{ .compatible = "allwinner,sun7i-a20-mmc" },
>  	{ .compatible = "allwinner,sun8i-a83t-emmc" },
>  	{ .compatible = "allwinner,sun9i-a80-mmc" },
> +	{ .compatible = "allwinner,sun20i-d1-mmc" },
>  	{ .compatible = "allwinner,sun50i-a64-mmc" },
>  	{ .compatible = "allwinner,sun50i-a64-emmc" },
>  	{ .compatible = "allwinner,sun50i-h6-mmc" },
>  	{ .compatible = "allwinner,sun50i-h6-emmc" },
>  	{ .compatible = "allwinner,sun50i-a100-mmc" },
>  	{ .compatible = "allwinner,sun50i-a100-emmc" },
> -	{ .compatible = "allwinner,sun20i-d1-mmc" },
>  	{ /* sentinel */ }
>  };
> 
> --
> 2.41.0



      parent reply	other threads:[~2023-10-31  6:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20231031052252epcas1p2427a69ef9d0d8ee856242f44e03d2c47@epcas1p2.samsung.com>
2023-10-31  5:22 ` [PATCH 1/2] sunxi: mmc: Sort compatible strings numerically Samuel Holland
2023-10-31  5:22   ` [PATCH 2/2] sunxi: mmc: Move header to the driver directory Samuel Holland
2023-10-31  6:30     ` Jaehoon Chung
2023-10-31  6:29   ` Jaehoon Chung [this message]

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='004501da0bc3$aa012160$fe036420$@samsung.com' \
    --to=jh80.chung@samsung.com \
    --cc=andre.przywara@arm.com \
    --cc=jagan@amarulasolutions.com \
    --cc=peng.fan@nxp.com \
    --cc=samuel@sholland.org \
    --cc=u-boot@lists.denx.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