Re: [PATCH] mtd: spi-nor: gigadevice: Add support for gd25lb256e

2021-03-07 Thread Tudor.Ambarus
On 2/9/21 1:11 PM, Md Sadre Alam wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > Add support for gd25lb256e. This device tested on IPQ5018 > platform with dd from/to the flash for read/write respectly, typo: respectly > and mtd erase for

Re: [PATCH] mtd: spi-nor: gigadevice: Add support for gd25lb256e

2021-02-16 Thread Tudor.Ambarus
Hi, On 2/16/21 5:10 PM, mda...@codeaurora.org wrote: > EXTERNAL EMAIL: Do not click links or open attachments unless you know the > content is safe > > On 2021-02-09 16:41, Md Sadre Alam wrote: >> Add support for gd25lb256e. This device tested on IPQ5018 >> platform with dd from/to the flash

Re: [PATCH] mtd: spi-nor: gigadevice: Add support for gd25lb256e

2021-02-16 Thread mdalam
On 2021-02-09 16:41, Md Sadre Alam wrote: Add support for gd25lb256e. This device tested on IPQ5018 platform with dd from/to the flash for read/write respectly, and mtd erase for erasing the flash. Signed-off-by: Md Sadre Alam --- drivers/mtd/spi-nor/gigadevice.c | 3 +++ 1 file changed, 3

[PATCH] mtd: spi-nor: gigadevice: Add support for gd25lb256e

2021-02-09 Thread Md Sadre Alam
Add support for gd25lb256e. This device tested on IPQ5018 platform with dd from/to the flash for read/write respectly, and mtd erase for erasing the flash. Signed-off-by: Md Sadre Alam --- drivers/mtd/spi-nor/gigadevice.c | 3 +++ 1 file changed, 3 insertions(+) diff --git