Re: [PATCH 0/4] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it

2024-04-15 Thread Tudor Ambarus



On 4/15/24 05:33, tkuw584...@gmail.com wrote:
> From: Takahiro Kuwano 
> 
> This series is equivalent to the one for Linux MTD submitted by
> Pratyush Yadav.
> 
> https://patchwork.ozlabs.org/project/linux-mtd/list/?series=217759=*

Ah, I see you specified it here. I'd argue it's better to mention it in
the commit message itself, it spares people searching on the ml archive.
> 
> Takahiro Kuwano (4):
>   mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
>   mtd: spi-nor: Allow flashes to specify MTD writesize
>   mtd: spi-nor-core: Rework default_init() to take flash_parameter
>   mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER
> flashes
> 
>  drivers/mtd/spi/spi-nor-core.c | 45 +-
>  drivers/mtd/ubi/build.c|  4 +--
>  drivers/mtd/ubi/io.c   |  9 ++-
>  include/linux/mtd/spi-nor.h|  1 +
>  4 files changed, 44 insertions(+), 15 deletions(-)
> 


Re: [PATCH 0/4] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it

2024-04-15 Thread Takahiro Kuwano
On 4/15/2024 3:56 PM, Tudor Ambarus wrote:
> 
> 
> On 4/15/24 05:33, tkuw584...@gmail.com wrote:
>> From: Takahiro Kuwano 
>>
>> This series is equivalent to the one for Linux MTD submitted by
>> Pratyush Yadav.
>>
>> https://patchwork.ozlabs.org/project/linux-mtd/list/?series=217759=*
> 
> Ah, I see you specified it here. I'd argue it's better to mention it in
> the commit message itself, it spares people searching on the ml archive.

Noted, thanks!


[PATCH 0/4] mtd: Make sure UBIFS does not do multi-pass page programming on flashes that don't support it

2024-04-14 Thread tkuw584924
From: Takahiro Kuwano 

This series is equivalent to the one for Linux MTD submitted by
Pratyush Yadav.

https://patchwork.ozlabs.org/project/linux-mtd/list/?series=217759=*

Takahiro Kuwano (4):
  mtd: ubi: Do not zero out EC and VID on ECC-ed NOR flashes
  mtd: spi-nor: Allow flashes to specify MTD writesize
  mtd: spi-nor-core: Rework default_init() to take flash_parameter
  mtd: spi-nor: Set ECC unit size to MTD writesize in Infineon SEMPER
flashes

 drivers/mtd/spi/spi-nor-core.c | 45 +-
 drivers/mtd/ubi/build.c|  4 +--
 drivers/mtd/ubi/io.c   |  9 ++-
 include/linux/mtd/spi-nor.h|  1 +
 4 files changed, 44 insertions(+), 15 deletions(-)

-- 
2.34.1