commit | 4806fcea1a4b0143fc57932bc5cbdffdf8afca4e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Dec 06 21:42:50 2019 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Dec 15 11:44:24 2019 +0800 |
tree | 43ef300a6cbe7a112458589f0ba7ae587e1af261 | |
parent | 3937df3d6c0b88745399434c58d80960f7bf31af [diff] |
mtd: spi: Export spi_flash_std_probe() With of-platdata we need to create drivers for particular chips, or at least drivers that are separate from the standard code, since C structures are created by dtoc which are private to that driver. To avoid duplicating the probing code, export this probe function for use by these drivers. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>