From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Tue, 26 Jun 2018 00:19:03 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <20180625184903.4658-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 77b5ba5d2b94c5b028991c82782493f64bd4f392: Merge branch 'master' of git://git.denx.de/u-boot-uniphier (2018-06-22 13:12:53 -0400) are available in the Git repository at: git://git.denx.de/u-boot-spi.git master for you to fetch changes up to 51dce7d2bfdecd974412634e4a0758ac55edcc00: mtd: spi: Correct parameters for s25fs512s flash (2018-06-25 15:50:33 +0530) ---------------------------------------------------------------- Ashish Kumar (1): mtd: spi: Correct parameters for s25fs512s flash Hannes Schmelzer (2): spi: omap3: pre-initialize bus-speed with max. slave-speed spi: omap3: fix set_speed and set_mode dm callbacks Michael Trimarchi (2): spi: mxc: Fix compilation problem of DM_SPI class driver spi: mxc_spi: Fix chipselect on DM_SPI driver uclass Vipul Kumar (1): spi: zynq_qspi: Fixed incorrect return value error drivers/mtd/spi/spi_flash_ids.c | 2 +- drivers/spi/mxc_spi.c | 8 ++++---- drivers/spi/omap3_spi.c | 18 ++++++++---------- drivers/spi/zynq_qspi.c | 2 +- 4 files changed, 14 insertions(+), 16 deletions(-)