mbox

[U-Boot] Pull request: u-boot-blackfin

Message ID CAJxxZ0PTR24rRZAnh=L5_vqvrLeuEKt3FS30CqdTmvksaA_BbQ@mail.gmail.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

git://git.denx.de/u-boot-blackfin.git master

Message

Sonic Zhang Nov. 4, 2013, 9:09 a.m. UTC
Hi Tom,

Please pull the following patches from u-boot-blackfin into your tree.

Thanks

Sonic Zhang


The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:

  Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30
08:36:48 -0400)

are available in the git repository at:


  git://git.denx.de/u-boot-blackfin.git master

for you to fetch changes up to cae4d0403c0863176f228d410d6a29b3f4b9d595:

  blackfin: Move machine specific gpio_port_t structure back to
blackfin arch folder. (2013-11-04 16:50:46 +0800)

----------------------------------------------------------------
Masahiro Yamada (1):
      blackfin: fix a warning in arch/blackfin/cpu/cpu.c

Steven Miao (1):
      blackfin: Move machine specific gpio_port_t structure back to
blackfin arch folder.

 arch/blackfin/cpu/Makefile       |  2 +-
 arch/blackfin/cpu/cpu.c          |  3 +++
 arch/blackfin/cpu/gpio.c         | 17 +++++++++++++++++
 arch/blackfin/include/asm/gpio.h |  3 +++
 drivers/gpio/adi_gpio2.c         | 17 -----------------
 5 files changed, 24 insertions(+), 18 deletions(-)

Comments

Tom Rini Nov. 4, 2013, 2:58 p.m. UTC | #1
On Mon, Nov 04, 2013 at 05:09:03PM +0800, Sonic Zhang wrote:

> Hi Tom,
> 
> Please pull the following patches from u-boot-blackfin into your tree.
> 
> Thanks
> 
> Sonic Zhang
> 
> 
> The following changes since commit 509dca7a11aad394d781a9d31a7bfa6692562741:
> 
>   Merge branch 'master' of git://git.denx.de/u-boot-video (2013-10-30
> 08:36:48 -0400)
> 
> are available in the git repository at:
> 
> 
>   git://git.denx.de/u-boot-blackfin.git master
> 
> for you to fetch changes up to cae4d0403c0863176f228d410d6a29b3f4b9d595:
> 
>   blackfin: Move machine specific gpio_port_t structure back to
> blackfin arch folder. (2013-11-04 16:50:46 +0800)
> 
> ----------------------------------------------------------------
> Masahiro Yamada (1):
>       blackfin: fix a warning in arch/blackfin/cpu/cpu.c
> 
> Steven Miao (1):
>       blackfin: Move machine specific gpio_port_t structure back to
> blackfin arch folder.
> 
>  arch/blackfin/cpu/Makefile       |  2 +-
>  arch/blackfin/cpu/cpu.c          |  3 +++
>  arch/blackfin/cpu/gpio.c         | 17 +++++++++++++++++
>  arch/blackfin/include/asm/gpio.h |  3 +++
>  drivers/gpio/adi_gpio2.c         | 17 -----------------
>  5 files changed, 24 insertions(+), 18 deletions(-)

Applied to u-boot/master, thanks!