commit | a104b64025dad40bc874aadfaf6d0b45af205626 | [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 | 07b2b99ebb49b92909bc9633df2131d584ca9580 [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>