Re: [PATCH 1/2] mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64

2016-08-31 Thread Shawn Lin
Hi Jaehoon, On 2016/8/31 14:55, Jaehoon Chung wrote: Hi Shawn, On 08/19/2016 06:40 PM, Shawn Lin wrote: We intend to add more check for descriptors when preparing desc. Let's spilt out the separate body to make the dw_mci_translate_sglist not so lengthy. Sorry for reviewing late. Signed-o

Re: [PATCH 1/2] mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64

2016-08-30 Thread Jaehoon Chung
Hi Shawn, On 08/19/2016 06:40 PM, Shawn Lin wrote: > We intend to add more check for descriptors when > preparing desc. Let's spilt out the separate body > to make the dw_mci_translate_sglist not so lengthy. Sorry for reviewing late. > > Signed-off-by: Shawn Lin > --- > > drivers/mmc/host/dw

[PATCH 1/2] mmc: dw_mmc: split out preparation of desc for IDMAC32 and IDMAC64

2016-08-19 Thread Shawn Lin
We intend to add more check for descriptors when preparing desc. Let's spilt out the separate body to make the dw_mci_translate_sglist not so lengthy. Signed-off-by: Shawn Lin --- drivers/mmc/host/dw_mmc.c | 148 +- 1 file changed, 81 insertions(+), 6