mbox series

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

Message ID 20210630120503.578697-1-jagan@amarulasolutions.com
State Awaiting Upstream
Delegated to: Tom Rini
Headers show
Series Pull request: u-boot-spi/next for next | expand

Pull-request

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

Message

Jagan Teki June 30, 2021, 12:05 p.m. UTC
Hi Tom,

Please pull this PR for next.

Summary:
- Cypress s25hl-t/s25hs-t support (Takahiro Kuwano) 

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

thanks,
Jagan.

The following changes since commit f6adec1af4b2f5d3012480c6cdce7743b74a6156:

  mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode (2021-06-28 12:06:57 +0530)

are available in the Git repository at:

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

for you to fetch changes up to 5b8ec59e2a219185127fcaa640c2f5d5aba3acd6:

  mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t (2021-06-29 19:16:54 +0530)

----------------------------------------------------------------
Takahiro Kuwano (9):
      mtd: spi-nor: Add Cypress manufacturer ID
      mtd: spi-nor-ids: Add Cypress s25hl-t/s25hs-t
      mtd: spi-nor-core: Add support for Read/Write Any Register
      mtd: spi-nor-core: Add support for volatile QE bit
      mtd: spi-nor-core: Add the ->ready() hook
      mtd: spi-nor-core: Read status by Read Any Register
      mtd: spi-nor-core: Add Cypress manufacturer ID in set_4byte
      mtd: spi-nor-core: Add fixups for Cypress s25hl-t/s25hs-t
      mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t

 drivers/mtd/spi/spi-nor-core.c | 266 ++++++++++++++++++++++++++++++++++++++++-
 drivers/mtd/spi/spi-nor-ids.c  |  16 +++
 drivers/mtd/spi/spi-nor-tiny.c |   6 +
 include/linux/mtd/spi-nor.h    |  11 ++
 4 files changed, 297 insertions(+), 2 deletions(-)

Comments

Tom Rini June 30, 2021, 10:43 p.m. UTC | #1
On Wed, Jun 30, 2021 at 05:35:03PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for next.
> 
> Summary:
> - Cypress s25hl-t/s25hs-t support (Takahiro Kuwano) 
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/7979
> 
> thanks,
> Jagan.
> 
> The following changes since commit f6adec1af4b2f5d3012480c6cdce7743b74a6156:
> 
>   mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode (2021-06-28 12:06:57 +0530)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-spi next
> 
> for you to fetch changes up to 5b8ec59e2a219185127fcaa640c2f5d5aba3acd6:
> 
>   mtd: spi-nor-tiny: Add fixups for Cypress s25hl-t/s25hs-t (2021-06-29 19:16:54 +0530)
> 

Applied to u-boot/next, thanks!