mbox series

[v2,0/2] mmc: renesas_internal_dmac: add pre_req and post_req support

Message ID 1608114572-1892-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive)
Headers show
Series mmc: renesas_internal_dmac: add pre_req and post_req support | expand

Message

Yoshihiro Shimoda Dec. 16, 2020, 10:29 a.m. UTC
To improve performance, add pre_req and post_req support into
renesas_internal_dmac. Note that the patch [1/2] is a bug fix patch.

Changes from v1:
 - Add a bug fix patch for hardware limitation in patch 1.
 - Remove a redundant argument in the unmap function in patch 2.
 - Describe the reason why we should not use host->sg_ptr in patch 2.
 - Rename argument of struct mmc_request from req to mrq in patch 2.

Takeshi Saito (1):
  mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to
    128-bytes

Yoshihiro Shimoda (1):
  mmc: renesas_internal_dmac: add pre_req and post_req support

 drivers/mmc/host/renesas_sdhi_internal_dmac.c | 91 ++++++++++++++++++++++++---
 1 file changed, 83 insertions(+), 8 deletions(-)

Comments

Ulf Hansson Jan. 13, 2021, 11:24 a.m. UTC | #1
On Wed, 16 Dec 2020 at 11:29, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
>
> To improve performance, add pre_req and post_req support into
> renesas_internal_dmac. Note that the patch [1/2] is a bug fix patch.
>
> Changes from v1:
>  - Add a bug fix patch for hardware limitation in patch 1.
>  - Remove a redundant argument in the unmap function in patch 2.
>  - Describe the reason why we should not use host->sg_ptr in patch 2.
>  - Rename argument of struct mmc_request from req to mrq in patch 2.
>
> Takeshi Saito (1):
>   mmc: renesas_sdhi_internal_dmac: Fix DMA buffer alignment from 8 to
>     128-bytes
>
> Yoshihiro Shimoda (1):
>   mmc: renesas_internal_dmac: add pre_req and post_req support
>
>  drivers/mmc/host/renesas_sdhi_internal_dmac.c | 91 ++++++++++++++++++++++++---
>  1 file changed, 83 insertions(+), 8 deletions(-)
>

Applied for next, thanks!

Kind regards
Uffe