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

2023-12-18 Thread Tom Rini
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!

-- 
Tom


signature.asc
Description: PGP signature


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

2023-12-18 Thread Jagan Teki
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


Re: Pull request: u-boot-spi/master for next

2021-06-24 Thread Tom Rini
On Thu, Jun 24, 2021 at 07:12:08PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for next.
> 
> Summary:
> - SPI NOT OF partitions (Marek Behún)
> - Macronic SPI NAND (Jaime Liao)
> - Macronix MX66UW2G345G SPI NOR (zhengxun)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/7922
> 
> thanks,
> Jagan.
> 
> The following changes since commit 28afb716463919c261cffc6fddd594fac87557bb:
> 
>   Merge tag 'u-boot-rockchip-20210618' of 
> https://source.denx.de/u-boot/custodians/u-boot-rockchip into next 
> (2021-06-19 08:20:12 -0400)
> 
> 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 e41a2bc6b87397ef0aeda4132a8227d164cd592b:
> 
>   cmd: mtd: expand  argument definition in command help (2021-06-24 
> 11:55:13 +0530)
> 

A good start to the SPI queue, applied to u-boot/next, thanks!

-- 
Tom


signature.asc
Description: PGP signature


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

2021-06-24 Thread Jagan Teki
Hi Tom,

Please pull this PR for next.

Summary:
- SPI NOT OF partitions (Marek Behún)
- Macronic SPI NAND (Jaime Liao)
- Macronix MX66UW2G345G SPI NOR (zhengxun)

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

thanks,
Jagan.

The following changes since commit 28afb716463919c261cffc6fddd594fac87557bb:

  Merge tag 'u-boot-rockchip-20210618' of 
https://source.denx.de/u-boot/custodians/u-boot-rockchip into next (2021-06-19 
08:20:12 -0400)

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 e41a2bc6b87397ef0aeda4132a8227d164cd592b:

  cmd: mtd: expand  argument definition in command help (2021-06-24 
11:55:13 +0530)


Jaime Liao (1):
  mtd: spinand: macronix: Add support for serial NAND flash

Marek Behún (10):
  dm: core: add non-translating version of ofnode_get_addr_size_index()
  dm: core: add ofnode_get_path()
  mtd: add support for parsing partitions defined in OF
  mtd: spi-nor: allow registering multiple MTDs when DM is enabled
  mtd: spi-nor: fill-in mtd->dev member
  mtd: remove mtd_probe() function
  mtd: probe SPI NOR devices in mtd_probe_devices()
  cmd: mtd: print device OF path in listing
  mtd: compare also with OF path and device name in get_mtd_device_nm()
  cmd: mtd: expand  argument definition in command help

zhengxun (1):
  mtd: spi-nor-ids: Add Macronix MX66UW2G345G

 cmd/mtd.c   |   9 ++-
 drivers/core/ofnode.c   |  44 +-
 drivers/mtd/mtd-uclass.c|  15 -
 drivers/mtd/mtd_uboot.c | 129 
 drivers/mtd/mtdcore.c   |  35 +++
 drivers/mtd/mtdpart.c   |  63 
 drivers/mtd/nand/spi/macronix.c |  46 ++
 drivers/mtd/spi/sf_internal.h   |   4 +-
 drivers/mtd/spi/sf_mtd.c|  19 +-
 drivers/mtd/spi/sf_probe.c  |   6 +-
 drivers/mtd/spi/spi-nor-core.c  |   1 +
 drivers/mtd/spi/spi-nor-ids.c   |   1 +
 drivers/mtd/spi/spi-nor-tiny.c  |   1 +
 include/dm/ofnode.h |  27 +
 include/linux/mtd/mtd.h |  10 
 include/mtd.h   |   1 -
 test/dm/ofnode.c|  26 
 17 files changed, 362 insertions(+), 75 deletions(-)