mbox

[U-Boot] Pull request: u-boot-sh/master

Message ID CABMQnVJxojcVuKxJsH3p5RfMstJs9DSRo0pv-TU0y=2RjF4VPw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-sh.git origin/master

Message

Nobuhiro Iwamatsu Nov. 4, 2014, 9:48 p.m. UTC
Dear Tom Rini.

Please pull u-boot-sh master branch.

The following changes since commit 571bdf16a78e9e116a93d46f4809c4f8a3f2adb6:

  arm: interrupt_init: set sp in IRQ/FIQ modes (2014-10-29 09:03:28 -0400)

are available in the git repository at:

  git://git.denx.de/u-boot-sh.git origin/master

for you to fetch changes up to f7ca1f76fd01f3fc7e75fb3fd801c7bef16598db:

  net: sh-eth: Add cache writeback control after setting bit of DMA
descriptor (2014-11-04 09:28:47 +0900)

----------------------------------------------------------------
Nobuhiro Iwamatsu (6):
      serial: sh: Add support R8A7793
      net: sh-eth: Add support R8A7793
      serial: sh: r8a7794: Add support external clock
      net: sh-eth: Remove definition of RX_DESC_SIZE and TX_DESC_SIZE
      net: sh-eth: Use memalign instead of orignal memroy alignment function
      net: sh-eth: Add cache writeback control after setting bit of
DMA descriptor

 drivers/net/sh_eth.c       | 102
+++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------
 drivers/net/sh_eth.h       |  14 +++++---------
 drivers/serial/serial_sh.h |  10 ++++++----
 3 files changed, 64 insertions(+), 62 deletions(-)