mbox series

Pull request: u-boot-spi/master

Message ID 20220504061108.4949-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 May 4, 2022, 6:11 a.m. UTC
Hi Tom,

Please pull this PR.

Summary:
- NPCM7xx FIU SPI driver (Jim Liu)
- AT45DB641E dataflash (Luca Ellero) 

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

thanks,
Jagan.

The following changes since commit c70c0102af5413cadde6bf90044cb75aefef0584:

  Merge tag 'efi-2022-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-04-29 14:04:08 -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 c62f93a620f7c13564a0f4a5583e90a01047901d:

  sf: dataflash: add support for AT45DB641E (2022-05-03 17:57:19 +0530)

----------------------------------------------------------------
Jim Liu (1):
      spi: npcm-fiu: add NPCM7xx FIU controller driver

Luca Ellero (2):
      sf: dataflash: add support for "extended ID"
      sf: dataflash: add support for AT45DB641E

Marek Vasut (1):
      mtd: spi-nor-ids: Add Winbond W25Q128JW ID

Tien Fong Chee (1):
      mtd: spi-nor-ids: add Macronix mx25u51245g flash entry

 drivers/mtd/spi/sf_dataflash.c | 101 +++++++----
 drivers/mtd/spi/spi-nor-ids.c  |   7 +
 drivers/spi/Kconfig            |   6 +
 drivers/spi/Makefile           |   1 +
 drivers/spi/npcm_fiu_spi.c     | 387 +++++++++++++++++++++++++++++++++++++++++
 5 files changed, 468 insertions(+), 34 deletions(-)
 create mode 100644 drivers/spi/npcm_fiu_spi.c

Comments

Tom Rini May 4, 2022, 3:41 p.m. UTC | #1
On Wed, May 04, 2022 at 11:41:08AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - NPCM7xx FIU SPI driver (Jim Liu)
> - AT45DB641E dataflash (Luca Ellero) 
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/11912
> 
> thanks,
> Jagan.
> 
> The following changes since commit c70c0102af5413cadde6bf90044cb75aefef0584:
> 
>   Merge tag 'efi-2022-07-rc2' of https://source.denx.de/u-boot/custodians/u-boot-efi (2022-04-29 14:04:08 -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 c62f93a620f7c13564a0f4a5583e90a01047901d:
> 
>   sf: dataflash: add support for AT45DB641E (2022-05-03 17:57:19 +0530)
> 

Applied to u-boot/master, thanks!