From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jagan Teki Date: Fri, 26 Feb 2021 22:52:12 +0530 Subject: Pull request: u-boot-spi/master Message-ID: <20210226172212.104405-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. Summary: - new GigaDevice flash ids - fixes for imx, nxp_spi drivers GitLab CI: https://gitlab.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/6528 The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f: Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -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 783a15b35131abc599ec6deca55cf841d2e7c208: mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG (2021-02-26 16:01:37 +0530) ---------------------------------------------------------------- Adam Ford (1): spi: nxp_fspi: Fix error reporting Alper Nebi Yasak (1): mtd: spi-nor-ids: Add Gigadevice GD25LQ64C Bin Meng (1): mtd: spi-nor.h: Change spaces to tabs Hauke Mehrtens (1): mtd: nand: spi: Only one dummy byte in QUADIO Marek Vasut (1): spi: imx: Implement set_speed Reto Schneider (1): mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG Sean Anderson (3): cmd: sf: Display errno on erase failure cmd: sf: Print error on test failure mtd: spi-nor-core: Fix typo in documentation Su Baocheng (1): mtd: spi-nor-ids: Add support of flash protection to w25q128 cmd/sf.c | 29 ++++++++------ drivers/mtd/nand/spi/gigadevice.c | 79 ++++++++++++++++++++++++++++++++++----- drivers/mtd/spi/spi-nor-ids.c | 10 ++++- drivers/spi/mxc_spi.c | 5 ++- drivers/spi/nxp_fspi.c | 4 +- include/linux/mtd/spi-nor.h | 22 +++++------ 6 files changed, 113 insertions(+), 36 deletions(-)