mbox

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

Message ID CAJxxZ0OgbYj=KshAuB4sZ4jR8tQ7xjST3dXx2Hifo5wCbwuHEA@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 July 31, 2013, 9:14 a.m. UTC
Hi Tom,

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


Thanks


The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de:

  cfi_flash: Add prototypes of overridable functions (2013-07-30 09:11:54 +0200)

are available in the git repository at:

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

for you to fetch changes up to 327b5c9f7cde4e621c2f49fbd2e9890d32f2bef8:

  spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded (2013-07-31
16:56:04 +0800)

----------------------------------------------------------------
Axel Lin (5):
      blackfin: gpio: Unreserve gpio in special_gpio_free()
      gpio: adi_gpio2: Unreserve gpio in special_gpio_free()
      blackfin: gpio: Use proper mask for comparing function
      blackfin: Fix using gd->baudrate before setting its value
      spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded

 arch/blackfin/cpu/gpio.c  | 15 ++++++++-------
 arch/blackfin/lib/board.c |  3 +--
 drivers/gpio/adi_gpio2.c  |  4 ++--
 drivers/spi/bfin_spi.c    |  4 +---
 4 files changed, 12 insertions(+), 14 deletions(-)

Comments

Tom Rini Aug. 1, 2013, 1:18 p.m. UTC | #1
On Wed, Jul 31, 2013 at 05:14:59PM +0800, Sonic Zhang wrote:

> Hi Tom,
> 
> Please pull the following patches from u-boot-blackfin into your tree.
> 
> 
> Thanks
> 
> 
> The following changes since commit 6a19cc9df0ff76273cecd3cd72323a73ff44e8de:
> 
>   cfi_flash: Add prototypes of overridable functions (2013-07-30 09:11:54 +0200)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-blackfin.git master
> 
> for you to fetch changes up to 327b5c9f7cde4e621c2f49fbd2e9890d32f2bef8:
> 
>   spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded (2013-07-31
> 16:56:04 +0800)
> 
> ----------------------------------------------------------------
> Axel Lin (5):
>       blackfin: gpio: Unreserve gpio in special_gpio_free()
>       gpio: adi_gpio2: Unreserve gpio in special_gpio_free()
>       blackfin: gpio: Use proper mask for comparing function
>       blackfin: Fix using gd->baudrate before setting its value
>       spi: bfin_spi: Use DIV_ROUND_UP instead of open-coded
> 
>  arch/blackfin/cpu/gpio.c  | 15 ++++++++-------
>  arch/blackfin/lib/board.c |  3 +--
>  drivers/gpio/adi_gpio2.c  |  4 ++--
>  drivers/spi/bfin_spi.c    |  4 +---
>  4 files changed, 12 insertions(+), 14 deletions(-)

Applied to u-boot/master, thanks!