Re: [U-Boot] [PATCH v2] mmc: postponed needless timer initialization

2014-05-23 Thread Pantelis Antoniou
Hi Mateusz, On Apr 29, 2014, at 9:15 PM, Mateusz Zalega wrote: > mmc_init() doesn't call get_timer() anymore if MMC is already > initialized. > > Signed-off-by: Mateusz Zalega > Cc: Pantelis Antoniou > --- > Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack > of rele

Re: [U-Boot] [PATCH v2] mmc: postponed needless timer initialization

2014-05-22 Thread Lukasz Majewski
Hi Pantelis, > mmc_init() doesn't call get_timer() anymore if MMC is already > initialized. > > Signed-off-by: Mateusz Zalega > Cc: Pantelis Antoniou > --- > Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because > of lack of relevance to other patches. > > v2: > - deleted change

[U-Boot] [PATCH v2] mmc: postponed needless timer initialization

2014-04-29 Thread Mateusz Zalega
mmc_init() doesn't call get_timer() anymore if MMC is already initialized. Signed-off-by: Mateusz Zalega Cc: Pantelis Antoniou --- Detached from earlier "DFU, MMC, Gadget, Goni, misc." series because of lack of relevance to other patches. v2: - deleted change-id line from commit message, sorry!