mbox

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

Message ID 375130A2-A7AF-41BA-A93D-6C239B606B5E@antoniou-consulting.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Pantelis Antoniou Jan. 6, 2015, 8:11 a.m. UTC
Hi Tom,

> On Jan 5, 2015, at 22:29 , Tom Rini <trini@ti.com> wrote:
> 
> 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!
> 

Done.

> -- 
> Tom

----------

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 2c84c9a40ac19c44c0c9f865fcf6f459c426659e:

  spl: mmc: Fix raw boot mode (related to commit 4c5bbc2328a24f5e1ee990c9a9527e48e5fb3b5f) (2015-01-06 10:10:30 +0200)

----------------------------------------------------------------
Gerald Kerma (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

Tom Rini Jan. 7, 2015, 3:16 p.m. UTC | #1
On Tue, Jan 06, 2015 at 10:11:53AM +0200, Pantelis Antoniou wrote:

> Hi Tom,
> 
> > On Jan 5, 2015, at 22:29 , Tom Rini <trini@ti.com> wrote:
> > 
> > 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!
> > 
> 
> Done.
> 
> > -- 
> > Tom
> 

Applied to u-boot/master, thanks!