commit | e5bdccd89584f79adbee79346b9afaa479109e54 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jan 17 16:11:32 2016 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Sun Jan 24 12:08:17 2016 +0800 |
tree | 99b5bc2eda27ad7ad3d0fa9544993851e1f9db05 | |
parent | 4fa56b14d021f30f1045c0232871338107e81a43 [diff] |
x86: ivybridge: Use driver model PCI API in bd82x6x.c Adjust most of the remaining functions in this file to use the driver model PCI API. The one remaining function is bridge_silicon_revision() which will need a little more work. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>