From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Sat, 24 Mar 2018 13:55:17 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <20180324082517.14330-1-jagan@amarulasolutions.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 2511930193a420eb8bb6cfa9c60912626f68ae67: Merge git://git.denx.de/u-boot-mips (2018-03-21 18:58: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 63018a3eddd5d9c64f7ee42615a63c6a67ab484d: omap3: spi: Correct ti, pindir-d0-out-d1-in parsing (2018-03-23 23:03:29 +0530) ---------------------------------------------------------------- Eugeniy Paltsev (5): DW SPI: fix tx data loss on FIFO flush DW SPI: fix transmit only mode DW SPI: refactor poll_transfer functions DW SPI: add option to use external gpio for chip select DW SPI: use 32 bit access instead of 16 and 32 bit mix Sjoerd Simons (1): omap3: spi: Correct ti, pindir-d0-out-d1-in parsing drivers/spi/designware_spi.c | 130 ++++++++++++++++++++++++++++--------------- drivers/spi/omap3_spi.c | 6 +- 2 files changed, 89 insertions(+), 47 deletions(-)