linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: Changes for 5.6
@ 2020-01-20 17:54 Tudor.Ambarus
  2020-01-30 19:52 ` Miquel Raynal
  0 siblings, 1 reply; 2+ messages in thread
From: Tudor.Ambarus @ 2020-01-20 17:54 UTC (permalink / raw)
  To: richard, miquel.raynal, vigneshr; +Cc: linux-mtd

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



______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

* Re: [GIT PULL] mtd: spi-nor: Changes for 5.6
  2020-01-20 17:54 [GIT PULL] mtd: spi-nor: Changes for 5.6 Tudor.Ambarus
@ 2020-01-30 19:52 ` Miquel Raynal
  0 siblings, 0 replies; 2+ messages in thread
From: Miquel Raynal @ 2020-01-30 19:52 UTC (permalink / raw)
  To: Tudor.Ambarus; +Cc: richard, linux-mtd, vigneshr

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

______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

end of thread, other threads:[~2020-01-30 19:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-20 17:54 [GIT PULL] mtd: spi-nor: Changes for 5.6 Tudor.Ambarus
2020-01-30 19:52 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).