Re: [PATCH 06/12] include: mci: sync mci_timing with linux

2024-03-11 Thread Ahmad Fatoum
On 08.03.24 12:17, Steffen Trumtrar wrote: > The timings are used to check if mci_host->timing is equal to one of > this values. Linux uses a different numbering. Adapt that for compatability. > > Signed-off-by: Steffen Trumtrar Reviewed-by: Ahmad Fatoum > --- > include/mci.h | 18

[PATCH 06/12] include: mci: sync mci_timing with linux

2024-03-08 Thread Steffen Trumtrar
The timings are used to check if mci_host->timing is equal to one of this values. Linux uses a different numbering. Adapt that for compatability. Signed-off-by: Steffen Trumtrar --- include/mci.h | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git