mbox series

[PULL] u-boot-sh/next_mtd/rpc-spi

Message ID 20230610133723.93516-1-marek.vasut+renesas@mailbox.org
State Accepted
Delegated to: Tom Rini
Headers show
Series [PULL] u-boot-sh/next_mtd/rpc-spi | expand

Pull-request

https://source.denx.de/u-boot/custodians/u-boot-sh.git next_mtd/rpc-spi

Message

Marek Vasut June 10, 2023, 1:37 p.m. UTC
The following changes since commit 5f41ef792c307dedc12647cdde2ade273aa11805:

  Merge branch '2023-06-09-fwu-updates' into next (2023-06-09 20:35:02 -0400)

are available in the Git repository at:

  https://source.denx.de/u-boot/custodians/u-boot-sh.git next_mtd/rpc-spi

for you to fetch changes up to 2e6a1f9fde934ac15eab28fa46495e8d31a29bce:

  mtd: spi: renesas: Add 4 bytes address mode support (2023-06-10 11:50:45 +0200)

----------------------------------------------------------------
Cong Dang (1):
      mtd: spi: renesas: Add 4 bytes address mode support

Hai Pham (3):
      mtd: spi: renesas: Extract strobe delay setting code into separate function
      mtd: spi: renesas: Enable SPI_FLASH_SFDP_SUPPORT
      mtd: spi: renesas: Add R-Car Gen4 support

 drivers/spi/Kconfig           |   2 +-
 drivers/spi/renesas_rpc_spi.c | 206 +++++++++++++++++++++---------------------
 2 files changed, 105 insertions(+), 103 deletions(-)

Comments

Tom Rini June 11, 2023, 2:41 a.m. UTC | #1
On Sat, Jun 10, 2023 at 03:37:23PM +0200, Marek Vasut wrote:

> The following changes since commit 5f41ef792c307dedc12647cdde2ade273aa11805:
> 
>   Merge branch '2023-06-09-fwu-updates' into next (2023-06-09 20:35:02 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-sh.git next_mtd/rpc-spi
> 
> for you to fetch changes up to 2e6a1f9fde934ac15eab28fa46495e8d31a29bce:
> 
>   mtd: spi: renesas: Add 4 bytes address mode support (2023-06-10 11:50:45 +0200)
> 

Applied to u-boot/next, thanks!