Re: [PATCH 10/22] hw/sd: sd: Remove duplicated codes in single/multiple block read/write

2021-01-13 Thread Alistair Francis
On Thu, Dec 31, 2020 at 3:42 AM Bin Meng wrote: > > From: Bin Meng > > The single block read (CMD17) codes are the same as the multiple > block read (CMD18). Merge them into one. The same applies to single > block write (CMD24) and multiple block write (CMD25). > > Signed-off-by: Bin Meng

[PATCH 10/22] hw/sd: sd: Remove duplicated codes in single/multiple block read/write

2020-12-31 Thread Bin Meng
From: Bin Meng The single block read (CMD17) codes are the same as the multiple block read (CMD18). Merge them into one. The same applies to single block write (CMD24) and multiple block write (CMD25). Signed-off-by: Bin Meng --- hw/sd/sd.c | 47