index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
pci
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-28
tegra: Report errors from PCI init
Simon Glass
1
-1
/
+5
2016-01-12
pci: Tidy up comments in pci_bind_bus_devices()
Simon Glass
1
-3
/
+1
2016-01-12
dm: pci: Switch to DM API for PCI address mapping
Simon Glass
1
-1
/
+1
2016-01-12
dm: pci: Add driver model API functions for address mapping
Simon Glass
1
-0
/
+136
2016-01-12
dm: pci: Drop the old version of pci_find_class()
Simon Glass
1
-42
/
+42
2016-01-12
dm: pci: Drop the old version of pci_find_device/s()
Simon Glass
1
-0
/
+2
2016-01-12
dm: x86: pci: Adjust bios_run_on_x86() to use the DM PCI API
Simon Glass
1
-2
/
+2
2016-01-12
dm: pci: video: Convert video and pci_rom to use DM PCI API
Simon Glass
2
-28
/
+26
2016-01-12
dm: pci: Add a function to read a PCI BAR
Simon Glass
1
-0
/
+13
2016-01-12
dm: pci: Add a driver-model version of pci_find_class()
Simon Glass
1
-0
/
+20
2016-01-12
dm: pci: Add a driver-model version of pci_find_device()
Simon Glass
1
-0
/
+39
2016-01-12
dm: pci: Use driver model PCI API in auto-config
Simon Glass
5
-62
/
+444
2016-01-12
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
Simon Glass
1
-1
/
+1
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
2
-5
/
+6
2016-01-12
dm: pci: Mark legacy files as such
Simon Glass
2
-4
/
+10
2016-01-08
pci: layerscape: Adjust the return value when ls_pcie_addr_valid() fails
Bin Meng
1
-1
/
+1
2016-01-08
pci: imx: Adjust the return value when imx_pcie_addr_valid() fails
Bin Meng
1
-1
/
+1
2015-12-09
x86: Remove HAVE_ACPI_RESUME
Bin Meng
1
-8
/
+0
2015-12-01
dm: pci: Disable PCI compatibility functions by default
Simon Glass
2
-1
/
+11
2015-12-01
dm: pci: Move common auto-config functions to a common file
Simon Glass
3
-117
/
+129
2015-12-01
dm: pci: Rename pci_auto.c to pci_auto_old.c
Simon Glass
2
-1
/
+1
2015-12-01
dm: tegra: pci: Convert tegra boards to driver model for PCI
Simon Glass
1
-322
/
+155
2015-12-01
dm: pci: Add a function to find the regions for a PCI bus
Simon Glass
1
-0
/
+30
2015-12-01
dm: pci: Add a function to get the controller for a bus
Simon Glass
1
-0
/
+8
2015-12-01
dm: pci: Add functions to emulate 8- and 16-bit access
Simon Glass
1
-0
/
+39
2015-12-01
dm: pci: Support decoding ranges with duplicate entries
Simon Glass
1
-3
/
+10
2015-12-01
dm: pci: Set up the SDRAM mapping correctly
Simon Glass
1
-6
/
+9
2015-12-01
dm: tegra: pci: Move CONFIG_PCI_TEGRA to Kconfig
Simon Glass
1
-0
/
+10
2015-11-30
pci/layerscape: add support for LS1043A PCIe LUT register access
Mingkai Hu
1
-7
/
+7
2015-11-30
armv8: ls2085a: Add support of LS2085A SoC
Prabhakar Kushwaha
1
-1
/
+1
2015-11-30
armv8: LS2080A: Rename LS2085A to reflect LS2080A
Prabhakar Kushwaha
1
-1
/
+1
2015-11-23
pci: fix address range check in __pci_hose_phys_to_bus()
Marcel Ziswiler
1
-1
/
+1
2015-11-12
Merge branch 'master' of git://git.denx.de/u-boot-tegra
Tom Rini
1
-6
/
+77
2015-11-12
pci: fix checking PCI_REGION_MEM in pci_hose_phys_to_bus()
Cheng Gu
1
-2
/
+2
2015-11-12
pci: tegra: add/enable support for Tegra210
Stephen Warren
1
-0
/
+22
2015-11-12
pci: tegra: call tegra_pcie_board_init() earlier
Stephen Warren
1
-2
/
+2
2015-11-12
pci: tegra: implement PCA enable workaround
Stephen Warren
1
-0
/
+14
2015-11-12
pci: tegra: use #address-/size-cells from DT
Stephen Warren
1
-3
/
+30
2015-11-12
pci: tegra: clip RAM size to 32-bits
Stephen Warren
1
-1
/
+9
2015-10-29
armv8/fsl_lsch3: Change arch to fsl-layerscape
Mingkai Hu
1
-1
/
+3
2015-10-21
dm: pci: Enable VGA address forwarding on bridges
Bin Meng
1
-0
/
+18
2015-10-21
dm: pci: Fix pci_last_busno() to return the real last bus no
Bin Meng
1
-24
/
+1
2015-10-21
pci: Set PCI_COMMAND_IO bit for VGA device
Bin Meng
1
-0
/
+6
2015-10-21
dm: pci: Adjust pci_find_and_bind_driver() to return -EPERM
Simon Glass
1
-12
/
+19
2015-10-21
dm: pci: Correct a few debug() statements
Simon Glass
1
-2
/
+2
2015-10-21
dm: pci: Tidy up auto-config error handling
Simon Glass
1
-3
/
+12
2015-10-15
pci: pcie_imx: Fix hang on mx6qp
Fabio Estevam
1
-0
/
+8
2015-10-08
pci: Fix expansion ROM programming for multi-function devices
Bin Meng
1
-0
/
+1
2015-09-16
dm: pci: Add an inline API to test if a device is on a PCI bus
Bin Meng
1
-2
/
+2
2015-09-13
pcie_imx: Use 'ms' for milliseconds
Fabio Estevam
1
-3
/
+3
[next]