Re: [U-Boot] [PATCH 01/22] mmc: split mmc_startup()

2017-05-14 Thread Simon Glass
On 12 May 2017 at 12:16, Jean-Jacques Hiblot wrote: > No functionnal change here. The function is really big and can be split. > The part related to bus configuration are put in 2 separate functions: one > for MMC and one for SD. > > Signed-off-by: Jean-Jacques Hiblot > --- > drivers/mmc/mmc.c |

[U-Boot] [PATCH 01/22] mmc: split mmc_startup()

2017-05-12 Thread Jean-Jacques Hiblot
No functionnal change here. The function is really big and can be split. The part related to bus configuration are put in 2 separate functions: one for MMC and one for SD. Signed-off-by: Jean-Jacques Hiblot --- drivers/mmc/mmc.c | 275 +- 1 fil