Re: [RESEND PATCH v3 18/20] mtd: spi_nor: Introduce spi_nor_set_addr_width()

2019-08-27 Thread Vignesh Raghavendra
On 26/08/19 5:39 PM, tudor.amba...@microchip.com wrote: > From: Tudor Ambarus > > Parsing of flash parameters were interleaved with setting of the > nor addr width. Dedicate a function for setting nor addr width. > > Signed-off-by: Tudor Ambarus > Reviewed-by: Boris Brezillon > ---

[RESEND PATCH v3 18/20] mtd: spi_nor: Introduce spi_nor_set_addr_width()

2019-08-26 Thread Tudor.Ambarus
From: Tudor Ambarus Parsing of flash parameters were interleaved with setting of the nor addr width. Dedicate a function for setting nor addr width. Signed-off-by: Tudor Ambarus Reviewed-by: Boris Brezillon --- v3: no changes drivers/mtd/spi-nor/spi-nor.c | 50