mbox series

Pull request: u-boot-spi/master [for-next]

Message ID 20231218102625.1050191-1-jagan@amarulasolutions.com
State Accepted
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-spi/master [for-next] | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-spi master

Message

Jagan Teki Dec. 18, 2023, 10:26 a.m. UTC
Hi Tom,

Please pull this PR for next.

Summary:
- spi_nor_read_sfdp_dma_unsafe (Vaishnav)
- w25q01/02 (Jim)

CI:
https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/18995

thanks,
Jagan.

The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:

  Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-spi master

for you to fetch changes up to 959a4a0838acf7ef733e000d1304cea6711b8945:

  spi: cadence-quadspi: Fix error message on stuck busy state (2023-12-14 23:56:19 +0530)

----------------------------------------------------------------
Bruce Suen (1):
      mtd: spi-nor-ids: add support for xtx XT55Q02G

Godfrey Mwangi (1):
      mtd: spi-nor: Add MT25QU128AB params

Igor Prusov (1):
      mtd: spinand: add support for ESMT F50x1G41LB

Jan Kiszka (1):
      spi: cadence-quadspi: Fix error message on stuck busy state

Jim Liu (1):
      mtd: spi-nor: add flash model w25q01/02 support

Jit Loon Lim (1):
      mtd: spi-nor: Add MT25U01G part number for SPI NOR Flash

Jonas Karlman (1):
      mtd: spi-nor: Add support for Silicon Kaiser sk25lp128

Teik Heng Chong (1):
      drivers: mtd: spi: Add support for GD55LB02GEBIR SPI NOR flash

Udit Kumar (1):
      spi: cadence_qspi: Select flash subnode at runtime

Vaishnav Achath (1):
      mtd: spi-nor-core: Implement spi_nor_read_sfdp_dma_unsafe() for sfdp parse

William Zhang (1):
      spi: bcm63xx-hsspi: Fix compiler warning

 drivers/mtd/nand/spi/Makefile  |   3 +-
 drivers/mtd/nand/spi/core.c    |   1 +
 drivers/mtd/nand/spi/esmt.c    | 137 +++++++++++++++++++++++++++++++++++++++++
 drivers/mtd/spi/Kconfig        |   5 ++
 drivers/mtd/spi/spi-nor-core.c |  34 +++++++++-
 drivers/mtd/spi/spi-nor-ids.c  |  23 +++++++
 drivers/spi/bcm63xx_hsspi.c    |   2 +-
 drivers/spi/cadence_qspi.c     |   7 ++-
 drivers/spi/cadence_qspi.h     |   1 +
 drivers/spi/cadence_qspi_apb.c |   3 +-
 include/linux/mtd/spinand.h    |   1 +
 11 files changed, 210 insertions(+), 7 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/esmt.c

Comments

Tom Rini Dec. 18, 2023, 4:59 p.m. UTC | #1
On Mon, Dec 18, 2023 at 03:56:25PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for next.
> 
> Summary:
> - spi_nor_read_sfdp_dma_unsafe (Vaishnav)
> - w25q01/02 (Jim)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/18995
> 
> thanks,
> Jagan.
> 
> The following changes since commit 2f0282922b2c458eea7f85c500a948a587437b63:
> 
>   Prepare v2024.01-rc4 (2023-12-04 13:46:56 -0500)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 959a4a0838acf7ef733e000d1304cea6711b8945:
> 
>   spi: cadence-quadspi: Fix error message on stuck busy state (2023-12-14 23:56:19 +0530)
> 

Applied to u-boot/next, thanks!