mbox series

Pull request: u-boot-spi/master

Message ID 20221025122618.205040-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.git master

Message

Jagan Teki Oct. 25, 2022, 12:26 p.m. UTC
Hi Tom,

Please pull this PR.

Summary:
- Add s28hl512t, s28hl01gt (Takahiro)
- Rework s25hx_t_post_bfpt_fixup() (Takahiro)

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

thanks,
Jagan.

The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:

  Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 622b5d356136f9172db7fe7ba240cd9e45097a19:

  cmd: sf: Handle unaligned 'update' start offset (2022-10-25 10:17:33 +0530)

----------------------------------------------------------------
Marek Vasut (1):
      cmd: sf: Handle unaligned 'update' start offset

Takahiro Kuwano (8):
      mtd: spi-nor-core: Rename s28hs512t prefix
      mtd: spi-nor-core: Rename configuration macro for S28 support
      mtd: spi-nor-ids: Add s28hl512t, s28hl01gt, and s28hs01gt IDs
      mtd: spi-nor-core: Default to addr_width of 3 for configurable widths
      mtd: spi-nor-core: Track flash's internal address mode
      mtd: spi-nor-core: Rework spansion_read/write_any_reg() to use addr_mode_nbytes
      mtd: spi-nor-core: Rework s25hx_t_post_bfpt_fixup() for flash's internal address mode
      mtd: spi-nor-core: Fix index value for SCCR dwords

 cmd/sf.c                         | 18 +++++---
 configs/j721s2_evm_a72_defconfig |  2 +-
 configs/j721s2_evm_r5_defconfig  |  2 +-
 drivers/mtd/spi/Kconfig          | 10 ++---
 drivers/mtd/spi/spi-nor-core.c   | 92 ++++++++++++++++++++++++----------------
 drivers/mtd/spi/spi-nor-ids.c    |  5 ++-
 include/linux/mtd/spi-nor.h      |  5 +++
 7 files changed, 83 insertions(+), 51 deletions(-)

Comments

Tom Rini Oct. 25, 2022, 4:27 p.m. UTC | #1
On Tue, Oct 25, 2022 at 05:56:18PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - Add s28hl512t, s28hl01gt (Takahiro)
> - Rework s25hx_t_post_bfpt_fixup() (Takahiro)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13925
> 
> thanks,
> Jagan.
> 
> The following changes since commit 7723828c97bc107d2fba976fc50403ac8747f1bc:
> 
>   Merge branch '2022-10-21-enforce-some-DM-migrations' (2022-10-21 15:32:45 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-spi.git master
> 
> for you to fetch changes up to 622b5d356136f9172db7fe7ba240cd9e45097a19:
> 
>   cmd: sf: Handle unaligned 'update' start offset (2022-10-25 10:17:33 +0530)
> 

Applied to u-boot/master, thanks!