commit | 4e080733f2985931e996884b81af93f32234b192 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Fri Aug 03 01:14:48 2018 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Aug 08 12:49:31 2018 +0100 |
tree | 3ac9f230d53dbd803be356763dd77ed6ba475320 | |
parent | 5fed536343d3c0ccd7d504f83bfc7e22373060f9 [diff] |
test: dm: pci: Test driver binding with driver data provided With struct pci_device_id, it's possible to pass a driver data for bound driver to use. This adds a test case for this functionality. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>