Home
last modified time | relevance | path

Searched hist:"1835302 d3cb15ed67e06ee5e44fff1c611fbd467" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/mtd/spi/
H A Dsf_dataflash.c1835302d3cb15ed67e06ee5e44fff1c611fbd467 Sun Oct 30 17:46:28 UTC 2016 Jagan Teki <jagan@openedev.com> sf: dataflash: Move flash id detection into jedec_probe

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 <bmeng.cn@gmail.com>
Cc: York Sun <york.sun@nxp.com>
Signed-off-by: Jagan Teki <jagan@openedev.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Jagan Teki <jagan@openedev.com>