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 |
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