linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: Changes for 5.10
@ 2020-10-09 12:22 Vignesh Raghavendra
  2020-10-11 20:42 ` Richard Weinberger
  0 siblings, 1 reply; 3+ messages in thread
From: Vignesh Raghavendra @ 2020-10-09 12:22 UTC (permalink / raw)
  To: Miquel Raynal, Richard Weinberger, Tudor Ambarus; +Cc: linux-mtd

Hi Miquel, Richard

Please pull SPI NOR changes for 5.10-rc1.

Regards
Vignesh


The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:

  Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/for-5.10

for you to fetch changes up to 9a3422a110c868e511387a81df25a315eaa3a7b8:

  Revert "mtd: spi-nor: Prefer asynchronous probe" (2020-10-06 10:46:07 +0530)

----------------------------------------------------------------
SPI NOR core changes:
- Support for Winbond w25q64jwm flash
- Enable 4K sector support for mx25l12805d

SPI NOR controller drivers changes:
- intel-spi:
   - Add Alder Lake-S PCI ID

----------------------------------------------------------------
Douglas Anderson (1):
      mtd: spi-nor: Prefer asynchronous probe

Ikjoon Jang (1):
      mtd: spi-nor: winbond: Add support for w25q64jwm

Mika Westerberg (1):
      mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flash

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

Vignesh Raghavendra (1):
      Revert "mtd: spi-nor: Prefer asynchronous probe"

 drivers/mtd/spi-nor/controllers/intel-spi-pci.c | 1 +
 drivers/mtd/spi-nor/macronix.c                  | 2 +-
 drivers/mtd/spi-nor/winbond.c                   | 9 +++++++++
 3 files changed, 11 insertions(+), 1 deletion(-)

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

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

* Re: [GIT PULL] mtd: spi-nor: Changes for 5.10
  2020-10-09 12:22 [GIT PULL] mtd: spi-nor: Changes for 5.10 Vignesh Raghavendra
@ 2020-10-11 20:42 ` Richard Weinberger
  2020-10-12  6:46   ` Vignesh Raghavendra
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Weinberger @ 2020-10-11 20:42 UTC (permalink / raw)
  To: Vignesh Raghavendra; +Cc: Tudor Ambarus, linux-mtd, Miquel Raynal

Vignesh,

----- Ursprüngliche Mail -----
> Von: "Vignesh Raghavendra" <vigneshr@ti.com>
> An: "Miquel Raynal" <miquel.raynal@bootlin.com>, "richard" <richard@nod.at>, "Tudor Ambarus"
> <Tudor.Ambarus@microchip.com>
> CC: "linux-mtd" <linux-mtd@lists.infradead.org>
> Gesendet: Freitag, 9. Oktober 2020 14:22:53
> Betreff: [GIT PULL] mtd: spi-nor: Changes for 5.10

> Hi Miquel, Richard
> 
> Please pull SPI NOR changes for 5.10-rc1.
> 
> Regards
> Vignesh
> 
> 
> The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:
> 
>  Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)

Same question. See other mail.
 
> are available in the Git repository at:
> 
>  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
>  tags/spi-nor/for-5.10
> 
> for you to fetch changes up to 9a3422a110c868e511387a81df25a315eaa3a7b8:
> 
>  Revert "mtd: spi-nor: Prefer asynchronous probe" (2020-10-06 10:46:07 +0530)
> 
> ----------------------------------------------------------------
> SPI NOR core changes:
> - Support for Winbond w25q64jwm flash
> - Enable 4K sector support for mx25l12805d
> 
> SPI NOR controller drivers changes:
> - intel-spi:
>   - Add Alder Lake-S PCI ID
> 
> ----------------------------------------------------------------
> Douglas Anderson (1):
>      mtd: spi-nor: Prefer asynchronous probe
> 
> Ikjoon Jang (1):
>      mtd: spi-nor: winbond: Add support for w25q64jwm
> 
> Mika Westerberg (1):
>      mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flash
> 
> Robert Marko (1):
>      mtd: spi-nor: macronix: Add SECT_4K to mx25l12805d
> 
> Vignesh Raghavendra (1):
>      Revert "mtd: spi-nor: Prefer asynchronous probe"
> 
> drivers/mtd/spi-nor/controllers/intel-spi-pci.c | 1 +
> drivers/mtd/spi-nor/macronix.c                  | 2 +-
> drivers/mtd/spi-nor/winbond.c                   | 9 +++++++++
>  3 files changed, 11 insertions(+), 1 deletion(-)

Pulled, thanks a lot!

Thanks,
//richard

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

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

* Re: [GIT PULL] mtd: spi-nor: Changes for 5.10
  2020-10-11 20:42 ` Richard Weinberger
@ 2020-10-12  6:46   ` Vignesh Raghavendra
  0 siblings, 0 replies; 3+ messages in thread
From: Vignesh Raghavendra @ 2020-10-12  6:46 UTC (permalink / raw)
  To: Richard Weinberger; +Cc: Tudor Ambarus, linux-mtd, Miquel Raynal

Hi Richard,

On 10/12/20 2:12 AM, Richard Weinberger wrote:
> Vignesh,
> 
> ----- Ursprüngliche Mail -----
>> Von: "Vignesh Raghavendra" <vigneshr@ti.com>
>> An: "Miquel Raynal" <miquel.raynal@bootlin.com>, "richard" <richard@nod.at>, "Tudor Ambarus"
>> <Tudor.Ambarus@microchip.com>
>> CC: "linux-mtd" <linux-mtd@lists.infradead.org>
>> Gesendet: Freitag, 9. Oktober 2020 14:22:53
>> Betreff: [GIT PULL] mtd: spi-nor: Changes for 5.10
> 
>> Hi Miquel, Richard
>>
>> Please pull SPI NOR changes for 5.10-rc1.
>>
>> Regards
>> Vignesh
>>
>>
>> The following changes since commit ba4f184e126b751d1bffad5897f263108befc780:
>>
>>  Linux 5.9-rc6 (2020-09-20 16:33:55 -0700)
> 
> Same question. See other mail.

Yes, this was intentional as there were fixes queued after -rc5 which I
would have potential conflicts.

Regards
Vignesh

>  
>> are available in the Git repository at:
>>
>>  git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git
>>  tags/spi-nor/for-5.10
>>
>> for you to fetch changes up to 9a3422a110c868e511387a81df25a315eaa3a7b8:
>>
>>  Revert "mtd: spi-nor: Prefer asynchronous probe" (2020-10-06 10:46:07 +0530)
>>
>> ----------------------------------------------------------------
>> SPI NOR core changes:
>> - Support for Winbond w25q64jwm flash
>> - Enable 4K sector support for mx25l12805d
>>
>> SPI NOR controller drivers changes:
>> - intel-spi:
>>   - Add Alder Lake-S PCI ID
>>
>> ----------------------------------------------------------------
>> Douglas Anderson (1):
>>      mtd: spi-nor: Prefer asynchronous probe
>>
>> Ikjoon Jang (1):
>>      mtd: spi-nor: winbond: Add support for w25q64jwm
>>
>> Mika Westerberg (1):
>>      mtd: spi-nor: intel-spi: Add support for Intel Alder Lake-S SPI serial flash
>>
>> Robert Marko (1):
>>      mtd: spi-nor: macronix: Add SECT_4K to mx25l12805d
>>
>> Vignesh Raghavendra (1):
>>      Revert "mtd: spi-nor: Prefer asynchronous probe"
>>
>> drivers/mtd/spi-nor/controllers/intel-spi-pci.c | 1 +
>> drivers/mtd/spi-nor/macronix.c                  | 2 +-
>> drivers/mtd/spi-nor/winbond.c                   | 9 +++++++++
>>  3 files changed, 11 insertions(+), 1 deletion(-)
> 
> Pulled, thanks a lot!
> 
> Thanks,
> //richard
> 

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

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

end of thread, other threads:[~2020-10-12  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-09 12:22 [GIT PULL] mtd: spi-nor: Changes for 5.10 Vignesh Raghavendra
2020-10-11 20:42 ` Richard Weinberger
2020-10-12  6:46   ` Vignesh Raghavendra

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