Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-27 Thread Stefano Babic
On 24/01/2013 19:34, Marek Vasut wrote: >> That's also an option ... do you want subsequent patch or respin of the >> series? > > Actually, check how it's distributed: > > $ git grep mxsmmc_initialize board | sed "s@.*/@@" > apx4devkit.c: return mxsmmc_initialize(bis, 0, NULL, NULL); > m28evk.

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Marek Vasut
Dear Stefano Babic, > On 24/01/2013 19:29, Marek Vasut wrote: > > That's also an option ... do you want subsequent patch or respin of the > > series? > > If I can choose, I prefer a respin of series, but I will surely not > block the patchset if you send subsequent patches... No, scrap this. See

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Marek Vasut
Dear Stefano Babic, [...] > > > diff --git a/board/bluegiga/apx4devkit/apx4devkit.c > > > b/board/bluegiga/apx4devkit/apx4devkit.c index 029b973..5927693 100644 > > > --- a/board/bluegiga/apx4devkit/apx4devkit.c > > > +++ b/board/bluegiga/apx4devkit/apx4devkit.c > > > @@ -69,7 +69,7 @@ int board_i

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Stefano Babic
On 24/01/2013 19:29, Marek Vasut wrote: > > That's also an option ... do you want subsequent patch or respin of the > series? If I can choose, I prefer a respin of series, but I will surely not block the patchset if you send subsequent patches... Best regards, Stefano Babic -- =

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Marek Vasut
Dear Stefano Babic, > On 23/01/2013 02:01, Marek Vasut wrote: > > Some MXS based boards do not implement the card-detect signal. Allow > > user to specify alternate card-detect implementation. > > > > Signed-off-by: Marek Vasut > > Cc: Otavio Salvador > > Cc: Fabio Estevam > > Cc: Stefano Babi

Re: [U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-24 Thread Stefano Babic
On 23/01/2013 02:01, Marek Vasut wrote: > Some MXS based boards do not implement the card-detect signal. Allow > user to specify alternate card-detect implementation. > > Signed-off-by: Marek Vasut > Cc: Otavio Salvador > Cc: Fabio Estevam > Cc: Stefano Babic > --- > arch/arm/include/asm/arch

[U-Boot] [PATCH 4/6] mxs: mmc: Allow overriding default card detect implementation

2013-01-22 Thread Marek Vasut
Some MXS based boards do not implement the card-detect signal. Allow user to specify alternate card-detect implementation. Signed-off-by: Marek Vasut Cc: Otavio Salvador Cc: Fabio Estevam Cc: Stefano Babic --- arch/arm/include/asm/arch-mxs/sys_proto.h |2 +- board/bluegiga/apx4devkit/apx4