[PATCH] scsi: csiostor: update csio_get_flash_params()

2018-07-27 Thread Arjun Vynipadath
- Updates csio_get_flash_params() to take care of ISSI, Macronix and Winbond FLASH parts. - Assume flash part size to be 4MB if it cannot be identified Signed-off-by: Arjun Vynipadath Signed-off-by: Varun Prakash --- drivers/scsi/csiostor/csio_hw.c | 150

[PATCH v2] scsi: csiostor: update csio_get_flash_params()

2018-08-01 Thread Arjun Vynipadath
- Updates csio_get_flash_params() to take care of ISSI, Macronix and Winbond FLASH parts. - Assume flash part size to be 4MB if it cannot be identified Signed-off-by: Arjun Vynipadath Signed-off-by: Varun Prakash --- v2 - Simpilified switch-case statements --- drivers/scsi/csiostor