mbox

[U-Boot] Pull request: u-boot-spi/master

Message ID f25b8fe0-7e7a-4c3e-a42c-5771d359fe8d@CH1EHSMHS034.ehs.local
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagannadha Sutradharudu Teki Oct. 15, 2013, 6:58 p.m. UTC
Hi Tom,

Simple PR - cleanup + some misc changes.

Thanks,
Jagan.

The following changes since commit a707b3db562c4c3ae580e2eabb05b59adcc31846:

  buildman: Use env to pick the python from $PATH (2013-10-15 08:44:28 -0400)

are available in the git repository at:

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

for you to fetch changes up to 6d5ce1bd0048617d48c05de1a84fae8696081127:

  spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers (2013-10-16 00:14:30 +0530)

----------------------------------------------------------------
Bo Shen (1):
      sf: probe: Add missing Atmel at25df321 flash

Jagannadha Sutradharudu Teki (4):
      sf_ops: Unify bank_sel calculation code
      sf: Minor cleanups.
      sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones
      spi: Add GPL-2.0+ SPDX-License-Identifier for missing files

Timo Herbrecher (1):
      spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers

 common/cmd_sf.c               |  3 ++-
 drivers/mtd/spi/sf.c          |  2 +-
 drivers/mtd/spi/sf_internal.h |  8 ++++----
 drivers/mtd/spi/sf_ops.c      | 40 ++++++++++++++++++++++------------------
 drivers/mtd/spi/sf_probe.c    |  8 +++++---
 drivers/spi/altera_spi.c      |  2 +-
 drivers/spi/bfin_spi.c        |  2 +-
 drivers/spi/mxc_spi.c         |  2 +-
 drivers/spi/oc_tiny_spi.c     |  2 +-
 drivers/spi/xilinx_spi.c      |  2 +-
 drivers/spi/xilinx_spi.h      |  2 +-
 include/spi.h                 | 14 +++++++-------
 12 files changed, 47 insertions(+), 40 deletions(-)

Comments

Tom Rini Oct. 15, 2013, 9:25 p.m. UTC | #1
On Wed, Oct 16, 2013 at 12:28:10AM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Simple PR - cleanup + some misc changes.
> 
> Thanks,
> Jagan.
> 
> The following changes since commit a707b3db562c4c3ae580e2eabb05b59adcc31846:
> 
>   buildman: Use env to pick the python from $PATH (2013-10-15 08:44:28 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to 6d5ce1bd0048617d48c05de1a84fae8696081127:
> 
>   spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers (2013-10-16 00:14:30 +0530)
> 
> ----------------------------------------------------------------
> Bo Shen (1):
>       sf: probe: Add missing Atmel at25df321 flash
> 
> Jagannadha Sutradharudu Teki (4):
>       sf_ops: Unify bank_sel calculation code
>       sf: Minor cleanups.
>       sf: Add GPL-2.0+ SPDX-License-Identifier for missing ones
>       spi: Add GPL-2.0+ SPDX-License-Identifier for missing files
> 
> Timo Herbrecher (1):
>       spi: mxc_spi: Fix double incrementing read pointer for unaligned buffers
> 
>  common/cmd_sf.c               |  3 ++-
>  drivers/mtd/spi/sf.c          |  2 +-
>  drivers/mtd/spi/sf_internal.h |  8 ++++----
>  drivers/mtd/spi/sf_ops.c      | 40 ++++++++++++++++++++++------------------
>  drivers/mtd/spi/sf_probe.c    |  8 +++++---
>  drivers/spi/altera_spi.c      |  2 +-
>  drivers/spi/bfin_spi.c        |  2 +-
>  drivers/spi/mxc_spi.c         |  2 +-
>  drivers/spi/oc_tiny_spi.c     |  2 +-
>  drivers/spi/xilinx_spi.c      |  2 +-
>  drivers/spi/xilinx_spi.h      |  2 +-
>  include/spi.h                 | 14 +++++++-------
>  12 files changed, 47 insertions(+), 40 deletions(-)

Applied to u-boot/master, thanks!