mbox series

[GIT,PULL] mtd: spi-nor: Changes for 5.6

Message ID 3990025.71ridMsFQ8@localhost.localdomain
State Not Applicable
Delegated to: Ambarus Tudor
Headers show
Series [GIT,PULL] mtd: spi-nor: Changes for 5.6 | expand

Pull-request

ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/

Message

Tudor Ambarus Jan. 20, 2020, 5:54 p.m. UTC
Hi,

This is the SPI NOR PR for 5.6.

Thanks,
ta

The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:

  Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)

are available in the Git repository at:

  ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/
spi-nor/for-5.6

for you to fetch changes up to ccfb9299a0b63da4fde607c822e1470472a46177:

  mtd: spi-nor: Add support for at25sl321 (2020-01-19 08:45:55 +0200)

----------------------------------------------------------------
SPI NOR core changes:
- Add support for TB selection using SR bit 6,
- Add support for few flashes.

----------------------------------------------------------------
David Bauer (1):
      mtd: spi-nor: Add support for mx25r3235f

Jerome Brunet (1):
      mtd: spi-nor: add Gigadevice gd25lq128d support

John Garry (1):
      mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are

Joseph Kust (1):
      mtd: spi-nor: Add support for sst26vf016b

Jungseung Lee (4):
      mtd: spi-nor: fix typo of "JESB216" in comment
      mtd: spi-nor: Rename SR_TB to indicate the bit used
      mtd: spi-nor: Support TB selection using SR bit 6
      mtd: spi-nor: Fix wrong TB selection of GD25Q256

Michael Walle (3):
      mtd: spi-nor: remove unused enum spi_nor_ops
      mtd: spi-nor: Add support for w25q32jwm
      mtd: spi-nor: Add support for at25sl321

Mika Westerberg (2):
      mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial 
flash
      mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial 
flash

Robert Marko (1):
      mtd: spi-nor: Add 4B_OPCODES flag to w25q256

Vignesh Raghavendra (3):
      mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
      mtd: spi-nor: Add entries for mt25q variants
      mtd: spi-nor: Add USE_FSR flag for n25q* entries

 drivers/mtd/spi-nor/Kconfig           |   4 +--
 drivers/mtd/spi-nor/aspeed-smc.c      |   4 +--
 drivers/mtd/spi-nor/cadence-quadspi.c |   4 +--
 drivers/mtd/spi-nor/hisi-sfc.c        |   6 ++--
 drivers/mtd/spi-nor/intel-spi-pci.c   |   2 ++
 drivers/mtd/spi-nor/spi-nor.c         | 127 +++++++++++++++++++++++++++++++++
++++++++++++++++++---------------------
 include/linux/mtd/spi-nor.h           |  16 +++------
 7 files changed, 107 insertions(+), 56 deletions(-)

Comments

Miquel Raynal Jan. 30, 2020, 7:52 p.m. UTC | #1
Hi Tudor,

<Tudor.Ambarus@microchip.com> wrote on Mon, 20 Jan 2020 17:54:30 +0000:

> Hi,
> 
> This is the SPI NOR PR for 5.6.
> 
> Thanks,
> ta
> 
> The following changes since commit 46cf053efec6a3a5f343fead837777efe8252a46:
> 
>   Linux 5.5-rc3 (2019-12-22 17:02:23 -0800)
> 
> are available in the Git repository at:
> 
>   ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/
> spi-nor/for-5.6
> 
> for you to fetch changes up to ccfb9299a0b63da4fde607c822e1470472a46177:
> 
>   mtd: spi-nor: Add support for at25sl321 (2020-01-19 08:45:55 +0200)
> 
> ----------------------------------------------------------------
> SPI NOR core changes:
> - Add support for TB selection using SR bit 6,
> - Add support for few flashes.
> 
> ----------------------------------------------------------------
> David Bauer (1):
>       mtd: spi-nor: Add support for mx25r3235f
> 
> Jerome Brunet (1):
>       mtd: spi-nor: add Gigadevice gd25lq128d support
> 
> John Garry (1):
>       mtd: spi-nor: hisi-sfc: Try to provide some clarity on which SFC we are
> 
> Joseph Kust (1):
>       mtd: spi-nor: Add support for sst26vf016b
> 
> Jungseung Lee (4):
>       mtd: spi-nor: fix typo of "JESB216" in comment
>       mtd: spi-nor: Rename SR_TB to indicate the bit used
>       mtd: spi-nor: Support TB selection using SR bit 6
>       mtd: spi-nor: Fix wrong TB selection of GD25Q256
> 
> Michael Walle (3):
>       mtd: spi-nor: remove unused enum spi_nor_ops
>       mtd: spi-nor: Add support for w25q32jwm
>       mtd: spi-nor: Add support for at25sl321
> 
> Mika Westerberg (2):
>       mtd: spi-nor: intel-spi: Add support for Intel Jasper Lake SPI serial 
> flash
>       mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-V SPI serial 
> flash
> 
> Robert Marko (1):
>       mtd: spi-nor: Add 4B_OPCODES flag to w25q256
> 
> Vignesh Raghavendra (3):
>       mtd: spi-nor: Split mt25qu512a (n25q512a) entry into two
>       mtd: spi-nor: Add entries for mt25q variants
>       mtd: spi-nor: Add USE_FSR flag for n25q* entries
> 
>  drivers/mtd/spi-nor/Kconfig           |   4 +--
>  drivers/mtd/spi-nor/aspeed-smc.c      |   4 +--
>  drivers/mtd/spi-nor/cadence-quadspi.c |   4 +--
>  drivers/mtd/spi-nor/hisi-sfc.c        |   6 ++--
>  drivers/mtd/spi-nor/intel-spi-pci.c   |   2 ++
>  drivers/mtd/spi-nor/spi-nor.c         | 127 +++++++++++++++++++++++++++++++++
> ++++++++++++++++++---------------------
>  include/linux/mtd/spi-nor.h           |  16 +++------
>  7 files changed, 107 insertions(+), 56 deletions(-)
> 
> 

Pulled, thanks!

Miquèl