zephyr/drivers/pci
Tomasz Bursztyka edb863c79f pci: Removing bogus and finally useless optimization
No need to keep track of PCI class's bus and dev. First, there might be
more than 1 bus and/or 1 device which would hold the same class.
Secondly, with the new PCI_ENUMERATION option, enumeration PCI device is
now optional and it's advised to unset such option and statically
configure the PCI information of the devices (to gain in booting time
and code size). So finally removing all of this.

Change-Id: I395d08c8f6f5e76431af59aa6fc9b30d703f2e75
Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
2016-02-05 20:15:35 -05:00
..
Kconfig pci: Add an option for enumerating PCI devices 2016-02-05 20:15:32 -05:00
Makefile drivers: use subdir-ccflags-y for all drivers 2016-02-05 20:15:19 -05:00
pci.c pci: Removing bogus and finally useless optimization 2016-02-05 20:15:35 -05:00
pci_config.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
pci_interface.c doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00