mbox series

[0/6] mmc: renesas_sdhi: internal_dmac: updates after refactoring

Message ID 20220320123016.57991-1-wsa+renesas@sang-engineering.com
Headers show
Series mmc: renesas_sdhi: internal_dmac: updates after refactoring | expand

Message

Wolfram Sang March 20, 2022, 12:30 p.m. UTC
Shimoda-san's much appreciated refactoring of the quirk handling allows
for further cleanups which you can find in this series plus some other
improvements found on the way. Finally, 'soc_dma_quirks' can be removed
in favor of regular quirks.

The series is based on mmc/next as of today and was tested on Salvator-X
(H3 ES1.0), Salvator XS (H3 ES2.0 as well as M3-N).

Looking forward for tests and comments.

All the best,

   Wolfram

Wolfram Sang (6):
  mmc: renesas_sdhi: remove outdated headers
  mmc: renesas_sdhi: R-Car D3 also has no HS400
  mmc: renesas_sdhi: make setup selection more understandable
  mmc: renesas_sdhi: remove a stale comment
  mmc: renesas_sdhi: make 'fixed_addr_mode' a quirk
  mmc: renesas_sdhi: make 'dmac_only_one_rx' a quirk

 drivers/mmc/host/renesas_sdhi.h               |  2 +
 drivers/mmc/host/renesas_sdhi_core.c          |  2 -
 drivers/mmc/host/renesas_sdhi_internal_dmac.c | 70 ++++++++-----------
 3 files changed, 33 insertions(+), 41 deletions(-)

Comments

Ulf Hansson March 28, 2022, 2:04 p.m. UTC | #1
On Sun, 20 Mar 2022 at 13:30, Wolfram Sang
<wsa+renesas@sang-engineering.com> wrote:
>
> Shimoda-san's much appreciated refactoring of the quirk handling allows
> for further cleanups which you can find in this series plus some other
> improvements found on the way. Finally, 'soc_dma_quirks' can be removed
> in favor of regular quirks.
>
> The series is based on mmc/next as of today and was tested on Salvator-X
> (H3 ES1.0), Salvator XS (H3 ES2.0 as well as M3-N).
>
> Looking forward for tests and comments.
>
> All the best,
>
>    Wolfram
>
> Wolfram Sang (6):
>   mmc: renesas_sdhi: remove outdated headers
>   mmc: renesas_sdhi: R-Car D3 also has no HS400
>   mmc: renesas_sdhi: make setup selection more understandable
>   mmc: renesas_sdhi: remove a stale comment
>   mmc: renesas_sdhi: make 'fixed_addr_mode' a quirk
>   mmc: renesas_sdhi: make 'dmac_only_one_rx' a quirk
>
>  drivers/mmc/host/renesas_sdhi.h               |  2 +
>  drivers/mmc/host/renesas_sdhi_core.c          |  2 -
>  drivers/mmc/host/renesas_sdhi_internal_dmac.c | 70 ++++++++-----------
>  3 files changed, 33 insertions(+), 41 deletions(-)
>

Queued up on the "devel" branch for v5.19, thanks!

Kind regards
Uffe