mbox

[U-Boot] Update - Please pull u-boot-staging sr@denx.de

Message ID 201111181720.02833.sr@denx.de
State Accepted
Headers show

Pull-request

git://www.denx.de/git/u-boot-staging.git sr@denx.de

Message

Stefan Roese Nov. 18, 2011, 4:20 p.m. UTC
Hi Wolfgang,

Tom Rini urged me to add the patch
"Makefile: Add the missing dependency for spl target" to
staging as well. Since nobody complained about it, I added
it to my staging branch. So please feel free to pull if
you have no objections.

Thanks.


The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:

  Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)

are available in the git repository at:

  git://www.denx.de/git/u-boot-staging.git sr@denx.de

Aneesh V (1):
      Makefile: Add the missing dependency for spl target

Dirk Eibach (1):
      gpio: Adapt PCA9698 to standard GPIO API

 Makefile               |    2 +-
 drivers/gpio/pca9698.c |   62 +++++++++++++++++++++++++++++++----------------
 include/pca9698.h      |   33 ++++++++++++++++++++++---
 3 files changed, 71 insertions(+), 26 deletions(-)

Comments

Wolfgang Denk Nov. 21, 2011, 9:14 p.m. UTC | #1
Dear Stefan Roese,

In message <201111181720.02833.sr@denx.de> you wrote:
> Hi Wolfgang,
> 
> Tom Rini urged me to add the patch
> "Makefile: Add the missing dependency for spl target" to
> staging as well. Since nobody complained about it, I added
> it to my staging branch. So please feel free to pull if
> you have no objections.
> 
> Thanks.
> 
> 
> The following changes since commit 5721385b187b3154c7768e6c182501022f4e2e45:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx (2011-11-08 07:44:52 +0100)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-staging.git sr@denx.de
> 
> Aneesh V (1):
>       Makefile: Add the missing dependency for spl target
> 
> Dirk Eibach (1):
>       gpio: Adapt PCA9698 to standard GPIO API
> 
>  Makefile               |    2 +-
>  drivers/gpio/pca9698.c |   62 +++++++++++++++++++++++++++++++----------------
>  include/pca9698.h      |   33 ++++++++++++++++++++++---
>  3 files changed, 71 insertions(+), 26 deletions(-)

Applied, thanks.

Best regards,

Wolfgang Denk