mbox series

Pull request: u-boot-spi/master

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

Pull-request

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

Message

Jagan Teki Dec. 26, 2021, 6:57 p.m. UTC
Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 4a14bfffd42f968ed9d72a780a8d44a9053c5b95:

  Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-11-30 08:59:22 -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 d7b1d8259e62c781f2c87acfac08f3c0505030dd:

  mtd: spi-nor-ids: Add support for W25Q01JV (2021-12-16 12:58:47 +0530)

----------------------------------------------------------------
Marek Vasut (1):
      mtd: cqspi: Wait for transfer completion

Michal Simek (1):
      mtd: spi: Remove SF_DUAL_FLASH symbol from Kconfig

Ram Narayanan (1):
      mtd: spi-nor-ids: Add support for W25Q01JV

 drivers/mtd/spi/Kconfig        |  6 ------
 drivers/mtd/spi/spi-nor-ids.c  |  5 +++++
 drivers/spi/cadence_qspi_apb.c | 17 +++++++++++++++++
 3 files changed, 22 insertions(+), 6 deletions(-)

Comments

Tom Rini Dec. 27, 2021, 1:25 p.m. UTC | #1
On Mon, Dec 27, 2021 at 12:27:54AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 4a14bfffd42f968ed9d72a780a8d44a9053c5b95:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-marvell (2021-11-30 08:59:22 -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 d7b1d8259e62c781f2c87acfac08f3c0505030dd:
> 
>   mtd: spi-nor-ids: Add support for W25Q01JV (2021-12-16 12:58:47 +0530)
> 

Applied to u-boot/master, thanks!