commit | 66afb4ed924693412f2f4e05fbfae6a642159402 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Aug 10 07:05:03 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Fri Aug 14 03:24:21 2015 -0600 |
tree | 786d846f531fcd19a2d2a57b07317a48d78adc32 | |
parent | da60fb79349320a21fd0b7c1e602fa492291d1f7 [diff] |
dm: pci: Provide friendly config access functions At present there are no PCI functions which allow access to PCI configuration using a struct udevice. This is a sad situation for driver model as it makes use of PCI harder. Add these functions. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>