Re: [U-Boot] [PATCH v5 19/21] sf: dataflash: Move flash id detection into jedec_probe

2016-11-05 Thread Simon Glass
On 30 October 2016 at 11:46, Jagan Teki wrote: > Flash id detection should be the first step to enumerate > the connected flash on the board, once ie done checking > with respective id codes locally in the driver all this > should be part of jedec_probe instead of id detection

[U-Boot] [PATCH v5 19/21] sf: dataflash: Move flash id detection into jedec_probe

2016-10-30 Thread Jagan Teki
Flash id detection should be the first step to enumerate the connected flash on the board, once ie done checking with respective id codes locally in the driver all this should be part of jedec_probe instead of id detection and validated through flash_info{} table separatly. Cc: Bin Meng