Re: [PATCH V4 06/10] mmc: cqhci: allow hosts to update dcmd cmd desc

2019-03-25 Thread Adrian Hunter
On 24/03/19 6:45 AM, Sowjanya Komatineni wrote: > This patch adds update_dcmd_desc interface to cqhci_host_ops to > allow hosts to update any of the DCMD task descriptor attributes > and parameters. > > Tested-by: Jon Hunter > Reviewed-by: Ritesh Harjani > Signed-off-by: Sowjanya Komatineni Ac

[PATCH V4 06/10] mmc: cqhci: allow hosts to update dcmd cmd desc

2019-03-23 Thread Sowjanya Komatineni
This patch adds update_dcmd_desc interface to cqhci_host_ops to allow hosts to update any of the DCMD task descriptor attributes and parameters. Tested-by: Jon Hunter Reviewed-by: Ritesh Harjani Signed-off-by: Sowjanya Komatineni --- [V4]: Minor fix of missing declaration of mmc_request driv