All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: u-boot-spi/next for next
@ 2021-06-28 15:51 Jagan Teki
  2021-06-29 12:38 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2021-06-28 15:51 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR for next.

Summary:
- xSPI Octal DTR support (Pratyush Yadav)
- MXIC SPI driver (Zhengxun)

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

thanks,
Jagan.

The following changes since commit 67edf2553f15e5148efca213af3f41cef3410680:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next (2021-06-24 11:11:13 -0400)

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

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

----------------------------------------------------------------
Pratyush Yadav (26):
      spi: spi-mem: allow specifying whether an op is DTR or not
      spi: spi-mem: allow specifying a command's extension
      spi: spi-mem: export spi_mem_default_supports_op()
      spi: spi-mem: add spi_mem_dtr_supports_op()
      spi: cadence-qspi: Do not calibrate when device tree sets read delay
      spi: cadence-qspi: Add a small delay before indirect writes
      spi: cadence-qspi: Add support for octal DTR flashes
      mtd: spi-nor-core: Fix address width on flash chips > 16MB
      mtd: spi-nor-core: Add a ->setup() hook
      mtd: spi-nor-core: Move SFDP related declarations to top
      mtd: spi-nor-core: Introduce flash-specific fixup hooks
      mtd: spi-nor-core: Rework hwcaps selection
      mtd: spi-nor-core: Do not set data direction when there is no data
      mtd: spi-nor-core: Add support for DTR protocol
      mtd: spi-nor-core: prepare BFPT parsing for JESD216 rev D
      mtd: spi-nor-core: Get command opcode extension type from BFPT
      mtd: spi-nor-core: Parse xSPI Profile 1.0 table
      mtd: spi-nor-core: Prepare Read SR and FSR for Octal DTR mode
      mtd: spi-nor-core: Enable octal DTR mode when possible
      mtd: spi-nor-core: Do not make invalid quad enable fatal
      mtd: spi-nor-core: Detect Soft Reset sequence support from BFPT
      mtd: spi-nor-core: Perform a Soft Reset on shutdown
      mtd: spi-nor-core: Perform a Soft Reset on boot
      mtd: spi-nor-core: allow truncated erases
      mtd: spi-nor-core: Add support for Cypress Semper flash
      mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode

Takahiro Kuwano (1):
      mtd: spi-nor-core: Add non-uniform erase for Spansion/Cypress

Zhengxun (1):
      spi: Add MXIC controller driver

 drivers/mtd/spi/Kconfig        |   42 ++
 drivers/mtd/spi/sf_internal.h  |    1 +
 drivers/mtd/spi/sf_probe.c     |    6 +
 drivers/mtd/spi/spi-nor-core.c | 1469 ++++++++++++++++++++++++++++++++--------
 drivers/mtd/spi/spi-nor-ids.c  |    7 +-
 drivers/mtd/spi/spi-nor-tiny.c |   22 -
 drivers/spi/Kconfig            |    7 +
 drivers/spi/Makefile           |    1 +
 drivers/spi/cadence_qspi.c     |   69 +-
 drivers/spi/cadence_qspi.h     |   16 +-
 drivers/spi/cadence_qspi_apb.c |  292 +++++++-
 drivers/spi/mtk_snfi_spi.c     |    3 +-
 drivers/spi/spi-mem-nodm.c     |   66 +-
 drivers/spi/spi-mem.c          |   46 +-
 drivers/spi/spi-mxic.c         |  547 +++++++++++++++
 include/linux/mtd/spi-nor.h    |  279 ++++++--
 include/spi-mem.h              |   19 +-
 17 files changed, 2487 insertions(+), 405 deletions(-)
 create mode 100644 drivers/spi/spi-mxic.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Pull request: u-boot-spi/next for next
  2021-06-28 15:51 Pull request: u-boot-spi/next for next Jagan Teki
@ 2021-06-29 12:38 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-06-29 12:38 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 870 bytes --]

On Mon, Jun 28, 2021 at 09:21:55PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for next.
> 
> Summary:
> - xSPI Octal DTR support (Pratyush Yadav)
> - MXIC SPI driver (Zhengxun)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/7959
> 
> thanks,
> Jagan.
> 
> The following changes since commit 67edf2553f15e5148efca213af3f41cef3410680:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-spi into next (2021-06-24 11:11:13 -0400)
> 
> 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 f6adec1af4b2f5d3012480c6cdce7743b74a6156:
> 
>   mtd: spi-nor-core: Allow using Micron mt35xu512aba in Octal DTR mode (2021-06-28 12:06:57 +0530)
> 

Applied to u-boot/next, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Pull request: u-boot-spi/next for next
  2021-06-30 12:05 Jagan Teki
@ 2021-06-30 22:43 ` Tom Rini
  0 siblings, 0 replies; 4+ messages in thread
From: Tom Rini @ 2021-06-30 22:43 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

[-- Attachment #1: Type: text/plain, Size: 820 bytes --]

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!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Pull request: u-boot-spi/next for next
@ 2021-06-30 12:05 Jagan Teki
  2021-06-30 22:43 ` Tom Rini
  0 siblings, 1 reply; 4+ messages in thread
From: Jagan Teki @ 2021-06-30 12:05 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-30 22:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-28 15:51 Pull request: u-boot-spi/next for next Jagan Teki
2021-06-29 12:38 ` Tom Rini
2021-06-30 12:05 Jagan Teki
2021-06-30 22:43 ` Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.