mbox

[U-Boot] Please pull u-boot-dm.git

Message ID CAPnjgZ3y-dSiAjX0FTeB47=rSnGdh6BfqSoKgwSTjLH_Pr59mg@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-dm.git

Message

Simon Glass Sept. 23, 2014, 6:47 p.m. UTC
Hi Tom,

Here are some bug fixes for dm.


The following changes since commit 2a8c9c86b92a9ccee3c27286de317e19bb0530b3:

  Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-09-21
16:56:44 +0200)

are available in the git repository at:

  git://git.denx.de/u-boot-dm.git

for you to fetch changes up to cae025aab3e8ea8ad455cce8b0e4647401cdd091:

  dm: avoid dev->req_seq overflow (2014-09-23 12:44:31 -0600)

----------------------------------------------------------------
Robert Baldyga (1):
      dm: avoid dev->req_seq overflow

Simon Glass (4):
      dm: Fix repeated comment in README
      sf: Add an empty entry to the parameter list
      dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL
      dm: serial: Don't require device tree to configure a console

 README                         | 5 +----
 drivers/core/device.c          | 9 +++++++--
 drivers/mtd/spi/sf_params.c    | 1 +
 drivers/serial/serial-uclass.c | 3 ++-
 4 files changed, 11 insertions(+), 7 deletions(-)


Regards,
Simon

Comments

Tom Rini Sept. 23, 2014, 7:58 p.m. UTC | #1
On Tue, Sep 23, 2014 at 12:47:55PM -0600, Simon Glass wrote:

> Hi Tom,
> 
> Here are some bug fixes for dm.
> 
> 
> The following changes since commit 2a8c9c86b92a9ccee3c27286de317e19bb0530b3:
> 
>   Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' (2014-09-21
> 16:56:44 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to cae025aab3e8ea8ad455cce8b0e4647401cdd091:
> 
>   dm: avoid dev->req_seq overflow (2014-09-23 12:44:31 -0600)
> 
> ----------------------------------------------------------------
> Robert Baldyga (1):
>       dm: avoid dev->req_seq overflow
> 
> Simon Glass (4):
>       dm: Fix repeated comment in README
>       sf: Add an empty entry to the parameter list
>       dm: core: Allow device_bind() to used without CONFIG_OF_CONTROL
>       dm: serial: Don't require device tree to configure a console
> 
>  README                         | 5 +----
>  drivers/core/device.c          | 9 +++++++--
>  drivers/mtd/spi/sf_params.c    | 1 +
>  drivers/serial/serial-uclass.c | 3 ++-
>  4 files changed, 11 insertions(+), 7 deletions(-)

Applied to u-boot/master, thanks!