mbox

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

Message ID CAPnjgZ28WxCHR2+noywsTCbiczhhG68pfk4_k7fh1bg0YCrKsA@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Simon Glass March 6, 2015, 8:04 p.m. UTC
Hi Tom,

The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8:

  arm, da8xx: convert ipam390 board to generic board support
(2015-03-05 10:08:13 -0500)

are available in the git repository at:

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

for you to fetch changes up to 65eb659e56fadf8183532d95db1d06fb63c60f9f:

  README: remove description about driver model configuration options
(2015-03-05 19:13:43 -0700)

----------------------------------------------------------------
Masahiro Yamada (2):
      MAINTAINERS: add Driver Model repository information
      README: remove description about driver model configuration options

Simon Glass (1):
      dm: i2c: Add a missing memory allocaton check

 MAINTAINERS              |   1 +
 README                   | 113
-------------------------------------------------------------------------------
 drivers/i2c/i2c-uclass.c |   2 ++
 3 files changed, 3 insertions(+), 113 deletions(-)

Regards,
Simon

Comments

Tom Rini March 9, 2015, 4:45 p.m. UTC | #1
On Fri, Mar 06, 2015 at 01:04:47PM -0700, Simon Glass wrote:

> Hi Tom,
> 
> The following changes since commit 694cc87b76b1063a2a7a8bd1809e990df0a469f8:
> 
>   arm, da8xx: convert ipam390 board to generic board support
> (2015-03-05 10:08:13 -0500)
> 
> are available in the git repository at:
> 
>   http://git.denx.de/u-boot-dm.git
> 
> for you to fetch changes up to 65eb659e56fadf8183532d95db1d06fb63c60f9f:
> 
>   README: remove description about driver model configuration options
> (2015-03-05 19:13:43 -0700)
> 

Applied to u-boot/master, thanks!