mbox

[U-Boot,GIT,PULL] Serial changes for zynq.

Message ID 5368D320.3040701@monstr.eu
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://www.denx.de/git/u-boot-microblaze.git serial

Message

Michal Simek May 6, 2014, 12:18 p.m. UTC
Hi Tom, [cc: Albert]

please pull these two serial patches to your tree.
If this should go through Albert's tree please let me know.

Thanks,
Michal

The following changes since commit 52fded7b94d98c73a824e4a9d90596a33a1cbb8a:

  Merge branch 'next' of git://git.denx.de/u-boot-sh (2014-05-02 11:48:07 -0400)

are available in the git repository at:


  git://www.denx.de/git/u-boot-microblaze.git serial

for you to fetch changes up to 870e0bda43c9ea18a5f2fae5e48905c3b44ea18b:

  serial: zynq: Fix typo in suffix function name (2014-05-06 13:47:42 +0200)

----------------------------------------------------------------
Michal Simek (2):
      serial: zynq: Remove sparse warnings
      serial: zynq: Fix typo in suffix function name

 drivers/serial/serial.c      |  4 ++--
 drivers/serial/serial_zynq.c | 18 +++++++++---------
 2 files changed, 11 insertions(+), 11 deletions(-)

Comments

Tom Rini May 6, 2014, 8:54 p.m. UTC | #1
On Tue, May 06, 2014 at 02:18:40PM +0200, Michal Simek wrote:

> Hi Tom, [cc: Albert]
> 
> please pull these two serial patches to your tree.
> If this should go through Albert's tree please let me know.
> 
> Thanks,
> Michal
> 
> The following changes since commit 52fded7b94d98c73a824e4a9d90596a33a1cbb8a:
> 
>   Merge branch 'next' of git://git.denx.de/u-boot-sh (2014-05-02 11:48:07 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://www.denx.de/git/u-boot-microblaze.git serial
> 
> for you to fetch changes up to 870e0bda43c9ea18a5f2fae5e48905c3b44ea18b:
> 
>   serial: zynq: Fix typo in suffix function name (2014-05-06 13:47:42 +0200)
> 
> ----------------------------------------------------------------
> Michal Simek (2):
>       serial: zynq: Remove sparse warnings
>       serial: zynq: Fix typo in suffix function name
> 
>  drivers/serial/serial.c      |  4 ++--
>  drivers/serial/serial_zynq.c | 18 +++++++++---------
>  2 files changed, 11 insertions(+), 11 deletions(-)

Applied to u-boot/master, thanks!