mbox

[U-Boot,GIT,PULL] Uartlite patch

Message ID 52F10CE2.1070705@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 Feb. 4, 2014, 3:53 p.m. UTC
Hi Tom,

I have one pending uartlite patch which I would like to add to the mainline.
Can you please add it to your tree?

Thanks,
Michal


The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:

  Prepare v2014.01 (2014-01-20 17:52:59 -0500)

are available in the git repository at:

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

for you to fetch changes up to 8c3bd6b596300d0ade265329f44832e89ef54a22:

  serial: uartlite: Reset RX/TX in init (2014-02-04 16:48:57 +0100)

----------------------------------------------------------------
Michal Simek (1):
      serial: uartlite: Reset RX/TX in init

 drivers/serial/serial_xuartlite.c | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

Comments

Tom Rini Feb. 4, 2014, 10:05 p.m. UTC | #1
On Tue, Feb 04, 2014 at 04:53:06PM +0100, Michal Simek wrote:

> Hi Tom,
> 
> I have one pending uartlite patch which I would like to add to the mainline.
> Can you please add it to your tree?
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit b44bd2c73c4cfb6e3b9e7f8cf987e8e39aa74a0b:
> 
>   Prepare v2014.01 (2014-01-20 17:52:59 -0500)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git serial
> 
> for you to fetch changes up to 8c3bd6b596300d0ade265329f44832e89ef54a22:
> 
>   serial: uartlite: Reset RX/TX in init (2014-02-04 16:48:57 +0100)
> 
> ----------------------------------------------------------------
> Michal Simek (1):
>       serial: uartlite: Reset RX/TX in init
> 
>  drivers/serial/serial_xuartlite.c | 14 +++++++++++++-
>  1 file changed, 13 insertions(+), 1 deletion(-)

Applied to u-boot/master, thanks!