Re: [PATCH v2] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops

2024-05-01 Thread Sverdlin, Alexander
Hello Greg, Ian, Jaehoon! On Mon, 2024-04-22 at 15:00 -0400, Greg Malysa wrote: > From: Ian Roberts > > Add this hook so that it can be overridden with driver specific > implementations. We also let the original sdhci_adma_write_desc() > accept &desc so that the function can set its new value. T

[PATCH v2] mmc: sdhci: introduce adma_write_desc() hook to struct sdhci_ops

2024-04-22 Thread Greg Malysa
From: Ian Roberts Add this hook so that it can be overridden with driver specific implementations. We also let the original sdhci_adma_write_desc() accept &desc so that the function can set its new value. Then export the function so that it could be reused by driver's specific implementations. T