Re: [PATCH v2 2/2] spi-nor: add support for is25wp256

2019-02-13 Thread Tudor.Ambarus
On 02/13/2019 07:27 PM, tudor.amba...@microchip.com wrote: > Hi, > > This one looks pretty good. You'll have to start the patch's subject with > "mtd: > spi-nor:" instead of just "spi-nor". > > When in doubt, run git log --oneline on the file that you are modifying and > see > how previous pa

Re: [PATCH v2 2/2] spi-nor: add support for is25wp256

2019-02-13 Thread Tudor.Ambarus
Hi, This one looks pretty good. You'll have to start the patch's subject with "mtd: spi-nor:" instead of just "spi-nor". When in doubt, run git log --oneline on the file that you are modifying and see how previous patches are prefixing the subject. On 08/07/2018 10:40 PM, Palmer Dabbelt wrote: >

[PATCH v2 2/2] spi-nor: add support for is25wp256

2018-08-07 Thread Palmer Dabbelt
From: "Wesley W. Terpstra" This is used of the HiFive Unleashed development board, and follows the pattern of similar ISSI devices already listed. Signed-off-by: Wesley W. Terpstra Signed-off-by: Palmer Dabbelt --- drivers/mtd/spi-nor/spi-nor.c | 2 ++ 1 file changed, 2 insertions(+) diff --