commit | 18df7d00106e94a89d79df0f89eaddb67cea26c9 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:46 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:09:41 2016 +0800 |
tree | c34b80053116d3e2379d882cde0a082712ba862a | |
parent | 9afcd968c15aca9fd48cb395f1d1e81f192d57ee [diff] |
x86: ivybridge: Convert enable_usb_bar() to use DM PCI API Convert this function over to use the driver model PCI API. In this case we want to avoid using the real PCI devices since they have not yet been probed. Instead, write directly to their PCI configuration address. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>