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
/
include
/
pci.h
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-19
pci: Remove unused ppc4xx variable from struct pci_controller
Stefan Roese
1
-2
/
+0
2017-10-06
pci: Add helper for implementing memory-mapped config space accesses
Tuomas Tynkkynen
1
-0
/
+51
2017-05-31
drivers: pci: imx: add imx_pcie_remove function
Tim Harvey
1
-0
/
+4
2016-03-21
pci: make pci_get_hose_head() available to external users
Stuart Yoder
1
-0
/
+1
2016-03-17
pci: Correct a few comments and nits
Simon Glass
1
-2
/
+4
2016-03-17
pci: Add functions to update PCI configuration registers
Simon Glass
1
-0
/
+23
2016-02-05
dm: pci: Add missing forward declarations
Bin Meng
1
-11
/
+5
2016-01-24
dm: pci: Add a function to write a BAR
Simon Glass
1
-2
/
+15
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
/
+59
2016-01-12
dm: pci: Add a function to read a PCI BAR
Simon Glass
1
-0
/
+9
2016-01-12
dm: pci: Add a driver-model version of pci_find_class()
Simon Glass
1
-0
/
+10
2016-01-12
dm: pci: Add a driver-model version of pci_find_device()
Simon Glass
1
-0
/
+12
2016-01-12
dm: pci: Use driver model PCI API in auto-config
Simon Glass
1
-1
/
+1
2016-01-12
dm: pci: Add a dm_ prefix to pci_bus_find_bdf()
Simon Glass
1
-2
/
+2
2016-01-12
dm: pci: Add a dm_ prefix to pci_get_bdf()
Simon Glass
1
-2
/
+2
2015-12-01
dm: pci: Disable PCI compatibility functions by default
Simon Glass
1
-4
/
+26
2015-12-01
dm: pci: Add a comment about how to find struct pci_controller
Simon Glass
1
-0
/
+2
2015-12-01
dm: pci: Add a function to find the regions for a PCI bus
Simon Glass
1
-0
/
+12
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
/
+31
2015-10-23
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
Simon Glass
1
-1
/
+1
2015-08-26
dm: pci: Add a comment to help find pci_hose_read_config_byte, etc.
Simon Glass
1
-0
/
+1
2015-08-14
dm: pci: Add a way to iterate through all PCI devices
Simon Glass
1
-0
/
+25
2015-08-14
dm: pci: Provide friendly config access functions
Simon Glass
1
-0
/
+18
2015-08-05
pci: Add a constant for an invalid interrupt
Simon Glass
1
-0
/
+2
2015-08-03
drivers/pci: Add function to find an extended capability
Minghuan Lian
1
-0
/
+41
2015-07-21
dm: pci: Add a function to get the BDF for a device
Simon Glass
1
-0
/
+8
2015-07-21
dm: pci: Add support for PCI driver matching
Simon Glass
1
-2
/
+77
2015-07-14
pci: Configure expansion ROM during auto config process
Bin Meng
1
-9
/
+0
2015-07-14
dm: pci: Use the correct hose when configuring devices
Simon Glass
1
-0
/
+10
2015-04-16
dm: sandbox: pci: Add a PCI emulation uclass
Simon Glass
1
-0
/
+108
2015-04-16
dm: pci: Add a uclass for PCI
Simon Glass
1
-7
/
+282
2015-04-16
dm: pci: Move common PCI functions into their own file
Simon Glass
1
-0
/
+14
2015-02-05
pci: Add a function to find a device by class
Simon Glass
1
-2
/
+1
2015-01-23
x86: Access the VGA ROM when needed
Simon Glass
1
-0
/
+9
2015-01-05
powerpc: mpc824x: remove MPC824X cpu support
Masahiro Yamada
1
-4
/
+0
2014-11-25
pci: Add functions to read and write a BAR address
Simon Glass
1
-0
/
+23
2014-11-23
pci: Honour pci_skip_dev()
Thierry Reding
1
-0
/
+1
2014-09-09
pci: add support for board_pci_fixup_dev function
Tim Harvey
1
-0
/
+7
2013-11-09
pci.h: allow inclusion in assembly source
Paul Burton
1
-1
/
+5
2013-10-16
PCIe:change the method to get the address of a requested capability in config...
Zhao Qiang
1
-0
/
+10
2013-08-09
powerpc/pcie: add PCIe version 3.x support
Zang Roy-R61911
1
-7
/
+0
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2013-06-26
pci: Convert extern inline functions to static inline
Simon Glass
1
-2
/
+2
2013-06-07
pci: introduce CONFIG_PCI_INDIRECT_BRIDGE option
Gabor Juhos
1
-0
/
+2
2012-12-06
x86: gpio: Add GPIO driver for Intel ICH6 and later.
Bill Richardson
1
-0
/
+123
2012-03-30
pci: declare pciauto functions in header
Linus Walleij
1
-1
/
+5
2012-03-04
pci: move pciauto_config_init() to pci.h
Linus Walleij
1
-0
/
+1
2011-03-29
powerpc/85xx: Handle PCIe initialization requires for P1021 class SoCs
Prabhakar Kushwaha
1
-0
/
+1
[next]