Re: [PATCH v7 0/4] mmc: mediatek: add mmc cqhci support

2020-08-04 Thread Ulf Hansson
On Mon, 20 Jul 2020 at 02:42, Chun-Hung Wu wrote: > > This series provides MediaTek cqhci implementations as below: > - Refine msdc timeout api to reduce redundant code > - MediaTek command queue support > - dt-bindings for mt6779 > > v1 -> v2: > - Add more patch details in commit message

[PATCH v7 0/4] mmc: mediatek: add mmc cqhci support

2020-07-19 Thread Chun-Hung Wu
This series provides MediaTek cqhci implementations as below: - Refine msdc timeout api to reduce redundant code - MediaTek command queue support - dt-bindings for mt6779 v1 -> v2: - Add more patch details in commit message - Separate msdc timeout api refine to individual patch v2 -> v3