public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Jaehoon Chung <jh80.chung@samsung.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 0/3] Support SDMA mode on RPI4 target - 32bit
Date: Wed, 18 Mar 2020 08:50:37 +0900	[thread overview]
Message-ID: <348280df-a2fb-5ef7-eede-e8efafc823b7@samsung.com> (raw)
In-Reply-To: <20200218012546.15858-1-jh80.chung@samsung.com>

Hi

Is there any comment or plan to apply?

Best Regards,
Jaehoon Chung

On 2/18/20 10:25 AM, Jaehoon Chung wrote:
> RPI4's SDHCI controller is supported SDMA mode. (Checked on kernel side)
> But It doesn't use on u-boot side. Then it's too slow about read/write performance.
> This patchset is supported SDMA mode on RPI4 target(32bit).
> - I didn't test on RPI4 64bit.
> 
> Read/write time about 8MB file
> Before
> - Read : 1.472 seconds
> - Write : 4.690 seconds
> After
> - Read : 0.359 seconds
> - Write : 0.574 seconds
> 
> This patch is based on my RFC's patches.RPI4's SDHCI controller is supported SDMA mode. (Checked on kernel side)
> But It doesn't use on u-boot side. Then it's too slow about read/write performance.
> This patchset is supported SDMA mode on RPI4 target(32bit).
> - I didn't test on RPI4 64bit.
> 
> Read/write time about 8MB file
> Before
> - Read : 1.472 seconds
> - Write : 4.690 seconds
> After
> - Read : 0.359 seconds
> - Write : 0.574 seconds
> 
> This patch is based on my RFC's patches.
> 
> Changelog on V2
> - Keep printf message instead of debug
> - Add Peng's Reviewed-by tag
> 
> Jaehoon Chung (3):
>   mmc: sdhci: use phys2bus macro when dma address is accessed
>   mmc: sdhci: not return error when SDMA is not supported
>   configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config
> 
>  configs/rpi_4_32b_defconfig |  1 +
>  drivers/mmc/sdhci.c         | 13 +++++++------
>  2 files changed, 8 insertions(+), 6 deletions(-)
> 

  parent reply	other threads:[~2020-03-17 23:50 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CGME20200218012540epcas1p2889e448f91f64b2f9a90276318ae2f67@epcas1p2.samsung.com>
2020-02-18  1:25 ` [PATCH v2 0/3] Support SDMA mode on RPI4 target - 32bit Jaehoon Chung
2020-02-18  1:25   ` [PATCH v2 1/3] mmc: sdhci: use phys2bus macro when dma address is accessed Jaehoon Chung
2020-02-21  5:50     ` Minkyu Kang
2020-02-18  1:25   ` [PATCH v2 2/3] mmc: sdhci: not return error when SDMA is not supported Jaehoon Chung
2020-02-21  5:50     ` Minkyu Kang
2020-02-18  1:25   ` [PATCH v2 3/3] configs: rpi_4_32b_defconfig: enable SDHCI_SDMA config Jaehoon Chung
2020-02-21  5:50     ` Minkyu Kang
2020-03-17 23:50   ` Jaehoon Chung [this message]
2020-03-18  1:00     ` [PATCH v2 0/3] Support SDMA mode on RPI4 target - 32bit Peng Fan
2020-03-18  5:29       ` Jaehoon Chung
2020-03-23  1:14         ` Peng Fan
2020-03-24  7:12           ` Jaehoon Chung

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=348280df-a2fb-5ef7-eede-e8efafc823b7@samsung.com \
    --to=jh80.chung@samsung.com \
    --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