mbox

[U-Boot] Please pull u-boot-avr32/master

Message ID 1346708952-13572-1-git-send-email-andreas.devel@googlemail.com
State Accepted
Delegated to: Wolfgang Denk
Headers show

Pull-request

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

Message

Andreas Bießmann Sept. 3, 2012, 9:49 p.m. UTC
Dear Wolfgang Denk,

I'm a bit puzzled about the latest discussion regarding merge vs. rebase. I'm
afraid of creating merge commits so this is a first pull request for you to
get these changes into u-boot/master.

There are at least two more patches for this release. Namely the dlmalloc
thing I'm still working on and a new avr32 board which requires some changes
comming through u-boot-arm (d22f072f5dbfa21a3d5b2cf004bce3906ab62979).

The following changes since commit 27e301e5b7df6254c768d27130d3a36c31d55c96:

  CREDITS: Add credits for MCF5249 initialization code (2012-09-01 14:50:09 +0200)

are available in the git repository at:

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

for you to fetch changes up to 6ed0e940713d417f24fbc67898cea6f6ece4a0e1:

  net:macb: add line break (2012-09-03 23:39:11 +0200)

----------------------------------------------------------------
Andreas Bießmann (2):
      avr32:portmux: fix setup for macb1
      net:macb: add line break

Benoît Thébaudeau (1):
      avr32: Remove redundant LDSCRIPT definition

 arch/avr32/config.mk                |    2 --
 arch/avr32/cpu/at32ap700x/portmux.c |    2 +-
 drivers/net/macb.c                  |    2 +-
 3 files changed, 2 insertions(+), 4 deletions(-)

Best regards

Andreas Bießmann

Comments

Wolfgang Denk Sept. 4, 2012, 7:23 a.m. UTC | #1
Dear Andreas Bießmann,

In message <1346708952-13572-1-git-send-email-andreas.devel@googlemail.com> you wrote:
> 
> I'm a bit puzzled about the latest discussion regarding merge vs. rebase. I'm
> afraid of creating merge commits so this is a first pull request for you to
> get these changes into u-boot/master.

I have to admit that merge commits are still a puzzle to me.
Something must have changed in recent git versions, as I now actually
have to edit the commit message for these.


> There are at least two more patches for this release. Namely the dlmalloc
> thing I'm still working on and a new avr32 board which requires some changes
> comming through u-boot-arm (d22f072f5dbfa21a3d5b2cf004bce3906ab62979).
> 
> The following changes since commit 27e301e5b7df6254c768d27130d3a36c31d55c96:
> 
>   CREDITS: Add credits for MCF5249 initialization code (2012-09-01 14:50:09 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-avr32.git master
> 
> for you to fetch changes up to 6ed0e940713d417f24fbc67898cea6f6ece4a0e1:
> 
>   net:macb: add line break (2012-09-03 23:39:11 +0200)
> 
> ----------------------------------------------------------------
> Andreas Bießmann (2):
>       avr32:portmux: fix setup for macb1
>       net:macb: add line break
> 
> Benoît Thébaudeau (1):
>       avr32: Remove redundant LDSCRIPT definition
> 
>  arch/avr32/config.mk                |    2 --
>  arch/avr32/cpu/at32ap700x/portmux.c |    2 +-
>  drivers/net/macb.c                  |    2 +-
>  3 files changed, 2 insertions(+), 4 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk