mbox

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

Message ID CABMQnV+KBirVLTH-qadSavHfDx=iMN6fPehZZWeQccVUsVyRqA@mail.gmail.com
State Awaiting Upstream
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Nobuhiro Iwamatsu July 20, 2016, 7:13 p.m. UTC
Hi Tom,

Please pull u-boot-sh master branch.

The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:

  SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)

are available in the git repository at:

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

for you to fetch changes up to 747431b9d54d3ebdef87352006218ed948011612:

  serial_sh: Add standrad SCI (w/o FIFO) support (2016-07-09 05:51:57 +0900)

----------------------------------------------------------------
Yoshinori Sato (2):
      serial_sh: Device Tree support
      serial_sh: Add standrad SCI (w/o FIFO) support

 doc/device-tree-bindings/serial/sh.txt |  6 ++++++
 drivers/serial/serial_sh.c             | 31 +++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)
 create mode 100644 doc/device-tree-bindings/serial/sh.txt

Comments

Tom Rini July 21, 2016, 2:47 p.m. UTC | #1
On Thu, Jul 21, 2016 at 04:13:17AM +0900, Nobuhiro Iwamatsu wrote:

> Hi Tom,
> 
> Please pull u-boot-sh master branch.
> 
> The following changes since commit 59d07ee08e858bf2c121d0cdc6c8ddd3b26ee5b1:
> 
>   SPL: tiny-printf: avoid any BSS usage (2016-07-08 12:50:34 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-sh.git master
> 
> for you to fetch changes up to 747431b9d54d3ebdef87352006218ed948011612:
> 
>   serial_sh: Add standrad SCI (w/o FIFO) support (2016-07-09 05:51:57 +0900)
> 

Applied to u-boot/master, thanks!