From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Wed, 25 Apr 2018 10:59:27 +0530 Subject: [U-Boot] Pull request: u-boot-spi/master Message-ID: <20180425052927.4389-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 40df6b3e1882c55dd34b9177a42e21a591d668ee: Merge git://git.denx.de/u-boot-socfpga (2018-04-17 17:45: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 9b14ac5cc2294ac3eaae92421abff27ed3e6caae: spi: dw: invert wait condition in dw_spi_xfer (2018-04-23 11:16:41 +0530) ---------------------------------------------------------------- Eugeniy Paltsev (3): mtd: sf: Add support of sst26wf* flash ICs protection ops mtd: sf: add support for sst26wf016, sst26wf032, sst26wf064 spi: dw: invert wait condition in dw_spi_xfer Sean Nyekjaer (1): sf: Add Spansion s25fl208k entry drivers/mtd/spi/sf_internal.h | 13 ++++ drivers/mtd/spi/spi_flash.c | 168 ++++++++++++++++++++++++++++++++++++++++ drivers/mtd/spi/spi_flash_ids.c | 4 + drivers/spi/designware_spi.c | 2 +- 4 files changed, 186 insertions(+), 1 deletion(-)