Re: [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: clean up code

2019-09-02 Thread Y.b. Lu
Hi Lukasz, Sorry for my late response. Please see my comments inline. > -Original Message- > From: Lukasz Majewski > Sent: Friday, August 23, 2019 4:45 PM > To: Y.b. Lu > Cc: u-boot@lists.denx.de; Peng Fan > Subject: Re: [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: clean u

Re: [U-Boot] [PATCH 2/3] mmc: fsl_esdhc: clean up code

2019-08-23 Thread Lukasz Majewski
On Mon, 19 Aug 2019 16:27:49 +0800 Yangbo Lu wrote: > /* Return the XFERTYP flags for a given command and data packet */ > -static uint esdhc_xfertyp(struct mmc_cmd *cmd, struct mmc_data *data) > +static uint esdhc_setup_xfertyp(struct mmc_cmd *cmd, struct mmc_data > *data) { > uint xferty

[U-Boot] [PATCH 2/3] mmc: fsl_esdhc: clean up code

2019-08-19 Thread Yangbo Lu
This patch is just to clean up code. There were not changes on function. Signed-off-by: Yangbo Lu --- drivers/mmc/fsl_esdhc.c | 288 include/fsl_esdhc.h | 203 -- 2 files changed, 238 insertions(+), 253 deletion