1. c78f5e0 pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE by Simon Glass · 9 years ago
  2. bbe71b2 pci: tegra: fix DM conversion issues on Tegra20 by Stephen Warren · 9 years ago
  3. 1e3bce2 pci: Device scanning range fix by Yoshinori Sato · 9 years ago
  4. 45e78ac pci/layerscape: set LUT and msi-map for discovered PCI devices by Stuart Yoder · 9 years ago
  5. c356a43 armv8: ls2080a: remove obsolete stream ID partitioning support by Stuart Yoder · 9 years ago
  6. 0d0f831 pci: Correct a few comments and nits by Simon Glass · 9 years ago
  7. 9cec2df pci: Add functions to update PCI configuration registers by Simon Glass · 9 years ago
  8. 8186aa0 dm: pci: Break out the common region display code by Simon Glass · 9 years ago
  9. c7298e7 dm: Use uclass_first_device_err() where it is useful by Simon Glass · 9 years ago
  10. d143ddb pci: Fix compiler warnings in dm_pciauto_setup_device() by Bin Meng · 9 years ago
  11. cb8aefa pci_rom: fix may be used uninitialized warning by Andreas Bießmann · 9 years ago
  12. 9deaf82 Merge git://git.denx.de/u-boot-dm by Tom Rini · 9 years ago
  13. 04eb269 Implement "pci enum" command for CONFIG_DM_PCI by Stephen Warren · 9 years ago
  14. da62ad2 Merge branch 'master' of git://git.denx.de/u-boot-net by Tom Rini · 9 years ago
  15. e49f495 tegra: Report errors from PCI init by Simon Glass · 9 years ago
  16. d3e0c8f dm: pci: Convert bios_emu to use the driver model PCI API by Simon Glass · 9 years ago
  17. 4af3dc1 dm: pci: Avoid using pci_bus_to_hose() in the uclass by Simon Glass · 9 years ago
  18. e2b6b56 dm: pci: Add a function to write a BAR by Simon Glass · 9 years ago
  19. 2e4e443 dm: pci: Move pci_bus_to_hose() to compatibility by Simon Glass · 9 years ago
  20. c36adb1 pci_rom.c: Fix may be used uninitialized warning by Tom Rini · 9 years ago
  21. 7548d64 dm: pci: Avoid a memory leak when allocating the ROM by Simon Glass · 9 years ago
  22. cec2543 dm: pci: Add a 'fall through' comment by Simon Glass · 9 years ago
  23. 68010aa drivers/pci/pci_mvebu: Fix for boards with X4 lanes by Phil Sutter · 9 years ago
  24. e893af8 drivers/pci: Fix for debug builds without CONFIG_PCI_ENUM_ONLY by Phil Sutter · 9 years ago
  25. 413ebdb pci: Tidy up comments in pci_bind_bus_devices() by Simon Glass · 9 years ago
  26. b967ca8 dm: pci: Switch to DM API for PCI address mapping by Simon Glass · 9 years ago
  27. c5f053b dm: pci: Add driver model API functions for address mapping by Simon Glass · 9 years ago
  28. b869973 dm: pci: Drop the old version of pci_find_class() by Simon Glass · 9 years ago
  29. 74929a8 dm: pci: Drop the old version of pci_find_device/s() by Simon Glass · 9 years ago
  30. a063086 dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API by Simon Glass · 9 years ago
  31. f9d94d3 dm: pci: video: Convert video and pci_rom to use DM PCI API by Simon Glass · 9 years ago
  32. 3452cb1 dm: pci: Add a function to read a PCI BAR by Simon Glass · 9 years ago
  33. b639d51 dm: pci: Add a driver-model version of pci_find_class() by Simon Glass · 9 years ago
  34. 70e0c58 dm: pci: Add a driver-model version of pci_find_device() by Simon Glass · 9 years ago
  35. 37a3f94b dm: pci: Use driver model PCI API in auto-config by Simon Glass · 9 years ago
  36. 84283d5 dm: pci: Add a dm_ prefix to pci_bus_find_bdf() by Simon Glass · 9 years ago
  37. eaa1489 dm: pci: Add a dm_ prefix to pci_get_bdf() by Simon Glass · 9 years ago
  38. 0ba553a dm: pci: Mark legacy files as such by Simon Glass · 9 years ago
  39. 51170a4 pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails by Bin Meng · 9 years ago
  40. 122c766 pci: imx: Adjust the return value when imx_pcie_addr_valid() fails by Bin Meng · 9 years ago
  41. a986c3a x86: Remove HAVE_ACPI_RESUME by Bin Meng · 9 years ago
  42. eca7b0d dm: pci: Disable PCI compatibility functions by default by Simon Glass · 9 years ago
  43. 93335fd dm: pci: Move common auto-config functions to a common file by Simon Glass · 9 years ago
  44. 4aeef7e dm: pci: Rename pci_auto.c to pci_auto_old.c by Simon Glass · 9 years ago
  45. 46fcfc1 dm: tegra: pci: Convert tegra boards to driver model for PCI by Simon Glass · 9 years ago
  46. dcdc012 dm: pci: Add a function to find the regions for a PCI bus by Simon Glass · 9 years ago
  47. 6256d67 dm: pci: Add a function to get the controller for a bus by Simon Glass · 9 years ago
  48. 27a733f dm: pci: Add functions to emulate 8- and 16-bit access by Simon Glass · 9 years ago
  49. 7efc9ba dm: pci: Support decoding ranges with duplicate entries by Simon Glass · 9 years ago
  50. 91de6c5 dm: pci: Set up the SDRAM mapping correctly by Simon Glass · 9 years ago
  51. c78e327 dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig by Simon Glass · 9 years ago
  52. 1921899 pci/layerscape: add support for LS1043A PCIe LUT register access by Mingkai Hu · 9 years ago
  53. 77f7ded armv8: ls2085a: Add support of LS2085A SoC by Prabhakar Kushwaha · 9 years ago
  54. 122bcfd armv8: LS2080A: Rename LS2085A to reflect LS2080A by Prabhakar Kushwaha · 9 years ago
  55. 1324e2b pci: fix address range check in __pci_hose_phys_to_bus() by Marcel Ziswiler · 9 years ago
  56. d44a6ff Merge branch 'master' of git://git.denx.de/u-boot-tegra by Tom Rini · 9 years ago
  57. 76ea8b0 pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus() by Cheng Gu · 9 years ago
  58. 5e44dce pci: tegra: add/enable support for Tegra210 by Stephen Warren · 9 years ago
  59. 4fdee2d pci: tegra: call tegra_pcie_board_init() earlier by Stephen Warren · 9 years ago
  60. e3553be pci: tegra: implement PCA enable workaround by Stephen Warren · 9 years ago
  61. e4d73c3 pci: tegra: use #address-/size-cells from DT by Stephen Warren · 9 years ago
  62. 50d1dba pci: tegra: clip RAM size to 32-bits by Stephen Warren · 9 years ago
  63. 0e58b51 armv8/fsl_lsch3: Change arch to fsl-layerscape by Mingkai Hu · 9 years ago
  64. a070578 dm: pci: Enable VGA address forwarding on bridges by Bin Meng · 9 years ago
  65. 5bc3f8a dm: pci: Fix pci_last_busno() to return the real last bus no by Bin Meng · 9 years ago
  66. 9dd7c00 pci: Set PCI_COMMAND_IO bit for VGA device by Bin Meng · 9 years ago
  67. c45abf1 dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM by Simon Glass · 9 years ago
  68. 3b02d84 dm: pci: Correct a few debug() statements by Simon Glass · 9 years ago
  69. b072d52 dm: pci: Tidy up auto-config error handling by Simon Glass · 9 years ago
  70. b5272bd pci: pcie_imx: Fix hang on mx6qp by Fabio Estevam · 9 years ago
  71. e8bd746 pci: Fix expansion ROM programming for multi-function devices by Bin Meng · 9 years ago
  72. 05bedb1 dm: pci: Add an inline API to test if a device is on a PCI bus by Bin Meng · 9 years ago
  73. 1d0b7e3 pcie_imx: Use 'ms' for milliseconds by Fabio Estevam · 9 years ago
  74. 7d07e59 dm: pci: Allow a PCI bus to be found without an alias by Simon Glass · 9 years ago
  75. a0a8930 pci/layerscape: Setup mmu-masters property for the PCIe by Varun Sethi · 9 years ago
  76. a4c3818 dm: pci: Optimize pci_uclass_post_bind() by Bin Meng · 9 years ago
  77. 44344a6 dm: pci: Save devfn without bus number in pci_uclass_child_post_bind() by Bin Meng · 9 years ago
  78. c0820a4 x86: fsp: Call fsp_init_phase_pci() in pci_uclass_post_probe() by Bin Meng · 9 years ago
  79. 984c0dc dm: pci: Support selected device/driver binding before relocation by Bin Meng · 9 years ago
  80. 9f671fd x86: Set up video framebuffer for coreboot before loading kernel by Bin Meng · 9 years ago
  81. c8990bd video: coreboot: Save VESA mode for future use by Bin Meng · 9 years ago
  82. 98530e9 pci: mvebu: Add PCIe driver by Anton Schubert · 9 years ago
  83. 27517b3 Revert "dm: pci: Allow scan bridge child devices before relocation" by Simon Glass · 9 years ago
  84. 04c8b6a dm: pci: Add a way to iterate through all PCI devices by Simon Glass · 9 years ago
  85. 94ef242 dm: pci: Provide friendly config access functions by Simon Glass · 9 years ago
  86. aa5b66c lib/fdtdec: Fix compiling warning caused by changing fdt_addr_t type by York Sun · 9 years ago
  87. 9944a52 pci: Remove DEBUG from pci_compat.c by Bin Meng · 9 years ago
  88. a292d2a pci: Indicate prefetchable memory allocate when debugging by Simon Glass · 9 years ago
  89. 84f5733 pci: Add a constant for an invalid interrupt by Simon Glass · 9 years ago
  90. 2b9acba pci: Fix up code for CONFIG_PCI_ENUM_ONLY by Simon Glass · 9 years ago
  91. 927c104 pci: Use debug() instead of DEBUGF() in pci_auto.c by Simon Glass · 9 years ago
  92. e751844 x86: Sanity test on vesa parameters before setting up kernel screen_info by Bin Meng · 9 years ago
  93. 02284a0 dm: pci: Allow scan bridge child devices before relocation by Bin Meng · 9 years ago
  94. 5d7d24b drivers/pci/layerscape: Add EP mode support by Minghuan Lian · 9 years ago
  95. c5bc6aa drivers/pci: Add function to find an extended capability by Minghuan Lian · 9 years ago
  96. 3916409 dm: pci: Support bridge device configuration correctly by Bin Meng · 9 years ago
  97. 877bff8 dm: pci: Pass only device/function to pci_bus_find_devfn() by Bin Meng · 9 years ago
  98. 0a72152 dm: pci: Use complete bdf in all pci config read/write routines by Bin Meng · 9 years ago
  99. 07bd323 dm: pci: Correct primary/secondary/subordinate bus number assignment by Bin Meng · 9 years ago
  100. c9118d4 dm: pci: Add a function to get the BDF for a device by Simon Glass · 9 years ago