Pull request: u-boot-spi/master

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(-)

On Fri, Dec 27, 2019 at 05:50:51PM +0530, Jagan Teki wrote:
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)
Applied to u-boot/master, thanks!
participants (2)
-
Jagan Teki
-
Tom Rini