mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
Fix pci_find_ipq_devices(), which is checking all the PCIe hose from the given ID and if searching device is not present, it moves till the last PCIe hose and finds the device. This leads to duplicate entries if unknown devices are also present. Instead it should check only the selected PCIe hose and return success or failure. Add QCN6432 in PCI device list so that list_pci command can show it. Change-Id: I1fd1af9a760354f558680889dd5804abd6145dea Signed-off-by: Praveenkumar I <quic_ipkumar@quicinc.com> |
||
|---|---|---|
| .. | ||
| adc | ||
| bios_emulator | ||
| block | ||
| bootcount | ||
| clk | ||
| core | ||
| cpu | ||
| crypto | ||
| ddr | ||
| demo | ||
| dfu | ||
| dma | ||
| fpga | ||
| gpio | ||
| hwmon | ||
| i2c | ||
| input | ||
| led | ||
| memory | ||
| misc | ||
| mmc | ||
| mtd | ||
| net | ||
| pci | ||
| pcmcia | ||
| pinctrl | ||
| power | ||
| pwm | ||
| qe | ||
| ram | ||
| remoteproc | ||
| rtc | ||
| serial | ||
| soc | ||
| sound | ||
| spi | ||
| thermal | ||
| timer | ||
| tpm | ||
| twserial | ||
| usb | ||
| video | ||
| watchdog | ||
| Kconfig | ||
| Makefile | ||