commit | 9e720b031b18a2ecb51ca8a7e99492b0e569f2cc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 23 20:02:09 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Thu Jun 01 07:03:05 2017 -0600 |
tree | 51f724bc32e317e4df0e43db33e0065b5bd6875c | |
parent | e4fef743f0232bc9cb91011bdf659a32ae4d28e3 [diff] |
dm: mmc: Check that drivers have operations When binding a new MMC device, make sure that it has the required operations. Since for now we still support *not* having the operations (with CONFIG_DM_MMC_OPS not enabled) it makes sense to add this check. Signed-off-by: Simon Glass <sjg@chromium.org>