From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 27 Dec 2019 17:50:51 +0530 Subject: Pull request: u-boot-spi/master Message-ID: <20191227122051.12804-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 for the release. Summary: - rk spi transfer limit fix - Gigadevice, gd25q128 support - spi-nor-core warnings thanks, Jagan. The following changes since commit 643366bcd5e32878a951e39b8b553b794695b026: Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-12-18 08:25:49 -0500) are available in the Git repository at: https://gitlab.denx.de/u-boot/custodians/u-boot-spi master for you to fetch changes up to dbbdc81c6064b4cb7ffc796b71713a19488a2c4c: spi: rk: Limit transfers to (64K - 1) bytes (2019-12-27 17:47:26 +0530) ---------------------------------------------------------------- Jagan Teki (1): spi: rk: Limit transfers to (64K - 1) bytes Peter Robinson (1): mtd: spi-nor: ids: Add GigaDevice gd25q128 Vignesh Raghavendra (1): mtd: spi-nor-core: Fix static checker warnings drivers/mtd/spi/spi-nor-core.c | 6 ++++++ drivers/mtd/spi/spi-nor-ids.c | 5 +++++ drivers/spi/rk_spi.c | 10 ++++++++-- 3 files changed, 19 insertions(+), 2 deletions(-)