mbox

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

Message ID 1407264735-8814-1-git-send-email-jaganna@xilinx.com
State Accepted
Delegated to: Tom Rini
Headers show

Pull-request

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

Message

Jagan Teki Aug. 5, 2014, 6:52 p.m. UTC
Hi Tom,

Please pull this PR.

thanks!
Jagan.

The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:

  include: remove CONFIG_SPL/CONFIG_TPL definition in config headers (2014-07-30 14:42:03 -0400)

are available in the git repository at:

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

for you to fetch changes up to f659b57361c4a351ef2a5fc23b9197428e2e67f0:

  spi, spi_mxc: do not hang in spi_xchg_single (2014-08-06 00:18:01 +0530)

----------------------------------------------------------------
Heiko Schocher (1):
      spi, spi_mxc: do not hang in spi_xchg_single

Marek Vasut (1):
      sf: sf_ops: Stop leaking memory

Simon Glass (3):
      cros_ec: Fix two bugs in the SPI implementation
      exynos: spi: Fix calculation of SPI transaction start time
      spi: Support half-duplex mode in FDT decode

 README                                   |  4 ++++
 doc/device-tree-bindings/spi/spi-bus.txt |  2 ++
 drivers/misc/cros_ec_spi.c               |  4 ++--
 drivers/mtd/spi/sf_ops.c                 |  1 +
 drivers/spi/exynos_spi.c                 |  9 +++++----
 drivers/spi/mxc_spi.c                    | 17 +++++++++++++++--
 drivers/spi/spi.c                        |  2 ++
 7 files changed, 31 insertions(+), 8 deletions(-)

Comments

Tom Rini Aug. 6, 2014, 2:37 p.m. UTC | #1
On Wed, Aug 06, 2014 at 12:22:15AM +0530, Jagannadha Sutradharudu Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks!
> Jagan.
> 
> The following changes since commit 25b4adbba018633b943a99322bfb2fb819c0bafb:
> 
>   include: remove CONFIG_SPL/CONFIG_TPL definition in config headers (2014-07-30 14:42:03 -0400)
> 
> are available in the git repository at:
> 
>   git://git.denx.de/u-boot-spi.git master
> 
> for you to fetch changes up to f659b57361c4a351ef2a5fc23b9197428e2e67f0:
> 
>   spi, spi_mxc: do not hang in spi_xchg_single (2014-08-06 00:18:01 +0530)
> 
> ----------------------------------------------------------------
> Heiko Schocher (1):
>       spi, spi_mxc: do not hang in spi_xchg_single
> 
> Marek Vasut (1):
>       sf: sf_ops: Stop leaking memory
> 
> Simon Glass (3):
>       cros_ec: Fix two bugs in the SPI implementation
>       exynos: spi: Fix calculation of SPI transaction start time
>       spi: Support half-duplex mode in FDT decode
> 
>  README                                   |  4 ++++
>  doc/device-tree-bindings/spi/spi-bus.txt |  2 ++
>  drivers/misc/cros_ec_spi.c               |  4 ++--
>  drivers/mtd/spi/sf_ops.c                 |  1 +
>  drivers/spi/exynos_spi.c                 |  9 +++++----
>  drivers/spi/mxc_spi.c                    | 17 +++++++++++++++--
>  drivers/spi/spi.c                        |  2 ++
>  7 files changed, 31 insertions(+), 8 deletions(-)

Applied to u-boot/master, thanks!