All of lore.kernel.org
 help / color / mirror / Atom feed
* Pull request: u-boot-spi/master
@ 2020-05-09 16:26 Jagan Teki
  2020-05-09 20:58 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-05-09 16:26 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Summary:
- zap lpc32xx_ssp driver (Jagan)
- rename of phy nodev call (Jagan)
- iopoll with sleep_us (Jagan)
- MX25R6435F flash (Ye Li)

Travis-CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/684188097

The following changes since commit 67887903afc3615070dd878f6e0420d34b30274c:

  Merge branch '2020-05-07-atheros-phy-improvements' (2020-05-07 14:51:44 -0400)

are available in the Git repository at:

  https://gitlab.denx.de/u-boot/custodians/u-boot-spi spi

for you to fetch changes up to 9e880f36dfab0fb8d856cffd4b8b9e34c4c2c7a6:

  sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array (2020-05-08 00:52:50 +0530)

----------------------------------------------------------------
Dario Binacchi (1):
      spi: fix dev parameter in dev_* calls

Jagan Teki (7):
      spi: Zap lpc32xx_ssp driver-related code
      phy: Fix node description of phy_get_by_node
      phy: Use _nodev naming convention if non-device clients
      clk: Fix clk func names in comments
      iopoll: Add read_poll_timeout common API
      iopoll: Add dealy to read poll
      iopoll: Add readl_poll_sleep_timeout

Kuldeep Singh (1):
      spi: nxp-fspi: Use new readl_poll_sleep_timeout API

Ye Li (1):
      sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array

 arch/arm/mach-meson/board-gx.c |   3 +-
 drivers/mtd/spi/spi-nor-core.c |  19 +++---
 drivers/mtd/spi/spi-nor-ids.c  |   1 +
 drivers/phy/phy-uclass.c       |   4 +-
 drivers/spi/Kconfig            |   6 --
 drivers/spi/Makefile           |   1 -
 drivers/spi/lpc32xx_ssp.c      | 134 -----------------------------------------
 drivers/spi/nxp_fspi.c         |  10 +--
 include/clk.h                  |  12 ++--
 include/configs/devkit3250.h   |   5 --
 include/configs/work_92105.h   |   5 --
 include/generic-phy.h          |   9 ++-
 include/linux/iopoll.h         |  16 ++++-
 scripts/config_whitelist.txt   |   1 -
 14 files changed, 47 insertions(+), 179 deletions(-)
 delete mode 100644 drivers/spi/lpc32xx_ssp.c

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

* Pull request: u-boot-spi/master
  2020-05-09 16:26 Pull request: u-boot-spi/master Jagan Teki
@ 2020-05-09 20:58 ` Tom Rini
  2020-05-10 14:19   ` Jagan Teki
  0 siblings, 1 reply; 48+ messages in thread
From: Tom Rini @ 2020-05-09 20:58 UTC (permalink / raw)
  To: u-boot

On Sat, May 09, 2020 at 09:56:09PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - zap lpc32xx_ssp driver (Jagan)
> - rename of phy nodev call (Jagan)
> - iopoll with sleep_us (Jagan)
> - MX25R6435F flash (Ye Li)
> 
> Travis-CI:
> https://travis-ci.org/github/openedev/u-boot-amarula/builds/684188097
> 
> The following changes since commit 67887903afc3615070dd878f6e0420d34b30274c:
> 
>   Merge branch '2020-05-07-atheros-phy-improvements' (2020-05-07 14:51:44 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi spi
> 
> for you to fetch changes up to 9e880f36dfab0fb8d856cffd4b8b9e34c4c2c7a6:
> 
>   sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array (2020-05-08 00:52:50 +0530)
> 
> ----------------------------------------------------------------
> Dario Binacchi (1):
>       spi: fix dev parameter in dev_* calls
> 
> Jagan Teki (7):
>       spi: Zap lpc32xx_ssp driver-related code
>       phy: Fix node description of phy_get_by_node
>       phy: Use _nodev naming convention if non-device clients
>       clk: Fix clk func names in comments
>       iopoll: Add read_poll_timeout common API
>       iopoll: Add dealy to read poll
>       iopoll: Add readl_poll_sleep_timeout
> 
> Kuldeep Singh (1):
>       spi: nxp-fspi: Use new readl_poll_sleep_timeout API
> 
> Ye Li (1):
>       sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array
> 
>  arch/arm/mach-meson/board-gx.c |   3 +-
>  drivers/mtd/spi/spi-nor-core.c |  19 +++---
>  drivers/mtd/spi/spi-nor-ids.c  |   1 +
>  drivers/phy/phy-uclass.c       |   4 +-
>  drivers/spi/Kconfig            |   6 --
>  drivers/spi/Makefile           |   1 -
>  drivers/spi/lpc32xx_ssp.c      | 134 -----------------------------------------
>  drivers/spi/nxp_fspi.c         |  10 +--
>  include/clk.h                  |  12 ++--
>  include/configs/devkit3250.h   |   5 --
>  include/configs/work_92105.h   |   5 --
>  include/generic-phy.h          |   9 ++-
>  include/linux/iopoll.h         |  16 ++++-
>  scripts/config_whitelist.txt   |   1 -
>  14 files changed, 47 insertions(+), 179 deletions(-)
>  delete mode 100644 drivers/spi/lpc32xx_ssp.c

For a small PR it has a ton of conflicts, can you please rebase it?
Thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200509/44f8f65d/attachment.sig>

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

* Pull request: u-boot-spi/master
  2020-05-09 20:58 ` Tom Rini
@ 2020-05-10 14:19   ` Jagan Teki
  2020-05-10 19:36     ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-05-10 14:19 UTC (permalink / raw)
  To: u-boot

On Sun, May 10, 2020 at 2:28 AM Tom Rini <trini@konsulko.com> wrote:
>
> On Sat, May 09, 2020 at 09:56:09PM +0530, Jagan Teki wrote:
>
> > Hi Tom,
> >
> > Please pull this PR.
> >
> > Summary:
> > - zap lpc32xx_ssp driver (Jagan)
> > - rename of phy nodev call (Jagan)
> > - iopoll with sleep_us (Jagan)
> > - MX25R6435F flash (Ye Li)
> >
> > Travis-CI:
> > https://travis-ci.org/github/openedev/u-boot-amarula/builds/684188097
> >
> > The following changes since commit 67887903afc3615070dd878f6e0420d34b30274c:
> >
> >   Merge branch '2020-05-07-atheros-phy-improvements' (2020-05-07 14:51:44 -0400)
> >
> > are available in the Git repository at:
> >
> >   https://gitlab.denx.de/u-boot/custodians/u-boot-spi spi
> >
> > for you to fetch changes up to 9e880f36dfab0fb8d856cffd4b8b9e34c4c2c7a6:
> >
> >   sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array (2020-05-08 00:52:50 +0530)
> >
> > ----------------------------------------------------------------
> > Dario Binacchi (1):
> >       spi: fix dev parameter in dev_* calls
> >
> > Jagan Teki (7):
> >       spi: Zap lpc32xx_ssp driver-related code
> >       phy: Fix node description of phy_get_by_node
> >       phy: Use _nodev naming convention if non-device clients
> >       clk: Fix clk func names in comments
> >       iopoll: Add read_poll_timeout common API
> >       iopoll: Add dealy to read poll
> >       iopoll: Add readl_poll_sleep_timeout
> >
> > Kuldeep Singh (1):
> >       spi: nxp-fspi: Use new readl_poll_sleep_timeout API
> >
> > Ye Li (1):
> >       sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array
> >
> >  arch/arm/mach-meson/board-gx.c |   3 +-
> >  drivers/mtd/spi/spi-nor-core.c |  19 +++---
> >  drivers/mtd/spi/spi-nor-ids.c  |   1 +
> >  drivers/phy/phy-uclass.c       |   4 +-
> >  drivers/spi/Kconfig            |   6 --
> >  drivers/spi/Makefile           |   1 -
> >  drivers/spi/lpc32xx_ssp.c      | 134 -----------------------------------------
> >  drivers/spi/nxp_fspi.c         |  10 +--
> >  include/clk.h                  |  12 ++--
> >  include/configs/devkit3250.h   |   5 --
> >  include/configs/work_92105.h   |   5 --
> >  include/generic-phy.h          |   9 ++-
> >  include/linux/iopoll.h         |  16 ++++-
> >  scripts/config_whitelist.txt   |   1 -
> >  14 files changed, 47 insertions(+), 179 deletions(-)
> >  delete mode 100644 drivers/spi/lpc32xx_ssp.c
>
> For a small PR it has a ton of conflicts, can you please rebase it?

But these are able to apply in master? isn't it?

commit c5c657644bc35fd6b3d6e5517698721e90646b8d (origin/master, origin/HEAD)
Merge: a5e609b982 be51c3ca08
Author: Tom Rini <trini@konsulko.com>
Date:   Fri May 8 18:58:19 2020 -0400

    Merge branch '2020-05-08-assorted-fixes'

Jagan.

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

* Pull request: u-boot-spi/master
  2020-05-10 14:19   ` Jagan Teki
@ 2020-05-10 19:36     ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-05-10 19:36 UTC (permalink / raw)
  To: u-boot

On Sun, May 10, 2020 at 07:49:52PM +0530, Jagan Teki wrote:
> On Sun, May 10, 2020 at 2:28 AM Tom Rini <trini@konsulko.com> wrote:
> >
> > On Sat, May 09, 2020 at 09:56:09PM +0530, Jagan Teki wrote:
> >
> > > Hi Tom,
> > >
> > > Please pull this PR.
> > >
> > > Summary:
> > > - zap lpc32xx_ssp driver (Jagan)
> > > - rename of phy nodev call (Jagan)
> > > - iopoll with sleep_us (Jagan)
> > > - MX25R6435F flash (Ye Li)
> > >
> > > Travis-CI:
> > > https://travis-ci.org/github/openedev/u-boot-amarula/builds/684188097
> > >
> > > The following changes since commit 67887903afc3615070dd878f6e0420d34b30274c:
> > >
> > >   Merge branch '2020-05-07-atheros-phy-improvements' (2020-05-07 14:51:44 -0400)
> > >
> > > are available in the Git repository at:
> > >
> > >   https://gitlab.denx.de/u-boot/custodians/u-boot-spi spi
> > >
> > > for you to fetch changes up to 9e880f36dfab0fb8d856cffd4b8b9e34c4c2c7a6:
> > >
> > >   sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array (2020-05-08 00:52:50 +0530)
> > >
> > > ----------------------------------------------------------------
> > > Dario Binacchi (1):
> > >       spi: fix dev parameter in dev_* calls
> > >
> > > Jagan Teki (7):
> > >       spi: Zap lpc32xx_ssp driver-related code
> > >       phy: Fix node description of phy_get_by_node
> > >       phy: Use _nodev naming convention if non-device clients
> > >       clk: Fix clk func names in comments
> > >       iopoll: Add read_poll_timeout common API
> > >       iopoll: Add dealy to read poll
> > >       iopoll: Add readl_poll_sleep_timeout
> > >
> > > Kuldeep Singh (1):
> > >       spi: nxp-fspi: Use new readl_poll_sleep_timeout API
> > >
> > > Ye Li (1):
> > >       sf: Add Macronix MX25R6435F SPI NOR flash to flash parameters array
> > >
> > >  arch/arm/mach-meson/board-gx.c |   3 +-
> > >  drivers/mtd/spi/spi-nor-core.c |  19 +++---
> > >  drivers/mtd/spi/spi-nor-ids.c  |   1 +
> > >  drivers/phy/phy-uclass.c       |   4 +-
> > >  drivers/spi/Kconfig            |   6 --
> > >  drivers/spi/Makefile           |   1 -
> > >  drivers/spi/lpc32xx_ssp.c      | 134 -----------------------------------------
> > >  drivers/spi/nxp_fspi.c         |  10 +--
> > >  include/clk.h                  |  12 ++--
> > >  include/configs/devkit3250.h   |   5 --
> > >  include/configs/work_92105.h   |   5 --
> > >  include/generic-phy.h          |   9 ++-
> > >  include/linux/iopoll.h         |  16 ++++-
> > >  scripts/config_whitelist.txt   |   1 -
> > >  14 files changed, 47 insertions(+), 179 deletions(-)
> > >  delete mode 100644 drivers/spi/lpc32xx_ssp.c
> >
> > For a small PR it has a ton of conflicts, can you please rebase it?
> 
> But these are able to apply in master? isn't it?
> 
> commit c5c657644bc35fd6b3d6e5517698721e90646b8d (origin/master, origin/HEAD)
> Merge: a5e609b982 be51c3ca08
> Author: Tom Rini <trini@konsulko.com>
> Date:   Fri May 8 18:58:19 2020 -0400
> 
>     Merge branch '2020-05-08-assorted-fixes'

Almost every file in the PR has non-trivial conflicts, I'm not sure
what's going on with your tree.  Please rebase it on top of current
master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200510/c811f90b/attachment.sig>

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

* Re: Pull request: u-boot-spi/master
  2024-01-29 17:53 Jagan Teki
@ 2024-01-29 18:50 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2024-01-29 18:50 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Mon, Jan 29, 2024 at 11:23:25PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - Support Infineon S28HS02GT (Takahiro)
> 
> CI:
> - https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/19467
> 
> thanks,
> Jagan. 
> 
> The following changes since commit 526a865fe4fea59fb2638726c26e39557eb97fdd:
> 
>   Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-27 20:43:20 -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 16dd10951015183f87b8202b8d4c8617da4f6d44:
> 
>   mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt ID (2024-01-29 19:34:17 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2024-01-29 17:53 Jagan Teki
  2024-01-29 18:50 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2024-01-29 17:53 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- Support Infineon S28HS02GT (Takahiro)

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

thanks,
Jagan. 

The following changes since commit 526a865fe4fea59fb2638726c26e39557eb97fdd:

  Merge branch 'master-cleanup' of https://source.denx.de/u-boot/custodians/u-boot-sh (2024-01-27 20:43:20 -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 16dd10951015183f87b8202b8d4c8617da4f6d44:

  mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt ID (2024-01-29 19:34:17 +0530)

----------------------------------------------------------------
Maksim Kiselev (1):
      spi: dw: add check for Rx FIFO overflow

Ssunk (1):
      mtd: spi: spi-nor-ids: Add more XM25Q series chips

Takahiro Kuwano (9):
      mtd: spi-nor-core: Clean up macros for Infineon(Cypress) S25 and S28
      mtd: spi-nor-core: Consolidate non-uniform erase helpers for S25 and S28
      mtd: spi-nor-core: Rework spansion_read_any_reg() to support Octal DTR mode
      mtd: spi-nor-core: Use CLPEF(0x82) as alternative to CLSR(0x30) for S25 and S28
      mtd: spi-nor-core: Rework s25_mdp_ready() to support Octal DTR mode
      mtd: spi-nor-core: Consolidate setup() hook for Infineon(Cypress) S25 and S28
      mtd: spi-nor-core: Consolidate post_bfpt_fixup() for Infineon(Cypress) S25 and S28
      mtd: spi-nor-core: Rework spi_nor_cypress_octal_dtr_enable()
      mtd: spi-nor-ids: Add Infineon(Cypress) s28hs02gt ID

Tejas Bhumkar (2):
      mtd: spi-nor-ids: Add is25lx512 chip
      spi: cadence_qspi: Address the comparison failure for 0-8 bytes of data

 drivers/mtd/spi/spi-nor-core.c    | 224 +++++++++++++++-----------------------
 drivers/mtd/spi/spi-nor-ids.c     |   7 ++
 drivers/spi/cadence_ospi_versal.c |   3 -
 drivers/spi/cadence_qspi.h        |   4 +
 drivers/spi/cadence_qspi_apb.c    |   3 +
 drivers/spi/designware_spi.c      |  18 ++-
 include/linux/mtd/spi-nor.h       |  14 +--
 7 files changed, 119 insertions(+), 154 deletions(-)

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

* Re: Pull request: u-boot-spi/master
  2023-07-13 16:36 Jagan Teki
@ 2023-07-14 16:05 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2023-07-14 16:05 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Thu, Jul 13, 2023 at 10:06:28PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - Add xtxtech spi-nor chip parts (Bruce Suen)
> - Add bcm63xx-hsspi driver fixes (William Zhang)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/16886
> 
> thanks!
> Jagan.
> 
> The following changes since commit bf5152d0108683bbaabf9d7a7988f61649fc33f4:
> 
>   Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-07-12 13:10:04 -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 4a31e145217cecc3d421f96eafcd2cfd9c670929:
> 
>   mtd: spi-nor: Add support for w25q256jwm (2023-07-13 14:17:40 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2023-07-13 16:36 Jagan Teki
  2023-07-14 16:05 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2023-07-13 16:36 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- Add xtxtech spi-nor chip parts (Bruce Suen)
- Add bcm63xx-hsspi driver fixes (William Zhang)

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

thanks!
Jagan.

The following changes since commit bf5152d0108683bbaabf9d7a7988f61649fc33f4:

  Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-riscv (2023-07-12 13:10:04 -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 4a31e145217cecc3d421f96eafcd2cfd9c670929:

  mtd: spi-nor: Add support for w25q256jwm (2023-07-13 14:17:40 +0530)

----------------------------------------------------------------
Bruce Suen (2):
      mtd: spi-nor-ids: change full company name of XTX
      mtd: spi-nor-ids: add xtxtech part#

Fabio Estevam (2):
      spi: soft_spi: Support the recommended soft spi properties
      doc: bindings: soft-spi: Remove the usage of deprecated properties

Jim Liu (1):
      spi: npcm_pspi: use ACTIVE_LOW flag for cs gpio and set default max_hz

Lukas Funke (2):
      spi: pl022: Align compatible property with device tree binding
      spi: pl022: Add chip-select gpio support

Masahisa Kojima (1):
      spi: synquacer: remove SPI_TX_BYTE handling

Stefan Herbrechtsmeier (2):
      spi: pl022: Rename flush into pl022_spi_flush
      spi: pl022: Remove platform data header

Venkatesh Yadav Abbarapu (1):
      mtd: spi-nor: Add support for w25q256jwm

William Zhang (6):
      spi: bcm63xx-hsspi: Make driver depend on BCMBCA arch
      spi: bcm63xx-hsspi: Fix multi-bit mode setting
      spi: bcm63xx-hsspi: Add new compatible string support
      spi: bcm63xx-hsspi: Add prepend mode support
      spi: bcmbca-hsspi: Add driver for newer HSSPI controller
      dt-bindings: spi: Add bcm63xx-hsspi controller support

 .../spi/brcm,bcm63xx-hsspi.yaml                    | 134 +++++++
 doc/device-tree-bindings/spi/soft-spi.txt          |  12 +-
 drivers/mtd/spi/spi-nor-ids.c                      |  43 ++-
 drivers/spi/Kconfig                                |  13 +-
 drivers/spi/Makefile                               |   1 +
 drivers/spi/bcm63xx_hsspi.c                        | 277 ++++++++++++--
 drivers/spi/bcmbca_hsspi.c                         | 414 +++++++++++++++++++++
 drivers/spi/npcm_pspi.c                            |  12 +-
 drivers/spi/pl022_spi.c                            |  51 ++-
 drivers/spi/soft_spi.c                             |  21 +-
 drivers/spi/spi-synquacer.c                        |   8 +-
 include/dm/platform_data/spi_pl022.h               |  21 --
 12 files changed, 932 insertions(+), 75 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/brcm,bcm63xx-hsspi.yaml
 create mode 100644 drivers/spi/bcmbca_hsspi.c
 delete mode 100644 include/dm/platform_data/spi_pl022.h

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

* Re: Pull request: u-boot-spi/master
  2023-05-01 17:12 Jagan Teki
@ 2023-05-01 22:46 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2023-05-01 22:46 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Mon, May 01, 2023 at 10:42:08PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for u-boot-spi.
> 
> Summary:
> - cadence-quadspi fixes (Apurva Nandan, Dhruva Gole)
> - CHIP_ERASE optimization (Marek Vasut)
> - fixups for s25fs512s (Takahiro Kuwano)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/16198
> 
> The following changes since commit 6a11fdf0536e02ac9cd4a3da0535a271c694715f:
> 
>   Merge branch '2023-04-24-TI-platform-updates' (2023-04-24 18:09:22 -0400)
> 
> are available in the Git repository at:
> 
>   https://source.denx.de/u-boot/custodians/u-boot-spi spi
> 
> for you to fetch changes up to 08b3098eadc7f826c3e6fb9d184cf6d82f5028fe:
> 
>   spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion (2023-04-26 13:37:39 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2023-05-01 17:12 Jagan Teki
  2023-05-01 22:46 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2023-05-01 17:12 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR for u-boot-spi.

Summary:
- cadence-quadspi fixes (Apurva Nandan, Dhruva Gole)
- CHIP_ERASE optimization (Marek Vasut)
- fixups for s25fs512s (Takahiro Kuwano)

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

The following changes since commit 6a11fdf0536e02ac9cd4a3da0535a271c694715f:

  Merge branch '2023-04-24-TI-platform-updates' (2023-04-24 18:09:22 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 08b3098eadc7f826c3e6fb9d184cf6d82f5028fe:

  spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion (2023-04-26 13:37:39 +0530)

----------------------------------------------------------------
Apurva Nandan (2):
      spi: cadence-quadspi: Fix check condition for DTR ops
      spi: cadence-quadspi: Use STIG mode for all ops with small payload

Dhruva Gole (3):
      spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
      spi: spi-mem: perform odd len check only while writing data
      spi: cadence-quadspi: Reset CMD_CTRL Reg on cmd r/w completion

Heinrich Schuchardt (1):
      mtd: spi-nor: missing fallthrough in set_4byte()

Ilias Apalodimas (1):
      spi: synquacer: Silence uninitialized variable warnings

Jim Liu (1):
      spi: npcm-fiu: add regulator feature and remove set clock

Kunihiko Hayashi (1):
      spi: f-ospi: Add missing spi_mem_default_supports_op() helper

Marek Vasut (1):
      mtd: spi-nor: Add CHIP_ERASE optimization

Takahiro Kuwano (1):
      mtd: spi-nor-core: Add fixups for s25fs512s

 drivers/mtd/spi/spi-nor-core.c | 117 ++++++++++++++++++++++++++++++++++++++++-
 drivers/spi/cadence_qspi.c     |  16 ++++--
 drivers/spi/cadence_qspi_apb.c |  56 ++++++++++++--------
 drivers/spi/npcm_fiu_spi.c     |  72 ++++++++++++++++++++-----
 drivers/spi/spi-mem.c          |   8 ++-
 drivers/spi/spi-sn-f-ospi.c    |   2 +-
 drivers/spi/spi-synquacer.c    |   4 +-
 7 files changed, 231 insertions(+), 44 deletions(-)

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

* Re: Pull request: u-boot-spi/master
  2023-01-26 17:52 Jagan Teki
@ 2023-01-26 20:09 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2023-01-26 20:09 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Thu, Jan 26, 2023 at 11:22:30PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - fix return code of sf command (Heinrich)
> - fix register reads in STIG Mode (Dhruva)
> - Infineon s25fs256t support (Takahiro)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/14893
> 
> thanks,
> Jagan.
> 
> The following changes since commit 17e8e58fe62c019b2cc26af221b6defc3368229f:
> 
>   Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2023-01-24 21:07:01 -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 87a6d86571268be4e354fe030c53745a54f4ed8e:
> 
>   mtd: spi-nor: Add support for Infineon s25fs256t (2023-01-26 21:07:45 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2023-01-26 17:52 Jagan Teki
  2023-01-26 20:09 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2023-01-26 17:52 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- fix return code of sf command (Heinrich)
- fix register reads in STIG Mode (Dhruva)
- Infineon s25fs256t support (Takahiro)

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

thanks,
Jagan.

The following changes since commit 17e8e58fe62c019b2cc26af221b6defc3368229f:

  Merge https://source.denx.de/u-boot/custodians/u-boot-sunxi (2023-01-24 21:07:01 -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 87a6d86571268be4e354fe030c53745a54f4ed8e:

  mtd: spi-nor: Add support for Infineon s25fs256t (2023-01-26 21:07:45 +0530)

----------------------------------------------------------------
Dhruva Gole (2):
      spi: cadence_qspi: setup ADDR Bits in cmd reads
      spi: cadence_qspi: use STIG mode for small reads

Heinrich Schuchardt (3):
      cmd: fix return code of 'sf write' and 'sf read'
      cmd: simplify do_spi_flash()
      cmd: fix return code of 'sf erase'

Kunihiko Hayashi (1):
      spi: Add Socionext F_OSPI SPI flash controller driver

Pengfei Fan (2):
      drivers: spi: fix some typos
      drivers: spi: sh_qspi.c: Use log_warning() instead of printf()

Takahiro Kuwano (4):
      mtd: spi-nor-core: Consider reserved bits in CFR5 register
      mtd: spi-nor-core: Make CFRx reg fields generic
      mtd: spi-nor: Rename s25hx_t prefix
      mtd: spi-nor: Add support for Infineon s25fs256t

 cmd/sf.c                       |  45 ++-
 drivers/mtd/spi/spi-nor-core.c |  95 ++++--
 drivers/mtd/spi/spi-nor-ids.c  |   2 +
 drivers/spi/Kconfig            |   8 +
 drivers/spi/Makefile           |   1 +
 drivers/spi/bcm63xx_hsspi.c    |   2 +-
 drivers/spi/cadence_qspi.c     |  10 +-
 drivers/spi/cadence_qspi_apb.c |  13 +
 drivers/spi/fsl_dspi.c         |   4 +-
 drivers/spi/mtk_snfi_spi.c     |   4 +-
 drivers/spi/mvebu_a3700_spi.c  |   2 +-
 drivers/spi/omap3_spi.c        |   2 +-
 drivers/spi/rk_spi.c           |   2 +-
 drivers/spi/sh_qspi.c          |   4 +-
 drivers/spi/spi-aspeed-smc.c   |   4 +-
 drivers/spi/spi-qup.c          |   2 +-
 drivers/spi/spi-sifive.c       |   2 +-
 drivers/spi/spi-sn-f-ospi.c    | 686 +++++++++++++++++++++++++++++++++++++++++
 include/linux/mtd/spi-nor.h    |  14 +-
 19 files changed, 824 insertions(+), 78 deletions(-)
 create mode 100644 drivers/spi/spi-sn-f-ospi.c

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

* Re: Pull request: u-boot-spi/master
  2022-11-02  6:08 Jagan Teki
@ 2022-11-02 15:34 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2022-11-02 15:34 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Wed, Nov 02, 2022 at 11:38:15AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - NPCM PSPI controller (Jim)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/13951
> 
> thanks,
> Jagan.
> 
> The following changes since commit 8bc87a4c55a1723728374a5643f13bced37dad6b:
> 
>   Merge branch '2022-10-26-assorted-fixes-and-updates' (2022-10-26 15:24:59 -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 c1dc8473fab8d1228f28d9716d90687bc2d99d57:
> 
>   spi: nuvoton: add NPCM PSPI controller driver (2022-10-27 12:41:36 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2022-11-02  6:08 Jagan Teki
  2022-11-02 15:34 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2022-11-02  6:08 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- NPCM PSPI controller (Jim)

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

thanks,
Jagan.

The following changes since commit 8bc87a4c55a1723728374a5643f13bced37dad6b:

  Merge branch '2022-10-26-assorted-fixes-and-updates' (2022-10-26 15:24:59 -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 c1dc8473fab8d1228f28d9716d90687bc2d99d57:

  spi: nuvoton: add NPCM PSPI controller driver (2022-10-27 12:41:36 +0530)

----------------------------------------------------------------
Jim Liu (1):
      spi: nuvoton: add NPCM PSPI controller driver

 drivers/spi/Kconfig     |   5 ++
 drivers/spi/Makefile    |   1 +
 drivers/spi/npcm_pspi.c | 226 ++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 232 insertions(+)
 create mode 100644 drivers/spi/npcm_pspi.c

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

* Re: Pull request: u-boot-spi/master
  2022-10-25 12:26 Jagan Teki
@ 2022-10-25 16:27 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2022-10-25 16:27 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

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!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2022-10-25 12:26 Jagan Teki
  2022-10-25 16:27 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2022-10-25 12:26 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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

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

* Re: Pull request: u-boot-spi/master
  2022-07-18 19:35 Jagan Teki
@ 2022-07-19 14:51 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2022-07-19 14:51 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Tue, Jul 19, 2022 at 01:05:15AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - add Macronix Octal flash (JaimeLiao)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/12778
> 
> thanks,
> Jagan.
> 
> The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:
> 
>   Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -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 47ed8b22fd561b65e8541919becc76ab3d86f7a3:
> 
>   mtd: spi-nor-ids: add winbond w25q512nw family support (2022-07-18 19:15:19 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2022-07-18 19:35 Jagan Teki
  2022-07-19 14:51 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2022-07-18 19:35 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- add Macronix Octal flash (JaimeLiao)

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

thanks,
Jagan.

The following changes since commit 26f6f7fb5c0651d65afdee6d8ed36063606179a8:

  Merge branch '2022-07-14-migrate-wiki-to-sphinx' (2022-07-14 18:43:51 -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 47ed8b22fd561b65e8541919becc76ab3d86f7a3:

  mtd: spi-nor-ids: add winbond w25q512nw family support (2022-07-18 19:15:19 +0530)

----------------------------------------------------------------
Jae Hyun Yoo (1):
      mtd: spi-nor-ids: add winbond w25q512nw family support

JaimeLiao (4):
      mtd: spi-nor: add support for Macronix Octal flash
      mtd: spi-nor-core: Adding different type of command extension in Soft Reset
      mtd: spi-nor: Parse SFDP SCCR Map
      mtd: spi-nor-core: Add support for Macronix Octal flash

Jan Kiszka (2):
      mtd: spi: Convert is_locked callback to is_unlocked
      sf: Query write-protection status before operating the flash

Vaishnav Achath (1):
      spl: spl_spi: add spi_nor_remove() to soft reset flash

 cmd/sf.c                       |  12 +++
 common/spl/spl_spi.c           |   5 ++
 drivers/mtd/spi/Kconfig        |   7 ++
 drivers/mtd/spi/spi-nor-core.c | 167 +++++++++++++++++++++++++++++++++++++----
 drivers/mtd/spi/spi-nor-ids.c  |  29 ++++++-
 include/linux/mtd/spi-nor.h    |  17 ++++-
 6 files changed, 219 insertions(+), 18 deletions(-)

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

* Re: Pull request: u-boot-spi/master
  2022-05-04  6:11 Jagan Teki
@ 2022-05-04 15:41 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2022-05-04 15:41 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

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!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2022-05-04  6:11 Jagan Teki
  2022-05-04 15:41 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2022-05-04  6:11 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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

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

* Re: Pull request: u-boot-spi/master
  2022-03-12  8:44 Jagan Teki
@ 2022-03-13 12:17 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2022-03-13 12:17 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Sat, Mar 12, 2022 at 02:14:15PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - sunXi SPI fixups (Andre)
> - bcm iproc qspi (Rayagonda)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/11239
> 
> thanks,
> Jagan.
> 
> The following changes since commit 90de95f7443cb06f014824976251f126ac6f71c0:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2022-02-23 13:34:14 -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 228173d8556ee3209c3c8ea6a296b355b28c7e15:
> 
>   mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128 (2022-03-12 01:10:01 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2022-03-12  8:44 Jagan Teki
  2022-03-13 12:17 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2022-03-12  8:44 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- sunXi SPI fixups (Andre)
- bcm iproc qspi (Rayagonda)

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

thanks,
Jagan.

The following changes since commit 90de95f7443cb06f014824976251f126ac6f71c0:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-usb (2022-02-23 13:34:14 -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 228173d8556ee3209c3c8ea6a296b355b28c7e15:

  mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128 (2022-03-12 01:10:01 +0530)

----------------------------------------------------------------
Andre Przywara (5):
      sunxi: Kconfig: Fix up SPI configuration
      env: sunxi: Define location in SPI flash
      sunxi: use boot source for determining environment location
      env: sunxi: enable ENV_IS_IN_SPI_FLASH
      sunxi: boards: Enable SPI flash support in U-Boot proper

Christian Gmeiner (1):
      spi: cadence-qspi: Make reset control optional

Niklas Cassel (2):
      spi: dw: Fix broken dw_spi_mem_ops()
      mtd: spi-nor-ids: Enable quad read for Gigadevice gd25lq128

Rayagonda Kokatanur (1):
      driver: spi: add bcm iproc qspi support

 arch/arm/Kconfig                         |   2 +
 arch/arm/mach-sunxi/Kconfig              |   3 -
 board/sunxi/board.c                      |  51 ++-
 configs/libretech_all_h3_it_h5_defconfig |   2 -
 configs/libretech_all_h5_cc_h5_defconfig |   2 -
 configs/oceanic_5205_5inmfd_defconfig    |   1 +
 configs/orangepi_pc2_defconfig           |   2 +
 configs/orangepi_r1_defconfig            |   2 +
 configs/orangepi_win_defconfig           |   2 +
 configs/orangepi_zero2_defconfig         |   2 +
 configs/orangepi_zero_defconfig          |   2 +
 configs/pine64-lts_defconfig             |   2 +
 configs/pine_h64_defconfig               |   2 +
 configs/pinecube_defconfig               |   2 +
 configs/sopine_baseboard_defconfig       |   1 +
 drivers/mtd/spi/spi-nor-ids.c            |   2 +-
 drivers/spi/Kconfig                      |   6 +
 drivers/spi/Makefile                     |   1 +
 drivers/spi/cadence_qspi.c               |  14 +-
 drivers/spi/cadence_qspi.h               |   2 +-
 drivers/spi/designware_spi.c             |   2 +-
 drivers/spi/iproc_qspi.c                 | 576 +++++++++++++++++++++++++++++++
 env/Kconfig                              |   7 +-
 23 files changed, 662 insertions(+), 26 deletions(-)
 create mode 100644 drivers/spi/iproc_qspi.c

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

* Re: Pull request: u-boot-spi/master
  2021-12-26 18:57 Jagan Teki
@ 2021-12-27 13:25 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2021-12-27 13:25 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

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!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2021-12-26 18:57 Jagan Teki
  2021-12-27 13:25 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2021-12-26 18:57 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

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

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

* Re: Pull request: u-boot-spi/master
  2021-10-23 13:35 Jagan Teki
@ 2021-10-23 20:10 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2021-10-23 20:10 UTC (permalink / raw)
  To: Jagan Teki; +Cc: Vignesh R, Pratyush Yadav, u-boot

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

On Sat, Oct 23, 2021 at 07:05:03PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull the PR.
> 
> Summary:
> - Fix mtd erase with mtdpart (Marek Behún)
> - NXP fspi driver fixes (Kuldeep Singh)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/9582
> 
> thanks,
> Jagan.
> 
> The following changes since commit 7a508a7245592ca44b3dc51c0293656dce60d658:
> 
>   Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-10-07 09:02:22 -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 b9cfd8b0911209e2ebec887e497510ee42f9e788:
> 
>   spi: nxp_fspi: Implement errata workaround for LS1028A (2021-10-23 15:56:47 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2021-10-23 13:35 Jagan Teki
  2021-10-23 20:10 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2021-10-23 13:35 UTC (permalink / raw)
  To: Tom Rini; +Cc: Vignesh R, Pratyush Yadav, u-boot

Hi Tom,

Please pull the PR.

Summary:
- Fix mtd erase with mtdpart (Marek Behún)
- NXP fspi driver fixes (Kuldeep Singh)

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

thanks,
Jagan.

The following changes since commit 7a508a7245592ca44b3dc51c0293656dce60d658:

  Merge tag 'u-boot-amlogic-20211007' of https://source.denx.de/u-boot/custodians/u-boot-amlogic (2021-10-07 09:02:22 -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 b9cfd8b0911209e2ebec887e497510ee42f9e788:

  spi: nxp_fspi: Implement errata workaround for LS1028A (2021-10-23 15:56:47 +0530)

----------------------------------------------------------------
Haolin Li (1):
      mtd: spinand: macronix: Fix ECC Status Read

Kris Chaplin (2):
      mtd: spi-nor-ids: Add is25lp512 and is25wp512 devices
      mtd: spi-nor-ids: Add SECT_4K to mt25qu512a

Kuldeep Singh (2):
      spi: nxp-fspi: Add support for IP read only
      spi: nxp_fspi: Implement errata workaround for LS1028A

Marek Behún (10):
      mtd: spi-nor-core: Try cleaning up in case writing BAR failed
      mtd: spi-nor-core: Check return value of write_enable() in spi_nor_erase()
      mtd: spi-nor-core: Don't overwrite return value if it is non-zero
      mtd: spi-nor-core: Check return value of write_disable() in spi_nor_erase()
      mtd: spi-flash: Check for zero length in legacy spi_flash_*()
      mtd: spi-nor-core: Don't check for zero length in spi_nor_write() / spi_nor_erase()
      mtd: spi-nor-core: Call mtd_erase_callback() from spi_nor_erase()
      mtd: spi-nor-core: Check for ctrlc() in spi_nor_erase()
      mtd: mtdpart: Make mtdpart's _erase method sane
      mtd: Remove mtd_erase_callback() entirely

Marek Vasut (1):
      mtd: spi-nor-ids: Reinstate Micron MT25QL02G

Takahiro Kuwano (1):
      mtd: spi-nor: Add support for Spansion S25FL256L

Yanhong Wang (1):
      mtd: spi-nor-ids: Add GD25LQ256D Chip

 cmd/onenand.c                      |  9 +----
 drivers/mtd/altera_qspi.c          |  3 --
 drivers/mtd/cfi_mtd.c              |  1 -
 drivers/mtd/mtdconcat.c            | 11 ------
 drivers/mtd/mtdcore.c              |  8 ----
 drivers/mtd/mtdpart.c              | 23 +++---------
 drivers/mtd/nand/raw/nand_base.c   |  4 --
 drivers/mtd/nand/spi/macronix.c    | 10 ++++-
 drivers/mtd/onenand/onenand_base.c |  3 --
 drivers/mtd/spi/sf_mtd.c           |  1 -
 drivers/mtd/spi/spi-nor-core.c     | 65 +++++++++++++++++++++++++-------
 drivers/mtd/spi/spi-nor-ids.c      | 13 ++++++-
 drivers/mtd/ubi/io.c               | 13 -------
 drivers/spi/nxp_fspi.c             | 77 +++++++++++++++++++++++++++++++++-----
 env/onenand.c                      |  4 +-
 fs/yaffs2/yaffs_mtdif.c            |  1 -
 include/linux/mtd/mtd.h            | 11 ------
 include/nand.h                     |  1 -
 include/spi_flash.h                |  9 +++++
 19 files changed, 159 insertions(+), 108 deletions(-)

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

* Re: Pull request: u-boot-spi/master
  2021-08-03 16:24 Jagan Teki
@ 2021-08-04  1:14 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2021-08-04  1:14 UTC (permalink / raw)
  To: Jagan Teki; +Cc: u-boot

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

On Tue, Aug 03, 2021 at 09:54:20PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - SPI-NOR fix (Big Meng)
> - XMC XM25QH64C flash (Reto Schneider)
> 
> CI:
> https://source.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/8565
> 
> thanks,
> Jagan.
> 
> The following changes since commit 51aef405550e603ff702c034f0e2cd0f15bdf2bb:
> 
>   Merge branch '2021-08-02-numeric-input-cleanups' (2021-08-02 13:32:20 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to d008190920fbea4cd52b185e5191e6e0e5ae1f56:
> 
>   mtd: spi-nor: Mask out fast read if not requested in DT (2021-08-03 11:56:25 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom

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

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

* Pull request: u-boot-spi/master
@ 2021-08-03 16:24 Jagan Teki
  2021-08-04  1:14 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2021-08-03 16:24 UTC (permalink / raw)
  To: Tom Rini; +Cc: u-boot

Hi Tom,

Please pull this PR.

Summary:
- SPI-NOR fix (Big Meng)
- XMC XM25QH64C flash (Reto Schneider)

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

thanks,
Jagan.

The following changes since commit 51aef405550e603ff702c034f0e2cd0f15bdf2bb:

  Merge branch '2021-08-02-numeric-input-cleanups' (2021-08-02 13:32:20 -0400)

are available in the Git repository at:

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

for you to fetch changes up to d008190920fbea4cd52b185e5191e6e0e5ae1f56:

  mtd: spi-nor: Mask out fast read if not requested in DT (2021-08-03 11:56:25 +0530)

----------------------------------------------------------------
Bin Meng (3):
      spi: spi-mem-nodm: Fix read data size issue
      mtd: spi-nor: Respect flash's hwcaps in spi_nor_adjust_hwcaps()
      mtd: spi-nor: Mask out fast read if not requested in DT

Reto Schneider (1):
      mtd: spi-nor-ids: Add support for XMC XM25QH64C

 drivers/mtd/spi/spi-nor-core.c | 23 +++++++++++++++++------
 drivers/mtd/spi/spi-nor-ids.c  |  1 +
 drivers/spi/spi-mem-nodm.c     | 10 ++++++----
 3 files changed, 24 insertions(+), 10 deletions(-)

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

* Pull request: u-boot-spi/master
  2021-02-26 17:22 Jagan Teki
@ 2021-02-26 20:10 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2021-02-26 20:10 UTC (permalink / raw)
  To: u-boot

On Fri, Feb 26, 2021 at 10:52:12PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - new GigaDevice flash ids
> - fixes for imx, nxp_spi drivers
> 
> GitLab CI:
> https://gitlab.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/6528
> 
> The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:
> 
>   Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 783a15b35131abc599ec6deca55cf841d2e7c208:
> 
>   mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG (2021-02-26 16:01:37 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20210226/9282f696/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2021-02-26 17:22 Jagan Teki
  2021-02-26 20:10 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2021-02-26 17:22 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Summary:
- new GigaDevice flash ids
- fixes for imx, nxp_spi drivers

GitLab CI:
https://gitlab.denx.de/u-boot/custodians/u-boot-spi/-/pipelines/6528

The following changes since commit c28d5d704d3347fcbe5e49ab561973c00bf9337f:

  Merge branch '2021-02-25-remove-platforms' (2021-02-25 13:18:27 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 783a15b35131abc599ec6deca55cf841d2e7c208:

  mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG (2021-02-26 16:01:37 +0530)

----------------------------------------------------------------
Adam Ford (1):
      spi: nxp_fspi: Fix error reporting

Alper Nebi Yasak (1):
      mtd: spi-nor-ids: Add Gigadevice GD25LQ64C

Bin Meng (1):
      mtd: spi-nor.h: Change spaces to tabs

Hauke Mehrtens (1):
      mtd: nand: spi: Only one dummy byte in QUADIO

Marek Vasut (1):
      spi: imx: Implement set_speed

Reto Schneider (1):
      mtd: nand: spi: Support GigaDevice GD5F1GQ5UExxG

Sean Anderson (3):
      cmd: sf: Display errno on erase failure
      cmd: sf: Print error on test failure
      mtd: spi-nor-core: Fix typo in documentation

Su Baocheng (1):
      mtd: spi-nor-ids: Add support of flash protection to w25q128

 cmd/sf.c                          | 29 ++++++++------
 drivers/mtd/nand/spi/gigadevice.c | 79 ++++++++++++++++++++++++++++++++++-----
 drivers/mtd/spi/spi-nor-ids.c     | 10 ++++-
 drivers/spi/mxc_spi.c             |  5 ++-
 drivers/spi/nxp_fspi.c            |  4 +-
 include/linux/mtd/spi-nor.h       | 22 +++++------
 6 files changed, 113 insertions(+), 36 deletions(-)

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

* Pull request: u-boot-spi/master
  2020-12-18 17:54 Jagan Teki
@ 2020-12-20 23:06 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-12-20 23:06 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 18, 2020 at 11:24:02PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Travis-CI:
> https://travis-ci.com/github/openedev/u-boot-amarula/builds/209599920
> 
> thanks,
> Jagan.
> 
> The following changes since commit a4391365995a00f196373cddd35d99f74a9e62ff:
> 
>   configs: Resync with savedefconfig (2020-12-16 10:58:24 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 936a645609145363b9580adeda831ab3d9ac1d78:
> 
>   mtd: spi-nor-ids: add Micron MT25QL01G flash (2020-12-18 16:19:33 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20201220/859e5040/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-12-18 17:54 Jagan Teki
  2020-12-20 23:06 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-12-18 17:54 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Travis-CI:
https://travis-ci.com/github/openedev/u-boot-amarula/builds/209599920

thanks,
Jagan.

The following changes since commit a4391365995a00f196373cddd35d99f74a9e62ff:

  configs: Resync with savedefconfig (2020-12-16 10:58:24 -0500)

are available in the Git repository at:

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

for you to fetch changes up to 936a645609145363b9580adeda831ab3d9ac1d78:

  mtd: spi-nor-ids: add Micron MT25QL01G flash (2020-12-18 16:19:33 +0530)

----------------------------------------------------------------
Biju Das (1):
      mtd: spi-nor-ids: Add Winbond W25M512JW flash entry

Frieder Schrempf (3):
      mtd: spinand: Stop using spinand->oobbuf for buffering bad block markers
      mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
      mtd: spinand: Do not erase the block before writing a bad block marker

Hongwei Zhang (1):
      mtd: spi-nor-ids: add Micron MT25QL01G flash

Jagan Teki (3):
      cl-som-imx7: Switch to DM_SPI/DM_SPI_FLASH
      cm_fx6: Switch to full DM-aware
      dh_imx6: Switch to full DM-aware

Lad Prabhakar (1):
      mtd: spi-nor-ids: Add Winbond W25M512JV flash entry

Mikhail Kshevetskiy (1):
      mtd: spinand: enable erasing of bad mtd blocks

Patrick Delaunay (1):
      spi: migrate trace to dev and log macro in spi uclass

Pengpeng Chen (1):
      spi: ca_sflash: Add CAxxxx SPI Flash Controller

Robert Marko (1):
      mtd: spi-nor-ids: Add SECT_4K to mx25l12805d

Sean Anderson (14):
      doc: Fix typo in FIT documentation
      spi: Fix typo in header
      spi: dw: Fix driving MOSI low while recieving
      spi: dw: Convert calls to debug to dev_*
      spi: dw: Rename "cs-gpio" to "cs-gpios"
      spi: dw: Use generic function to read reg address
      spi: dw: Rename registers to match datasheet
      spi: dw: Remove spi_enable_chip
      spi: dw: Rearrange struct dw_spi_priv
      spi: dw: Add SoC-specific compatible strings
      spi: dw: Add support for multiple CTRLR0 layouts
      spi: dw: Document devicetree binding
      spi: dw: Add mem_ops
      riscv: Add device tree bindings for SPI

 MAINTAINERS                                      |   2 +
 arch/arc/dts/axs10x_mb.dtsi                      |   5 +-
 arch/arc/dts/hsdk-common.dtsi                    |   5 +-
 arch/arm/dts/socfpga.dtsi                        |   6 +-
 arch/arm/dts/socfpga_agilex.dtsi                 |   6 +-
 arch/arm/dts/socfpga_arria10.dtsi                |   6 +-
 arch/arm/dts/socfpga_stratix10.dtsi              |   6 +-
 arch/mips/dts/mscc,jr2.dtsi                      |   2 +-
 arch/mips/dts/mscc,ocelot.dtsi                   |   2 +-
 arch/riscv/dts/k210-maix-bit.dts                 |  46 +-
 arch/riscv/dts/k210.dtsi                         |  15 +-
 configs/cl-som-imx7_defconfig                    |   7 +-
 configs/cm_fx6_defconfig                         |   3 +
 configs/dh_imx6_defconfig                        |   3 +
 doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt |  56 +++
 doc/uImage.FIT/source_file_format.txt            |   2 +-
 drivers/mtd/nand/core.c                          |  10 +-
 drivers/mtd/nand/spi/core.c                      |  24 +-
 drivers/mtd/spi/spi-nor-ids.c                    |   5 +-
 drivers/spi/Kconfig                              |   8 +
 drivers/spi/Makefile                             |   1 +
 drivers/spi/ca_sflash.c                          | 576 +++++++++++++++++++++++
 drivers/spi/designware_spi.c                     | 405 ++++++++++++----
 drivers/spi/spi-uclass.c                         |  51 +-
 include/configs/cm_fx6.h                         |   7 -
 include/configs/dh_imx6.h                        |   6 -
 include/spi.h                                    |   2 +-
 27 files changed, 1094 insertions(+), 173 deletions(-)
 create mode 100644 doc/device-tree-bindings/spi/snps,dw-apb-ssi.txt
 create mode 100644 drivers/spi/ca_sflash.c

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

* Pull request: u-boot-spi/master
  2020-07-20 17:14 Jagan Teki
@ 2020-07-22  3:04 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-07-22  3:04 UTC (permalink / raw)
  To: u-boot

On Mon, Jul 20, 2020 at 10:44:49PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> PR for spinand changes.
> 
> Summary:
> - add new series Micron SPI NAND devices (Shivamurthy)
> 
> The following changes since commit 7303ba10a4a39852b9ba356fae5656b43122eec6:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-07-20 09:25:32 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master 
> 
> for you to fetch changes up to fe48d4f99680ab99d9a6798928eb7c184c61c486:
> 
>   mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies (2020-07-20 22:29:18 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200721/f99a30ad/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-07-20 17:14 Jagan Teki
  2020-07-22  3:04 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-07-20 17:14 UTC (permalink / raw)
  To: u-boot

Hi Tom,

PR for spinand changes.

Summary:
- add new series Micron SPI NAND devices (Shivamurthy)

The following changes since commit 7303ba10a4a39852b9ba356fae5656b43122eec6:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86 (2020-07-20 09:25:32 -0400)

are available in the Git repository at:

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

for you to fetch changes up to fe48d4f99680ab99d9a6798928eb7c184c61c486:

  mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies (2020-07-20 22:29:18 +0530)

----------------------------------------------------------------
Shivamurthy Shastri (6):
      mtd: spinand: micron: Generalize the OOB layout structure and function names
      mtd: spinand: micron: Describe the SPI NAND device MT29F2G01ABAGD
      mtd: spinand: micron: Add new Micron SPI NAND devices
      mtd: spinand: micron: identify SPI NAND device with Continuous Read mode
      mtd: spinand: micron: Add M70A series Micron SPI NAND devices
      mtd: spinand: micron: Add new Micron SPI NAND devices with multiple dies

 drivers/mtd/nand/spi/micron.c | 150 ++++++++++++++++++++++++++++++++++++++----
 include/linux/mtd/spinand.h   |   1 +
 2 files changed, 137 insertions(+), 14 deletions(-)

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

* Pull request: u-boot-spi/master
  2020-07-11 17:02 Jagan Teki
@ 2020-07-13 15:28 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-07-13 15:28 UTC (permalink / raw)
  To: u-boot

On Sat, Jul 11, 2020 at 10:32:26PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> This PR about dm migration and other SF fixes.
> 
> Summary:
> - Enable DM_SPI on siemens omap boards (Jagan)
> - Dropped some non-dm supported omap3 boards (Jagan) 
> - Dropped non-dm code in omap3 spi driver (Jagan)
> - Dropped non-dm code in kirkwood spi driver (Bhargav)
> 
> Travis CI:
> https://travis-ci.org/github/openedev/u-boot-amarula/builds/707124445
> 
> Any inputs?
> Jagan.
> 
> The following changes since commit d9107930af63d88c2d84560db19e65f1a51c4cbd:
> 
>   Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2020-07-09 08:22:44 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 18c56605c6cd45cb3e1ea39e2a9df46d4eade7ae:
> 
>   doc: driver-model: Update SPI migration status (2020-07-10 12:39:54 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200713/69a77b6f/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-07-11 17:02 Jagan Teki
  2020-07-13 15:28 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-07-11 17:02 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This PR about dm migration and other SF fixes.

Summary:
- Enable DM_SPI on siemens omap boards (Jagan)
- Dropped some non-dm supported omap3 boards (Jagan) 
- Dropped non-dm code in omap3 spi driver (Jagan)
- Dropped non-dm code in kirkwood spi driver (Bhargav)

Travis CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/707124445

Any inputs?
Jagan.

The following changes since commit d9107930af63d88c2d84560db19e65f1a51c4cbd:

  Merge tag 'for-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-boot-i2c (2020-07-09 08:22:44 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 18c56605c6cd45cb3e1ea39e2a9df46d4eade7ae:

  doc: driver-model: Update SPI migration status (2020-07-10 12:39:54 +0530)

----------------------------------------------------------------
Bhargav Shah (1):
      spi: kirkwood: Drop nondm code

Jagan Teki (19):
      am335x: igep003x: Enable DM_SPI
      siemens: draco: Enable DM_SPI, DM_SPI_FLASH
      siemens: etamin: Enable DM_SPI, DM_SPI_FLASH
      siemens: rastaban: Enable DM_SPI, DM_SPI_FLASH
      siemens: thuban: Enable DM_SPI, DM_SPI_FLASH
      siemens: pxm2: Enable DM_SPI, DM_SPI_FLASH
      siemens: rut: Enable DM_SPI, DM_SPI_FLASH
      arm: Remove cm_t54 board
      arm: Remove cm_t35 board
      arm: Remove overo board
      logicpd: Drop omap3 zoom1
      arm: Remove cairo board
      arm: Remove bav335x board
      arm: Remove pepper board
      arm: Remove pengwyn board
      db-88f6281-bp-nand: Enable DM_SPI/SPI_FLASH
      spi: omap3: Drop nondm code
      arm: Remove mx31pdk board
      doc: driver-model: Update SPI migration status

Johannes Holland (1):
      spi: add support for all spi modes with soft spi

Pragnesh Patel (1):
      mtd: spi-nor: Enable QE bit for ISSI flash in case of SFDP

 arch/arm/Kconfig                         |   3 -
 arch/arm/mach-imx/mx3/Kconfig            |   1 -
 arch/arm/mach-omap2/am33xx/Kconfig       |  29 --
 arch/arm/mach-omap2/omap3/Kconfig        |  18 --
 arch/arm/mach-omap2/omap4/Kconfig        |   4 -
 arch/arm/mach-omap2/omap5/Kconfig        |   1 -
 board/birdland/bav335x/Kconfig           |  23 --
 board/birdland/bav335x/Makefile          |  11 -
 board/birdland/bav335x/README            |  31 --
 board/birdland/bav335x/board.c           | 432 --------------------------
 board/birdland/bav335x/board.h           |  58 ----
 board/birdland/bav335x/mux.c             | 190 ------------
 board/birdland/bav335x/u-boot.lds        | 115 -------
 board/compulab/cm_t35/Kconfig            |  12 -
 board/compulab/cm_t35/MAINTAINERS        |   6 -
 board/compulab/cm_t35/Makefile           |   8 -
 board/compulab/cm_t35/cm_t35.c           | 513 -------------------------------
 board/compulab/cm_t54/Kconfig            |  12 -
 board/compulab/cm_t54/MAINTAINERS        |   6 -
 board/compulab/cm_t54/Makefile           |   8 -
 board/compulab/cm_t54/cm_t54.c           | 261 ----------------
 board/compulab/cm_t54/mux.c              |  94 ------
 board/compulab/cm_t54/spl.c              |  65 ----
 board/freescale/mx31pdk/Kconfig          |  15 -
 board/freescale/mx31pdk/MAINTAINERS      |   6 -
 board/freescale/mx31pdk/Makefile         |  11 -
 board/freescale/mx31pdk/lowlevel_init.S  |  76 -----
 board/freescale/mx31pdk/mx31pdk.c        | 119 -------
 board/gumstix/duovero/Kconfig            |  12 -
 board/gumstix/duovero/MAINTAINERS        |   6 -
 board/gumstix/duovero/Makefile           |   6 -
 board/gumstix/duovero/duovero.c          | 273 ----------------
 board/gumstix/duovero/duovero_mux_data.h | 198 ------------
 board/gumstix/pepper/Kconfig             |  15 -
 board/gumstix/pepper/MAINTAINERS         |   6 -
 board/gumstix/pepper/Makefile            |  11 -
 board/gumstix/pepper/board.c             | 288 -----------------
 board/gumstix/pepper/board.h             |  31 --
 board/gumstix/pepper/mux.c               |  82 -----
 board/logicpd/zoom1/Kconfig              |  12 -
 board/logicpd/zoom1/MAINTAINERS          |   6 -
 board/logicpd/zoom1/Makefile             |   6 -
 board/logicpd/zoom1/config.mk            |  14 -
 board/logicpd/zoom1/zoom1.c              | 148 ---------
 board/logicpd/zoom1/zoom1.h              | 122 --------
 board/overo/Kconfig                      |   9 -
 board/overo/MAINTAINERS                  |   6 -
 board/overo/Makefile                     |  10 -
 board/overo/common.c                     | 368 ----------------------
 board/overo/overo.c                      | 411 -------------------------
 board/overo/overo.h                      | 169 ----------
 board/overo/spl.c                        |  61 ----
 board/quipos/cairo/Kconfig               |  12 -
 board/quipos/cairo/MAINTAINERS           |   6 -
 board/quipos/cairo/Makefile              |   6 -
 board/quipos/cairo/cairo.c               |  98 ------
 board/quipos/cairo/cairo.h               | 318 -------------------
 board/silica/pengwyn/Kconfig             |  15 -
 board/silica/pengwyn/MAINTAINERS         |   6 -
 board/silica/pengwyn/Makefile            |  11 -
 board/silica/pengwyn/board.c             | 204 ------------
 board/silica/pengwyn/board.h             |  14 -
 board/silica/pengwyn/mux.c               |  97 ------
 configs/am335x_igep003x_defconfig        |   1 +
 configs/birdland_bav335a_defconfig       |  69 -----
 configs/birdland_bav335b_defconfig       |  69 -----
 configs/cairo_defconfig                  |  40 ---
 configs/cm_t35_defconfig                 |  65 ----
 configs/cm_t54_defconfig                 |  53 ----
 configs/db-88f6281-bp-nand_defconfig     |   4 +-
 configs/draco_defconfig                  |   8 +-
 configs/duovero_defconfig                |  42 ---
 configs/etamin_defconfig                 |   8 +-
 configs/mx31pdk_defconfig                |  40 ---
 configs/omap3_overo_defconfig            |  53 ----
 configs/omap3_zoom1_defconfig            |  41 ---
 configs/pengwyn_defconfig                |  68 ----
 configs/pepper_defconfig                 |  43 ---
 configs/pxm2_defconfig                   |   8 +-
 configs/rastaban_defconfig               |   8 +-
 configs/rut_defconfig                    |   8 +-
 configs/thuban_defconfig                 |   8 +-
 doc/README.omap3                         |   5 -
 doc/driver-model/migration.rst           |  15 +-
 drivers/mtd/spi/spi-nor-core.c           |   7 +-
 drivers/spi/Kconfig                      |  26 +-
 drivers/spi/kirkwood_spi.c               | 136 +-------
 drivers/spi/omap3_spi.c                  | 136 --------
 drivers/spi/soft_spi.c                   |  48 ++-
 include/configs/bav335x.h                | 475 ----------------------------
 include/configs/cm_t35.h                 | 249 ---------------
 include/configs/cm_t54.h                 | 120 --------
 include/configs/duovero.h                |  36 ---
 include/configs/mx31pdk.h                | 141 ---------
 include/configs/omap3_cairo.h            | 215 -------------
 include/configs/omap3_overo.h            | 184 -----------
 include/configs/omap3_zoom1.h            | 131 --------
 include/configs/pengwyn.h                | 166 ----------
 include/configs/pepper.h                 |  78 -----
 include/configs/siemens-am33x-common.h   |   3 -
 scripts/config_whitelist.txt             |   2 -
 101 files changed, 107 insertions(+), 7887 deletions(-)
 delete mode 100644 board/birdland/bav335x/Kconfig
 delete mode 100644 board/birdland/bav335x/Makefile
 delete mode 100644 board/birdland/bav335x/README
 delete mode 100644 board/birdland/bav335x/board.c
 delete mode 100644 board/birdland/bav335x/board.h
 delete mode 100644 board/birdland/bav335x/mux.c
 delete mode 100644 board/birdland/bav335x/u-boot.lds
 delete mode 100644 board/compulab/cm_t35/Kconfig
 delete mode 100644 board/compulab/cm_t35/MAINTAINERS
 delete mode 100644 board/compulab/cm_t35/Makefile
 delete mode 100644 board/compulab/cm_t35/cm_t35.c
 delete mode 100644 board/compulab/cm_t54/Kconfig
 delete mode 100644 board/compulab/cm_t54/MAINTAINERS
 delete mode 100644 board/compulab/cm_t54/Makefile
 delete mode 100644 board/compulab/cm_t54/cm_t54.c
 delete mode 100644 board/compulab/cm_t54/mux.c
 delete mode 100644 board/compulab/cm_t54/spl.c
 delete mode 100644 board/freescale/mx31pdk/Kconfig
 delete mode 100644 board/freescale/mx31pdk/MAINTAINERS
 delete mode 100644 board/freescale/mx31pdk/Makefile
 delete mode 100644 board/freescale/mx31pdk/lowlevel_init.S
 delete mode 100644 board/freescale/mx31pdk/mx31pdk.c
 delete mode 100644 board/gumstix/duovero/Kconfig
 delete mode 100644 board/gumstix/duovero/MAINTAINERS
 delete mode 100644 board/gumstix/duovero/Makefile
 delete mode 100644 board/gumstix/duovero/duovero.c
 delete mode 100644 board/gumstix/duovero/duovero_mux_data.h
 delete mode 100644 board/gumstix/pepper/Kconfig
 delete mode 100644 board/gumstix/pepper/MAINTAINERS
 delete mode 100644 board/gumstix/pepper/Makefile
 delete mode 100644 board/gumstix/pepper/board.c
 delete mode 100644 board/gumstix/pepper/board.h
 delete mode 100644 board/gumstix/pepper/mux.c
 delete mode 100644 board/logicpd/zoom1/Kconfig
 delete mode 100644 board/logicpd/zoom1/MAINTAINERS
 delete mode 100644 board/logicpd/zoom1/Makefile
 delete mode 100644 board/logicpd/zoom1/config.mk
 delete mode 100644 board/logicpd/zoom1/zoom1.c
 delete mode 100644 board/logicpd/zoom1/zoom1.h
 delete mode 100644 board/overo/Kconfig
 delete mode 100644 board/overo/MAINTAINERS
 delete mode 100644 board/overo/Makefile
 delete mode 100644 board/overo/common.c
 delete mode 100644 board/overo/overo.c
 delete mode 100644 board/overo/overo.h
 delete mode 100644 board/overo/spl.c
 delete mode 100644 board/quipos/cairo/Kconfig
 delete mode 100644 board/quipos/cairo/MAINTAINERS
 delete mode 100644 board/quipos/cairo/Makefile
 delete mode 100644 board/quipos/cairo/cairo.c
 delete mode 100644 board/quipos/cairo/cairo.h
 delete mode 100644 board/silica/pengwyn/Kconfig
 delete mode 100644 board/silica/pengwyn/MAINTAINERS
 delete mode 100644 board/silica/pengwyn/Makefile
 delete mode 100644 board/silica/pengwyn/board.c
 delete mode 100644 board/silica/pengwyn/board.h
 delete mode 100644 board/silica/pengwyn/mux.c
 delete mode 100644 configs/birdland_bav335a_defconfig
 delete mode 100644 configs/birdland_bav335b_defconfig
 delete mode 100644 configs/cairo_defconfig
 delete mode 100644 configs/cm_t35_defconfig
 delete mode 100644 configs/cm_t54_defconfig
 delete mode 100644 configs/duovero_defconfig
 delete mode 100644 configs/mx31pdk_defconfig
 delete mode 100644 configs/omap3_overo_defconfig
 delete mode 100644 configs/omap3_zoom1_defconfig
 delete mode 100644 configs/pengwyn_defconfig
 delete mode 100644 configs/pepper_defconfig
 delete mode 100644 include/configs/bav335x.h
 delete mode 100644 include/configs/cm_t35.h
 delete mode 100644 include/configs/cm_t54.h
 delete mode 100644 include/configs/duovero.h
 delete mode 100644 include/configs/mx31pdk.h
 delete mode 100644 include/configs/omap3_cairo.h
 delete mode 100644 include/configs/omap3_overo.h
 delete mode 100644 include/configs/omap3_zoom1.h
 delete mode 100644 include/configs/pengwyn.h
 delete mode 100644 include/configs/pepper.h

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

* Pull request: u-boot-spi/master
  2020-06-11 17:53 Jagan Teki
@ 2020-06-14 16:00 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-06-14 16:00 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 11, 2020 at 11:23:13PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> This PR is for next release.
> 
> I'm sending the PR for migration early hoping it can avoid conflicts 
> from your series or in general.
> 
> May be applied on next would help keep migrations changes inline.
> 
> Summary:
> - Drop davinci, mxs spi nondm code
> - Zap nondm soft_spi
> - Switch few board to DM_SPI
> - Drop omap3_pandora, pcm051 boards
> 
> Travis-CI:
> https://travis-ci.org/github/openedev/u-boot-amarula/builds/697164896
> 
> The following changes since commit be79009f3b9bbdbce283e67a865121e576d790ea:
> 
>   Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-09 09:17:24 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to b45926fa1d5a1be2a55d0eb208bff8f04f00f875:
> 
>   am335x: sl50: Enable DM_SPI (2020-06-11 15:14:04 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200614/e923255e/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-06-11 17:53 Jagan Teki
  2020-06-14 16:00 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-06-11 17:53 UTC (permalink / raw)
  To: u-boot

Hi Tom,

This PR is for next release.

I'm sending the PR for migration early hoping it can avoid conflicts 
from your series or in general.

May be applied on next would help keep migrations changes inline.

Summary:
- Drop davinci, mxs spi nondm code
- Zap nondm soft_spi
- Switch few board to DM_SPI
- Drop omap3_pandora, pcm051 boards

Travis-CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/697164896

The following changes since commit be79009f3b9bbdbce283e67a865121e576d790ea:

  Merge tag 'u-boot-imx-20200609' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx (2020-06-09 09:17:24 -0400)

are available in the Git repository at:

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

for you to fetch changes up to b45926fa1d5a1be2a55d0eb208bff8f04f00f875:

  am335x: sl50: Enable DM_SPI (2020-06-11 15:14:04 +0530)

----------------------------------------------------------------
Jagan Teki (13):
      spi: mxs: Drop nondm code
      spi: mxs: Code cleanup
      spi: Zap SOFT_SPI (non-dm)
      spi: fsl_dspi: Drop nondm code
      spi: atmel: Drop CONFIG_SYS_SPI_WRITE_TOUT
      spi: atmel: Remove nondm code
      spi: atmel: Drop atmel_spi.h
      ks2_evm: Switch to DM_SPL, SPL_OF_CONTROL
      spi: davinci: Drop non-dm code
      arm: Remove omap3_pandora_defconfig board
      arm: Remove pcm051 board
      configs: igep00x0: Enable DM_SPI
      am335x: sl50: Enable DM_SPI

 arch/arm/Kconfig                     |   1 -
 arch/arm/mach-omap2/omap3/Kconfig    |   1 -
 board/pandora/Kconfig                |   9 -
 board/pandora/MAINTAINERS            |   6 -
 board/pandora/Makefile               |   6 -
 board/pandora/pandora.c              | 149 -------------
 board/pandora/pandora.h              | 391 -----------------------------------
 board/phytec/pcm051/Kconfig          |  15 --
 board/phytec/pcm051/MAINTAINERS      |   7 -
 board/phytec/pcm051/Makefile         |  11 -
 board/phytec/pcm051/board.c          | 258 -----------------------
 board/phytec/pcm051/board.h          |  24 ---
 board/phytec/pcm051/mux.c            | 127 ------------
 configs/am335x_sl50_defconfig        |   1 +
 configs/igep00x0_defconfig           |   1 +
 configs/k2e_evm_defconfig            |   2 +
 configs/k2g_evm_defconfig            |   2 +
 configs/k2hk_evm_defconfig           |   2 +
 configs/k2l_evm_defconfig            |   2 +
 configs/omap3_pandora_defconfig      |  40 ----
 configs/pcm051_rev1_defconfig        |  60 ------
 configs/pcm051_rev3_defconfig        |  60 ------
 doc/README.omap3                     |   5 -
 drivers/spi/Kconfig                  |  37 ++--
 drivers/spi/Makefile                 |   1 -
 drivers/spi/atmel_spi.c              | 286 ++++++++-----------------
 drivers/spi/atmel_spi.h              |  15 --
 drivers/spi/davinci_spi.c            | 157 --------------
 drivers/spi/fsl_dspi.c               | 132 ------------
 drivers/spi/mxs_spi.c                | 158 ++------------
 drivers/spi/soft_spi_legacy.c        | 168 ---------------
 include/configs/omap3_pandora.h      |  62 ------
 include/configs/pcm051.h             | 128 ------------
 include/configs/ti_armv7_keystone2.h |  17 --
 scripts/config_whitelist.txt         |   1 -
 35 files changed, 130 insertions(+), 2212 deletions(-)
 delete mode 100644 board/pandora/Kconfig
 delete mode 100644 board/pandora/MAINTAINERS
 delete mode 100644 board/pandora/Makefile
 delete mode 100644 board/pandora/pandora.c
 delete mode 100644 board/pandora/pandora.h
 delete mode 100644 board/phytec/pcm051/Kconfig
 delete mode 100644 board/phytec/pcm051/MAINTAINERS
 delete mode 100644 board/phytec/pcm051/Makefile
 delete mode 100644 board/phytec/pcm051/board.c
 delete mode 100644 board/phytec/pcm051/board.h
 delete mode 100644 board/phytec/pcm051/mux.c
 delete mode 100644 configs/omap3_pandora_defconfig
 delete mode 100644 configs/pcm051_rev1_defconfig
 delete mode 100644 configs/pcm051_rev3_defconfig
 delete mode 100644 drivers/spi/soft_spi_legacy.c
 delete mode 100644 include/configs/omap3_pandora.h
 delete mode 100644 include/configs/pcm051.h

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

* Pull request: u-boot-spi/master
  2020-06-02 18:54 Jagan Teki
@ 2020-06-03 18:09 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-06-03 18:09 UTC (permalink / raw)
  To: u-boot

On Wed, Jun 03, 2020 at 12:24:53AM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summay:
> - Toshiba spinand (Yoshio)
> - SPI/SPI Flash cleanup (Jagan)
> - Remove SH SPI (Jagan)
> 
> Travis-CI:
> https://travis-ci.org/github/openedev/u-boot-amarula/builds/693428912
> 
> The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:
> 
>   Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to db2e6d0ad7860653fcec63ded4211d74b83c2e09:
> 
>   doc: driver-model: Update SPI migration status (2020-06-01 19:10:37 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200603/09d636ab/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-06-02 18:54 Jagan Teki
  2020-06-03 18:09 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-06-02 18:54 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Summay:
- Toshiba spinand (Yoshio)
- SPI/SPI Flash cleanup (Jagan)
- Remove SH SPI (Jagan)

Travis-CI:
https://travis-ci.org/github/openedev/u-boot-amarula/builds/693428912

The following changes since commit ab80137cc436e977ef91a154372ae5aeae3f4fb0:

  Merge https://gitlab.denx.de/u-boot/custodians/u-boot-marvell (2020-05-27 10:56:25 -0400)

are available in the Git repository at:

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

for you to fetch changes up to db2e6d0ad7860653fcec63ded4211d74b83c2e09:

  doc: driver-model: Update SPI migration status (2020-06-01 19:10:37 +0530)

----------------------------------------------------------------
Jagan Teki (11):
      spi Drop spi_init()
      spi: Kconfig: Drop redundant CF_SPI definition
      spi: Kconfig: Move MSCC_BB_SPI, FSL_QSPI into DM_SPI
      spi: Zap sh_spi driver
      mtd: spi: Use CONFIG_IS_ENABLED to prevent ifdef
      sf: Drop spl_flash_get_sw_write_prot
      mtd: spi: Call sst_write in _write ops
      cmd: sf Drop reassignment of new into flash
      env: sf: Free the old env_flash
      mtd: sf: Drop plat from sf_probe
      doc: driver-model: Update SPI migration status

Yoshio Furuyama (2):
      mtd: spinand: toshiba: Rename function name to change suffix and prefix (8Gbit)
      mtd: spinand: toshiba: Support for new Kioxia Serial NAND

 cmd/sf.c                       |   3 -
 doc/driver-model/migration.rst |   2 -
 drivers/mtd/nand/spi/toshiba.c | 167 ++++++++++++++++++++-------
 drivers/mtd/spi/sf-uclass.c    |   9 --
 drivers/mtd/spi/sf_internal.h  |  14 ++-
 drivers/mtd/spi/sf_probe.c     |  27 ++---
 drivers/mtd/spi/spi-nor-core.c |  24 ++--
 drivers/mtd/spi/spi-nor-tiny.c |   6 -
 drivers/spi/Kconfig            |  43 +++----
 drivers/spi/Makefile           |   1 -
 drivers/spi/cf_spi.c           |   4 -
 drivers/spi/kirkwood_spi.c     |   4 -
 drivers/spi/sh_spi.c           | 250 -----------------------------------------
 drivers/spi/sh_spi.h           |  67 -----------
 env/sf.c                       |  13 +--
 include/spi_flash.h            |  27 -----
 test/dm/sf.c                   |  10 +-
 17 files changed, 174 insertions(+), 497 deletions(-)
 delete mode 100644 drivers/spi/sh_spi.c
 delete mode 100644 drivers/spi/sh_spi.h

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

* Pull request: u-boot-spi/master
  2020-04-21  8:24 Jagan Teki
@ 2020-04-21 19:19 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-04-21 19:19 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 21, 2020 at 01:54:04PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> thanks,
> Jagan.
> 
> The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:
> 
>   Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 48465bbc84d2f3824641b7627f417e36f515c896:
> 
>   mtd: spi-nor-ids: Add Spansion s25fs512s flash entry (2020-04-20 23:55:06 +0530)
> 

NAK, a handful of boards fail like this:
+(firefly-px30) In file included from include/configs/px30_common.h:52,
+(firefly-px30)                  from include/configs/evb_px30.h:9,
+(firefly-px30)                  from include/config.h:5,
+(firefly-px30)                  from include/common.h:16,
+(firefly-px30)                  from env/common.c:10:
+(firefly-px30) include/config_distro_bootcmd.h:402:2: error: expected '}' before 'BOOTENV_DEV_NAME_SF'
+(firefly-px30)   402 |  BOOTENV_DEV_NAME_##devtypeu(devtypeu, devtypel, instance)
+(firefly-px30)       |  ^~~~~~~~~~~~~~~~~
+(firefly-px30) include/configs/rockchip-common.h:45:31: note: in expansion of macro 'BOOTENV_DEV_NAME'
+(firefly-px30)    45 |  #define BOOT_TARGET_SF(func) func(SF, sf, 0)
+(firefly-px30)       |                               ^~~~
+(firefly-px30) include/configs/rockchip-common.h:55:2: note: in expansion of macro 'BOOT_TARGET_SF'
+(firefly-px30)    55 |  BOOT_TARGET_SF(func)
+(firefly-px30)       |  ^~~~~~~~~~~~~~
+(firefly-px30) include/config_distro_bootcmd.h:404:18: note: in expansion of macro 'BOOT_TARGET_DEVICES'
+(firefly-px30)   404 |  "boot_targets=" BOOT_TARGET_DEVICES(BOOTENV_DEV_NAME) "\0"
+(firefly-px30)       |                  ^~~~~~~~~~~~~~~~~~~
+(firefly-px30) include/config_distro_bootcmd.h:423:2: note: in expansion of macro 'BOOTENV_BOOT_TARGETS'
+(firefly-px30)   423 |  BOOTENV_BOOT_TARGETS \
+(firefly-px30)       |  ^~~~~~~~~~~~~~~~~~~~
+(firefly-px30) include/configs/px30_common.h:58:2: note: in expansion of macro 'BOOTENV'
+(firefly-px30)    58 |  BOOTENV
+(firefly-px30)       |  ^~~~~~~
+(firefly-px30) include/env_default.h:111:2: note: in expansion of macro 'CONFIG_EXTRA_ENV_SETTINGS'
+(firefly-px30)   111 |  CONFIG_EXTRA_ENV_SETTINGS
+(firefly-px30)       |  ^~~~~~~~~~~~~~~~~~~~~~~~~
+(firefly-px30) In file included from env/common.c:26:
+(firefly-px30) include/env_default.h:22:37: note: to match this '{'
+(firefly-px30)    22 | const uchar default_environment[] = {
+(firefly-px30)       |                                     ^
+(firefly-px30) make[2]: *** [env/common.o] Error 1
+(firefly-px30) make[1]: *** [env] Error 2
+(firefly-px30) make: *** [sub-make] Error 2

See https://gitlab.denx.de/u-boot/u-boot/-/jobs/80958 and
https://gitlab.denx.de/u-boot/u-boot/-/jobs/80910

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200421/f4480287/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-04-21  8:24 Jagan Teki
  2020-04-21 19:19 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-04-21  8:24 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

thanks,
Jagan.

The following changes since commit 8d5d3bcf3c53d798bd7f3fe7092e994593bcc41c:

  Merge branch '2020-04-16-master-imports' (2020-04-17 11:17:29 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 48465bbc84d2f3824641b7627f417e36f515c896:

  mtd: spi-nor-ids: Add Spansion s25fs512s flash entry (2020-04-20 23:55:06 +0530)

----------------------------------------------------------------
Bacem Daassi (1):
      mtd: spi-nor: Enable dual and quad read for s25fl256s0

Jagan Teki (7):
      environment: distro: Add SF distro command
      rk3399: Add boot flash script offset, size
      rockchip: Enable SF distro bootcmd
      spi: sifive: Tidy up dm_spi_slave_platdata variable
      mtd: spi-nor: Enable QE bit for ISSI flash
      mtd: spi-nor-ids: Enable 4B_OPCODES for is25wp256
      watchdog: kconfig: Enable designware for rk3399

Kuldeep Singh (3):
      spi: Transform the FSL QuadSPI driver to use the SPI MEM API
      mtd: spi-nor-ids: Enable SPI_NOR_OCTAL_READ flag for mt35xu*
      mtd: spi-nor-ids: Add Spansion s25fs512s flash entry

Pratyush Yadav (1):
      spi: cadence-qspi: Move ref clock calculation to probe

Rasmus Villemoes (1):
      spi: use is_power_of_2 instead of hweight32 in spi_nor_write()

Robert Marko (2):
      mtd: spi-nand: Import Toshiba SPI-NAND support
      mtd: nand: spi: add support for Toshiba TC58CVG2S0HRAIJ

Tudor Ambarus (1):
      spi: spi-mem: Add SPI_MEM_NO_DATA to the spi_mem_data_dir enum

 drivers/mtd/nand/spi/Makefile     |    2 +-
 drivers/mtd/nand/spi/core.c       |    1 +
 drivers/mtd/nand/spi/toshiba.c    |  201 +++++
 drivers/mtd/spi/spi-nor-core.c    |    6 +-
 drivers/mtd/spi/spi-nor-ids.c     |   12 +-
 drivers/spi/cadence_qspi.c        |   33 +-
 drivers/spi/fsl_qspi.c            | 1577 ++++++++++++++-----------------------
 drivers/spi/fsl_qspi.h            |  145 ----
 drivers/spi/spi-mem.c             |    2 +-
 drivers/spi/spi-sifive.c          |   30 +-
 drivers/watchdog/Kconfig          |    1 +
 include/configs/rk3399_common.h   |    3 +
 include/configs/rockchip-common.h |    9 +-
 include/environment/distro/sf.h   |   41 +
 include/linux/mtd/spi-nor.h       |    1 +
 include/linux/mtd/spinand.h       |    1 +
 include/spi-mem.h                 |    2 +
 17 files changed, 910 insertions(+), 1157 deletions(-)
 create mode 100644 drivers/mtd/nand/spi/toshiba.c
 delete mode 100644 drivers/spi/fsl_qspi.h
 create mode 100644 include/environment/distro/sf.h

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

* Pull request: u-boot-spi/master
  2020-04-03 14:30 Jagan Teki
@ 2020-04-05 23:04 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-04-05 23:04 UTC (permalink / raw)
  To: u-boot

On Fri, Apr 03, 2020 at 08:00:24PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for the release.
> 
> Summary:
> - fix for MMIO window size (Tudor Ambarus)
> 
> thanks,
> Jagan.
> 
> The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:
> 
>   Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm (2020-04-01 14:29:21 -0400)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to 52e2565bfb5d332e53021c6ec437cdb95eaf9dde:
> 
>   spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses (2020-04-02 17:17:09 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200405/8ff85a2f/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-04-03 14:30 Jagan Teki
  2020-04-05 23:04 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-04-03 14:30 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR for the release.

Summary:
- fix for MMIO window size (Tudor Ambarus)

thanks,
Jagan.

The following changes since commit e0718b3ab754860bd47677e6b4fc5b70da42c4ab:

  Merge tag 'dm-pull-1apr20' of git://git.denx.de/u-boot-dm (2020-04-01 14:29:21 -0400)

are available in the Git repository at:

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

for you to fetch changes up to 52e2565bfb5d332e53021c6ec437cdb95eaf9dde:

  spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses (2020-04-02 17:17:09 +0530)

----------------------------------------------------------------
Tudor Ambarus (2):
      spi: atmel-quadspi: fix possible MMIO window size overrun
      spi: atmel-quadspi: Add verbose debug facilities to monitor register accesses

 drivers/spi/atmel-quadspi.c | 125 +++++++++++++++++++++++++++++++++++++-------
 1 file changed, 107 insertions(+), 18 deletions(-)

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

* Pull request: u-boot-spi/master
  2020-01-27 17:48 Jagan Teki
@ 2020-01-28 16:04 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2020-01-28 16:04 UTC (permalink / raw)
  To: u-boot

On Mon, Jan 27, 2020 at 11:18:18PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR.
> 
> Summary:
> - spi cs accessing slaves (Bin Meng)
> - spi prevent overriding established bus (Marcin Wojtas)
> - support speed in spi command (Marek Vasut)
> - add W25N01GV spinand (Robert Marko)
> - move cadence_qspi to use spi-mem (Vignesh Raghavendra)
> - add octal mode (Vignesh Raghavendra)
> 
> thanks,
> Jagan.
> 
> The following changes since commit 051e03c0d76b7ce9d4649f76f5be979d8f88e765:
> 
>   Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2020-01-27 07:19:26 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to daa9405d7c4bdbabe257b03d268277f249bb3297:
> 
>   spi: cadence-qspi: Add compatible for TI AM654 (2020-01-27 22:27:22 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200128/5b389837/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2020-01-27 17:48 Jagan Teki
  2020-01-28 16:04 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2020-01-27 17:48 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR.

Summary:
- spi cs accessing slaves (Bin Meng)
- spi prevent overriding established bus (Marcin Wojtas)
- support speed in spi command (Marek Vasut)
- add W25N01GV spinand (Robert Marko)
- move cadence_qspi to use spi-mem (Vignesh Raghavendra)
- add octal mode (Vignesh Raghavendra)

thanks,
Jagan.

The following changes since commit 051e03c0d76b7ce9d4649f76f5be979d8f88e765:

  Merge tag 'u-boot-clk-26Jan2020' of https://gitlab.denx.de/u-boot/custodians/u-boot-clk (2020-01-27 07:19:26 -0500)

are available in the Git repository at:

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

for you to fetch changes up to daa9405d7c4bdbabe257b03d268277f249bb3297:

  spi: cadence-qspi: Add compatible for TI AM654 (2020-01-27 22:27:22 +0530)

----------------------------------------------------------------
Bin Meng (2):
      dm: spi: Check cs number before accessing slaves
      test: dm: spi: Fix sandbox dm_test_spi_find()

Marcin Wojtas (1):
      spi: prevent overriding established bus settings

Marek Vasut (1):
      cmd: spi: Permit setting bus frequency

Michael Walle (1):
      spi: nxp_fspi: new driver for the FlexSPI controller

Robert Marko (1):
      mtd: spinand: winbond: Add support for W25N01GV

Vignesh Raghavendra (6):
      spi: ti_qspi: Add support for CS other than CS0
      spi: cadence_qspi: Move to spi-mem framework
      spi: cadence-qspi: Add direct mode support
      mtd: spi-nor-core: Add octal mode support
      spi: cadence-qspi: Add support for Cadence Octal SPI controller
      spi: cadence-qspi: Add compatible for TI AM654

 cmd/spi.c                      |  14 +-
 drivers/mtd/nand/spi/winbond.c |   8 +
 drivers/mtd/spi/sf_internal.h  |   3 +-
 drivers/mtd/spi/spi-nor-core.c |  20 +-
 drivers/spi/Kconfig            |   7 +
 drivers/spi/Makefile           |   1 +
 drivers/spi/cadence_qspi.c     | 150 +++----
 drivers/spi/cadence_qspi.h     |  24 +-
 drivers/spi/cadence_qspi_apb.c | 189 ++++----
 drivers/spi/nxp_fspi.c         | 996 +++++++++++++++++++++++++++++++++++++++++
 drivers/spi/spi-mem.c          |   6 +
 drivers/spi/spi-uclass.c       |  71 +--
 drivers/spi/ti_qspi.c          |  21 +-
 include/linux/mtd/spi-nor.h    |   8 +
 include/spi.h                  |   5 +-
 test/dm/spi.c                  |   6 +-
 16 files changed, 1290 insertions(+), 239 deletions(-)
 create mode 100644 drivers/spi/nxp_fspi.c

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

* Pull request: u-boot-spi/master
  2019-12-27 12:20 Jagan Teki
@ 2019-12-28  4:30 ` Tom Rini
  0 siblings, 0 replies; 48+ messages in thread
From: Tom Rini @ 2019-12-28  4:30 UTC (permalink / raw)
  To: u-boot

On Fri, Dec 27, 2019 at 05:50:51PM +0530, Jagan Teki wrote:

> Hi Tom,
> 
> Please pull this PR for the release.
> 
> Summary:
> - rk spi transfer limit fix
> - Gigadevice, gd25q128 support
> - spi-nor-core warnings
> 
> thanks,
> Jagan.
> 
> The following changes since commit 643366bcd5e32878a951e39b8b553b794695b026:
> 
>   Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-12-18 08:25:49 -0500)
> 
> are available in the Git repository at:
> 
>   https://gitlab.denx.de/u-boot/custodians/u-boot-spi master
> 
> for you to fetch changes up to dbbdc81c6064b4cb7ffc796b71713a19488a2c4c:
> 
>   spi: rk: Limit transfers to (64K - 1) bytes (2019-12-27 17:47:26 +0530)
> 

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20191227/be1c0ded/attachment.sig>

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

* Pull request: u-boot-spi/master
@ 2019-12-27 12:20 Jagan Teki
  2019-12-28  4:30 ` Tom Rini
  0 siblings, 1 reply; 48+ messages in thread
From: Jagan Teki @ 2019-12-27 12:20 UTC (permalink / raw)
  To: u-boot

Hi Tom,

Please pull this PR for the release.

Summary:
- rk spi transfer limit fix
- Gigadevice, gd25q128 support
- spi-nor-core warnings

thanks,
Jagan.

The following changes since commit 643366bcd5e32878a951e39b8b553b794695b026:

  Merge tag 'u-boot-stm32-20191218' of https://gitlab.denx.de/u-boot/custodians/u-boot-stm (2019-12-18 08:25:49 -0500)

are available in the Git repository at:

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

for you to fetch changes up to dbbdc81c6064b4cb7ffc796b71713a19488a2c4c:

  spi: rk: Limit transfers to (64K - 1) bytes (2019-12-27 17:47:26 +0530)

----------------------------------------------------------------
Jagan Teki (1):
      spi: rk: Limit transfers to (64K - 1) bytes

Peter Robinson (1):
      mtd: spi-nor: ids: Add GigaDevice gd25q128

Vignesh Raghavendra (1):
      mtd: spi-nor-core: Fix static checker warnings

 drivers/mtd/spi/spi-nor-core.c |  6 ++++++
 drivers/mtd/spi/spi-nor-ids.c  |  5 +++++
 drivers/spi/rk_spi.c           | 10 ++++++++--
 3 files changed, 19 insertions(+), 2 deletions(-)

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

end of thread, other threads:[~2024-01-29 18:50 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-09 16:26 Pull request: u-boot-spi/master Jagan Teki
2020-05-09 20:58 ` Tom Rini
2020-05-10 14:19   ` Jagan Teki
2020-05-10 19:36     ` Tom Rini
  -- strict thread matches above, loose matches on Subject: below --
2024-01-29 17:53 Jagan Teki
2024-01-29 18:50 ` Tom Rini
2023-07-13 16:36 Jagan Teki
2023-07-14 16:05 ` Tom Rini
2023-05-01 17:12 Jagan Teki
2023-05-01 22:46 ` Tom Rini
2023-01-26 17:52 Jagan Teki
2023-01-26 20:09 ` Tom Rini
2022-11-02  6:08 Jagan Teki
2022-11-02 15:34 ` Tom Rini
2022-10-25 12:26 Jagan Teki
2022-10-25 16:27 ` Tom Rini
2022-07-18 19:35 Jagan Teki
2022-07-19 14:51 ` Tom Rini
2022-05-04  6:11 Jagan Teki
2022-05-04 15:41 ` Tom Rini
2022-03-12  8:44 Jagan Teki
2022-03-13 12:17 ` Tom Rini
2021-12-26 18:57 Jagan Teki
2021-12-27 13:25 ` Tom Rini
2021-10-23 13:35 Jagan Teki
2021-10-23 20:10 ` Tom Rini
2021-08-03 16:24 Jagan Teki
2021-08-04  1:14 ` Tom Rini
2021-02-26 17:22 Jagan Teki
2021-02-26 20:10 ` Tom Rini
2020-12-18 17:54 Jagan Teki
2020-12-20 23:06 ` Tom Rini
2020-07-20 17:14 Jagan Teki
2020-07-22  3:04 ` Tom Rini
2020-07-11 17:02 Jagan Teki
2020-07-13 15:28 ` Tom Rini
2020-06-11 17:53 Jagan Teki
2020-06-14 16:00 ` Tom Rini
2020-06-02 18:54 Jagan Teki
2020-06-03 18:09 ` Tom Rini
2020-04-21  8:24 Jagan Teki
2020-04-21 19:19 ` Tom Rini
2020-04-03 14:30 Jagan Teki
2020-04-05 23:04 ` Tom Rini
2020-01-27 17:48 Jagan Teki
2020-01-28 16:04 ` Tom Rini
2019-12-27 12:20 Jagan Teki
2019-12-28  4:30 ` 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.