Re: [PATCH] mci: collect host operation in struct mci_ops

2024-05-21 Thread Sascha Hauer
On Fri, 17 May 2024 08:09:44 +0200, Ahmad Fatoum wrote: > The number of ops implementable by MCI drivers increase due to HS200 > support and will increase more for HS400. Collecting them into a common > struct makes it easier to specialize them for drivers that support > multiple variants and mak

[PATCH] mci: collect host operation in struct mci_ops

2024-05-16 Thread Ahmad Fatoum
The number of ops implementable by MCI drivers increase due to HS200 support and will increase more for HS400. Collecting them into a common struct makes it easier to specialize them for drivers that support multiple variants and makes code more similar to Linux. No functional change. Signed-off-