mmc: cqhci: Add cqhci set_tran_desc() callback
authorSergey Khimich <serghox@gmail.com>
Tue, 19 Mar 2024 11:59:31 +0000 (14:59 +0300)
committerUlf Hansson <ulf.hansson@linaro.org>
Tue, 2 Apr 2024 10:21:39 +0000 (12:21 +0200)
commit52bf134fca61f0cdb400f4b27766149ca6e1550c
treea384d8ed6f151280c0e2bc8ca9566cda90fe6ad8
parentf4a5ddddb15252b61279ea3ebce4b17f6360434c
mmc: cqhci: Add cqhci set_tran_desc() callback

There are could be specific limitations for some mmc
controllers for setting cqhci transfer descriptors.
So add callback to allow implement driver specific function.

Signed-off-by: Sergey Khimich <serghox@gmail.com>
Acked-by: Adrian Hunter <adrian.hunter@intel.com>
Link: https://lore.kernel.org/r/20240319115932.4108904-2-serghox@gmail.com
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
drivers/mmc/host/cqhci-core.c
drivers/mmc/host/cqhci.h