public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4
@ 2025-02-17 14:26 Pratyush Yadav
  2025-02-17 15:34 ` Miquel Raynal
  2025-02-19 13:41 ` Miquel Raynal
  0 siblings, 2 replies; 4+ messages in thread
From: Pratyush Yadav @ 2025-02-17 14:26 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Pratyush Yadav, Michael Walle, linux-mtd

Hi Miquel,

We have a regression with SST flash writes. This pull request contains
the fix.

Regards,
Pratyush Yadav

The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git tags/spi-nor/fixes-for-6.14-rc4

for you to fetch changes up to 539bd20352832b9244238a055eb169ccf1c41ff6:

  mtd: spi-nor: sst: Fix SST write failure (2025-02-17 14:07:09 +0000)

----------------------------------------------------------------
Fix writes on SST flashes

Commit 18bcb4aa54ea ("mtd: spi-nor: sst: Factor out common write
operation to `sst_nor_write_data()`") introduced a bug where only one
byte of data is written, regardless of the number of bytes requested.
This causes the driver to use the incorrect write size for flashes using
the SST byte programming, and to spit out a warning.

----------------------------------------------------------------
Amit Kumar Mahapatra (1):
      mtd: spi-nor: sst: Fix SST write failure

 drivers/mtd/spi-nor/sst.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

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

* Re: [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4
  2025-02-17 14:26 [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4 Pratyush Yadav
@ 2025-02-17 15:34 ` Miquel Raynal
  2025-02-17 15:44   ` Pratyush Yadav
  2025-02-19 13:41 ` Miquel Raynal
  1 sibling, 1 reply; 4+ messages in thread
From: Miquel Raynal @ 2025-02-17 15:34 UTC (permalink / raw)
  To: Pratyush Yadav
  Cc: Richard Weinberger, Vignesh Raghavendra, Tudor Ambarus,
	Michael Walle, linux-mtd

Hi Pratyush,

On 17/02/2025 at 14:26:14 GMT, Pratyush Yadav <pratyush@kernel.org> wrote:

> Hi Miquel,
>
> We have a regression with SST flash writes. This pull request contains
> the fix.

Sure.

In general you can just let me know when you want to queue patches
to mtd/fixes, I know making a formal merge request is a bit heavy, so
for fixes both ways work fine with me.

Thanks,
Miquèl

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

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

* Re: [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4
  2025-02-17 15:34 ` Miquel Raynal
@ 2025-02-17 15:44   ` Pratyush Yadav
  0 siblings, 0 replies; 4+ messages in thread
From: Pratyush Yadav @ 2025-02-17 15:44 UTC (permalink / raw)
  To: Miquel Raynal
  Cc: Pratyush Yadav, Richard Weinberger, Vignesh Raghavendra,
	Tudor Ambarus, Michael Walle, linux-mtd

On Mon, Feb 17 2025, Miquel Raynal wrote:

> Hi Pratyush,
>
> On 17/02/2025 at 14:26:14 GMT, Pratyush Yadav <pratyush@kernel.org> wrote:
>
>> Hi Miquel,
>>
>> We have a regression with SST flash writes. This pull request contains
>> the fix.
>
> Sure.
>
> In general you can just let me know when you want to queue patches
> to mtd/fixes, I know making a formal merge request is a bit heavy, so
> for fixes both ways work fine with me.

Okay, I will do that next time around. Thanks!

-- 
Regards,
Pratyush Yadav

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

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

* Re: [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4
  2025-02-17 14:26 [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4 Pratyush Yadav
  2025-02-17 15:34 ` Miquel Raynal
@ 2025-02-19 13:41 ` Miquel Raynal
  1 sibling, 0 replies; 4+ messages in thread
From: Miquel Raynal @ 2025-02-19 13:41 UTC (permalink / raw)
  To: Pratyush Yadav
  Cc: Miquel Raynal, Richard Weinberger, Vignesh Raghavendra,
	Tudor Ambarus, Michael Walle, linux-mtd

On Mon, 17 Feb 2025 14:26:14 +0000, Pratyush Yadav wrote:
> We have a regression with SST flash writes. This pull request contains
> the fix.
> 
> Regards,
> Pratyush Yadav
> 
> The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:
> 
> [...]

Merged into mtd/fixes, thanks!
-> merge commit: 1dbf60277e9b6181d2366a94c974728106cdd551

Kind regards,
Miquèl

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

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

end of thread, other threads:[~2025-02-19 13:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-17 14:26 [GIT PULL] mtd: spi-nor: fixes for v6.14-rc4 Pratyush Yadav
2025-02-17 15:34 ` Miquel Raynal
2025-02-17 15:44   ` Pratyush Yadav
2025-02-19 13:41 ` Miquel Raynal

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox