mbox series

[U-Boot,PULL] Please pull u-boot-coldfire/master

Message ID 20180915222228.GA5245@jerusalem
State Accepted
Delegated to: Tom Rini
Headers show
Series [U-Boot,PULL] Please pull u-boot-coldfire/master | expand

Pull-request

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

Message

Angelo Dureghello Sept. 15, 2018, 10:22 p.m. UTC
The following changes since commit 2976d3c1504960d3934a7404b0648edc28b52eb9:

  Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14 13:54:37 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 2c92e4fbc69841170939a48e887c8fbbcb23d05c:

  m68k: ColdFire mcf5441x, add eSDHC support (2018-09-16 00:01:13 +0200)

----------------------------------------------------------------
Angelo Dureghello (3):
      m68k: fix mcf5441x total interrupt number
      m68k: fix multiple memory accesses on swap operations
      m68k: ColdFire mcf5441x, add eSDHC support

 arch/m68k/cpu/mcf5445x/cpu_init.c   | 10 ++++++++++
 arch/m68k/cpu/mcf5445x/speed.c      |  2 ++
 arch/m68k/include/asm/byteorder.h   | 34 ++++++++++++++++++++--------------
 arch/m68k/include/asm/global_data.h |  3 +++
 arch/m68k/include/asm/immap.h       |  2 +-
 5 files changed, 36 insertions(+), 15 deletions(-)

Comments

Tom Rini Sept. 17, 2018, 12:03 p.m. UTC | #1
On Sat, Sep 15, 2018 at 6:22 PM, Angelo Dureghello <angelo@sysam.it> wrote:

> The following changes since commit 2976d3c1504960d3934a7404b0648e
> dc28b52eb9:
>
>   Merge branch 'master' of git://git.denx.de/u-boot-ubi (2018-09-14
> 13:54:37 -0400)
>
> are available in the Git repository at:
>
>   git://git.denx.de/u-boot-coldfire.git master
>
> for you to fetch changes up to 2c92e4fbc69841170939a48e887c8fbbcb23d05c:
>
>   m68k: ColdFire mcf5441x, add eSDHC support (2018-09-16 00:01:13 +0200)
>
> ----------------------------------------------------------------
> Angelo Dureghello (3):
>       m68k: fix mcf5441x total interrupt number
>       m68k: fix multiple memory accesses on swap operations
>       m68k: ColdFire mcf5441x, add eSDHC support
>
>  arch/m68k/cpu/mcf5445x/cpu_init.c   | 10 ++++++++++
>  arch/m68k/cpu/mcf5445x/speed.c      |  2 ++
>  arch/m68k/include/asm/byteorder.h   | 34 ++++++++++++++++++++----------
> ----
>  arch/m68k/include/asm/global_data.h |  3 +++
>  arch/m68k/include/asm/immap.h       |  2 +-
>  5 files changed, 36 insertions(+), 15 deletions(-)
>

Applied to u-boot/master, thanks!