Re: [PATCH] doc: mmc dev

2022-03-29 Thread Jaehoon Chung
On 3/29/22 23:01, Patrick Delaunay wrote: > Provide human readable descriptions of the speed nodes instead of the name > of constants from the code as it is already done for 'mmc rescan' > command in commit 212f078496e4 ("doc: mmc rescan speed mode"). > > Signed-off-by: Patrick Delaunay Reviewed

Re: [PATCH] doc: mmc dev

2022-03-29 Thread Bin Meng
On Tue, Mar 29, 2022 at 10:01 PM Patrick Delaunay wrote: > > Provide human readable descriptions of the speed nodes instead of the name > of constants from the code as it is already done for 'mmc rescan' > command in commit 212f078496e4 ("doc: mmc rescan speed mode"). > > Signed-off-by: Patrick De

Re: [PATCH] doc: mmc dev

2022-03-29 Thread Aswath Govindraju
Hi Patrick, On 29/03/22 19:31, Patrick Delaunay wrote: > Provide human readable descriptions of the speed nodes instead of the name > of constants from the code as it is already done for 'mmc rescan' > command in commit 212f078496e4 ("doc: mmc rescan speed mode"). > > Signed-off-by: Patrick Delau