From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagannadha Sutradharudu Teki Date: Wed, 6 Aug 2014 00:22:15 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <1407264735-8814-1-git-send-email-jaganna@xilinx.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-)