mbox series

Please pull u-boot-dm

Message ID CAPnjgZ3uKwLKrGhY663p1EdbuYvRa59+Y9o4mecAi7vKKB7Nkw@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Please pull u-boot-dm | expand

Pull-request

https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git tags/dm-pull-3dec19

Message

Simon Glass Dec. 3, 2019, 4:52 p.m. UTC
Hi Tom,

Build here:
https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1506

The following changes since commit dd38416d6b354acb5d12e2bd1fd45e7e63b8a605:

  Merge git://git.denx.de/u-boot-socfpga (2019-11-28 07:34:41 -0500)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git tags/dm-pull-3dec19

for you to fetch changes up to 151f275e0562a0dcb7b6745131753f968e12b9f0:

  dm: serial: Handle "stdout-path" with ":options" correctly (2019-12-02
16:18:05 -0700)

----------------------------------------------------------------
Fix stdout-path handling

----------------------------------------------------------------
Bin Meng (1):
      dm: serial: Handle "stdout-path" with ":options" correctly

 drivers/serial/serial-uclass.c | 36 +++++++++++++++++++-----------------
 1 file changed, 19 insertions(+), 17 deletions(-)

Regards,
Simon

Comments

Tom Rini Dec. 4, 2019, 4:03 a.m. UTC | #1
On Tue, Dec 03, 2019 at 09:52:28AM -0700, Simon Glass wrote:

> Hi Tom,
> 
> Build here:
> https://gitlab.denx.de/u-boot/custodians/u-boot-dm/pipelines/1506
> 
> The following changes since commit dd38416d6b354acb5d12e2bd1fd45e7e63b8a605:
> 
>   Merge git://git.denx.de/u-boot-socfpga (2019-11-28 07:34:41 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-dm.git tags/dm-pull-3dec19
> 
> for you to fetch changes up to 151f275e0562a0dcb7b6745131753f968e12b9f0:
> 
>   dm: serial: Handle "stdout-path" with ":options" correctly (2019-12-02
> 16:18:05 -0700)
> 

Applied to u-boot/master, thanks!