[PATCH v2 0/1] mtd: spi-nor: core: replace dummy buswidth from addr to data

Cheng Ming Lin posted 1 patch 1 week, 4 days ago
drivers/mtd/spi-nor/core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2 0/1] mtd: spi-nor: core: replace dummy buswidth from addr to data
Posted by Cheng Ming Lin 1 week, 4 days ago
From: Cheng Ming Lin <chengminglin@mxic.com.tw>

Set the dummy buswidth to match the data buswidth.

v2:
* Add fixes tag and cc to stable.

Cheng Ming Lin (1):
  mtd: spi-nor: core: replace dummy buswidth from addr to data

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

-- 
2.25.1
Re: [PATCH v2 0/1] mtd: spi-nor: core: replace dummy buswidth from addr to data
Posted by Tudor Ambarus 1 week, 4 days ago
On Tue, 12 Nov 2024 15:52:41 +0800, Cheng Ming Lin wrote:
> Set the dummy buswidth to match the data buswidth.
> 
> v2:
> * Add fixes tag and cc to stable.
> 
> Cheng Ming Lin (1):
>   mtd: spi-nor: core: replace dummy buswidth from addr to data
> 
> [...]

You had some warnings which I fixed while applying:
WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 0e30f47232ab ("mtd: spi-nor: add support for DTR protocol")'
#19: 
Fixes: 0e30f47232ab5 ("mtd: spi-nor: add support for DTR protocol")

WARNING: Non-standard signature: 'Reviewd-by:' - perhaps 'Reviewed-by:'?
#21: 
Reviewd-by: Pratyush Yadav <pratyush@kernel.org>

Applied to git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git,
spi-nor/next branch. Thanks!

[1/1] mtd: spi-nor: core: replace dummy buswidth from addr to data
      https://git.kernel.org/mtd/c/98d1fb94ce75

Cheers,
-- 
Tudor Ambarus <tudor.ambarus@linaro.org>
Re: [PATCH v2 0/1] mtd: spi-nor: core: replace dummy buswidth from addr to data
Posted by Cheng Ming Lin 1 week, 4 days ago
Hi Tudor,

Tudor Ambarus <tudor.ambarus@linaro.org> 於 2024年11月12日 週二 下午4:36寫道:
>
> On Tue, 12 Nov 2024 15:52:41 +0800, Cheng Ming Lin wrote:
> > Set the dummy buswidth to match the data buswidth.
> >
> > v2:
> > * Add fixes tag and cc to stable.
> >
> > Cheng Ming Lin (1):
> >   mtd: spi-nor: core: replace dummy buswidth from addr to data
> >
> > [...]
>
> You had some warnings which I fixed while applying:

I apologize for overlooking that, and thank you very much for your help.

> WARNING: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 0e30f47232ab ("mtd: spi-nor: add support for DTR protocol")'
> #19:
> Fixes: 0e30f47232ab5 ("mtd: spi-nor: add support for DTR protocol")
>
> WARNING: Non-standard signature: 'Reviewd-by:' - perhaps 'Reviewed-by:'?
> #21:
> Reviewd-by: Pratyush Yadav <pratyush@kernel.org>
>
> Applied to git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux.git,
> spi-nor/next branch. Thanks!
>
> [1/1] mtd: spi-nor: core: replace dummy buswidth from addr to data
>       https://git.kernel.org/mtd/c/98d1fb94ce75
>
> Cheers,
> --
> Tudor Ambarus <tudor.ambarus@linaro.org>

Thanks,
Cheng Ming Lin