mbox

[U-Boot] Bug fix only pull request: u-boot-mmc 05012015

Message ID 203ACE16-E0F0-4DF2-B894-222D13FB83EF@antoniou-consulting.com
State Superseded
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-mmc.git master

Message

Pantelis Antoniou Jan. 5, 2015, 8:08 p.m. UTC
Happy New Year Tom,

Here’s a bug-fix only pull-req for MMC

The following changes since commit a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6:

 Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-01-04 16:09:19 -0500)

are available in the git repository at:


 git://git.denx.de/u-boot-mmc.git master

for you to fetch changes up to 7de958df01bdaac8422ea3e2bddaa15a42d3b25d:

 spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) (2015-01-05 21:59:40 +0200)

----------------------------------------------------------------
DrEagle (6):
     MVEBUMMC : Change copyright date
     MVEBUMMC : Speed up access time
     MVEBUMMC : FIX debug strings
     MVEBUMMC : REMOVE unnecessary delays
     MVEBUMMC : CLEAN code
     MVEBUMMC : REMOVE unnecessary delay from init

Guillaume GARDET (1):
     spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f)

common/spl/spl_mmc.c    |  19 ++++++++++++++++---
drivers/mmc/mvebu_mmc.c | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------
include/mvebu_mmc.h     |   1 +
3 files changed, 77 insertions(+), 46 deletions(-)

Regards

— Pantelis

Comments

Fabio Estevam Jan. 5, 2015, 8:10 p.m. UTC | #1
On Mon, Jan 5, 2015 at 6:08 PM, Pantelis Antoniou
<panto@antoniou-consulting.com> wrote:
> Happy New Year Tom,
>
> Here’s a bug-fix only pull-req for MMC
>
> The following changes since commit a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6:
>
>  Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-01-04 16:09:19 -0500)
>
> are available in the git repository at:
>
>
>  git://git.denx.de/u-boot-mmc.git master
>
> for you to fetch changes up to 7de958df01bdaac8422ea3e2bddaa15a42d3b25d:
>
>  spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) (2015-01-05 21:59:40 +0200)
>
> ----------------------------------------------------------------
> DrEagle (6):

Would be better to use a real name here.
Pantelis Antoniou Jan. 5, 2015, 8:11 p.m. UTC | #2
> On Jan 5, 2015, at 22:10 , Fabio Estevam <festevam@gmail.com> wrote:
> 
> On Mon, Jan 5, 2015 at 6:08 PM, Pantelis Antoniou
> <panto@antoniou-consulting.com> wrote:
>> Happy New Year Tom,
>> 
>> Here’s a bug-fix only pull-req for MMC
>> 
>> The following changes since commit a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6:
>> 
>> Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-01-04 16:09:19 -0500)
>> 
>> are available in the git repository at:
>> 
>> 
>> git://git.denx.de/u-boot-mmc.git master
>> 
>> for you to fetch changes up to 7de958df01bdaac8422ea3e2bddaa15a42d3b25d:
>> 
>> spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) (2015-01-05 21:59:40 +0200)
>> 
>> ----------------------------------------------------------------
>> DrEagle (6):
> 
> Would be better to use a real name here.

Hum, yes. Gérald?
Tom Rini Jan. 5, 2015, 8:29 p.m. UTC | #3
On Mon, Jan 05, 2015 at 10:11:41PM +0200, Pantelis Antoniou wrote:
> 
> > On Jan 5, 2015, at 22:10 , Fabio Estevam <festevam@gmail.com> wrote:
> > 
> > On Mon, Jan 5, 2015 at 6:08 PM, Pantelis Antoniou
> > <panto@antoniou-consulting.com> wrote:
> >> Happy New Year Tom,
> >> 
> >> Here’s a bug-fix only pull-req for MMC
> >> 
> >> The following changes since commit a2ee47d5f6d010e92e956a8fa9b62fe220d61bf6:
> >> 
> >> Merge branch 'master' of git://git.denx.de/u-boot-arm (2015-01-04 16:09:19 -0500)
> >> 
> >> are available in the git repository at:
> >> 
> >> 
> >> git://git.denx.de/u-boot-mmc.git master
> >> 
> >> for you to fetch changes up to 7de958df01bdaac8422ea3e2bddaa15a42d3b25d:
> >> 
> >> spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) (2015-01-05 21:59:40 +0200)
> >> 
> >> ----------------------------------------------------------------
> >> DrEagle (6):
> > 
> > Would be better to use a real name here.
> 
> Hum, yes. Gérald?

Can you just fix it locally and re-push?  Thanks!