Files
u-boot/drivers
Sam Protsenko 2015f24f78 mmc: dw_mmc: Extract waiting for data busy into a separate routine
Waiting for data busy is a logically separate operation and should be
implemented as a separate routine. Follow Linux kernel example and
extract it from dwmci_send_cmd(). This way it doesn't clutter
dwmci_send_cmd() function, and can be reused later in other cases.

No functional change.

Signed-off-by: Sam Protsenko <semen.protsenko@linaro.org>
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
2024-08-19 16:09:06 +09:00
..
2024-06-24 13:34:52 -06:00
2023-11-07 14:50:51 -05:00
2024-08-05 12:17:01 -06:00
2024-04-26 08:28:35 +03:00
2024-07-31 16:51:54 +02:00