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
old/tizen_20241126
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
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-18
pci: Require DM_PCI
Tom Rini
1
-588
/
+0
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-15
common: board_r: Drop initr_pci wrapper
Ovidiu Panait
1
-2
/
+4
2020-05-18
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-18
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2019-12-02
common: Move pci_init_board() out of common.h
Simon Glass
1
-0
/
+1
2019-08-11
env: Move env_get() to env.h
Simon Glass
1
-0
/
+1
2019-02-20
pci: Don't export pci_hose_config_device()
Simon Glass
1
-5
/
+2
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
1
-2
/
+2
2016-07-28
pci: allow disabling of pci init/enum via env
Tim Harvey
1
-0
/
+4
2016-05-17
pci: Drop CONFIG_SYS_SCSI_SCAN_BUS_REVERSE
Simon Glass
1
-4
/
+0
2016-01-12
dm: pci: Mark legacy files as such
Simon Glass
1
-1
/
+4
2015-08-05
pci: Add a constant for an invalid interrupt
Simon Glass
1
-1
/
+2
2015-08-03
drivers/pci: Add function to find an extended capability
Minghuan Lian
1
-0
/
+53
2015-06-04
pci: Move pci_hose_phys_to_bus() to pci_common.c
Bin Meng
1
-66
/
+0
2015-05-27
pci: display header for bus scan
Tim Harvey
1
-0
/
+4
2015-04-16
dm: pci: Move common PCI functions into their own file
Simon Glass
1
-275
/
+6
2015-02-05
pci: Add a function to find a device by class
Simon Glass
1
-0
/
+43
2015-01-16
powerpc: 74xx_7xx: remove 74xx_7xx cpu support
Masahiro Yamada
1
-5
/
+0
2015-01-12
pci: Make pci apis usable before relocation
Bin Meng
1
-8
/
+17
2014-11-25
pci: Add functions to read and write a BAR address
Simon Glass
1
-3
/
+21
2014-11-23
pci: Honour pci_skip_dev()
Thierry Reding
1
-0
/
+3
2014-11-23
linux/kernel.h: sync min, max, min3, max3 macros with Linux
Masahiro Yamada
1
-2
/
+4
2014-10-25
pci: use __weak
Jeroen Hofstee
1
-6
/
+2
2014-09-09
pci: add support for board_pci_fixup_dev function
Tim Harvey
1
-0
/
+4
2014-08-14
pci: fix overflow in __pci_hose_bus_to_phys w/ large RAM
Stephen Warren
1
-1
/
+1
2013-10-16
PCIe:change the method to get the address of a requested capability in config...
Zhao Qiang
1
-0
/
+65
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
1
-17
/
+1
2012-09-22
pci: fix some warnings related to assumptions about
Kumar Gala
1
-3
/
+3
2012-09-02
pci: minor cleanup of CONFIG_PCI_PNP usage
Andrew Sharp
1
-6
/
+6
2012-09-02
pci: clean up some whitespace and formatting
Andrew Sharp
1
-50
/
+57
2012-09-02
pci: fix errant data types and corresponding access functions
Andrew Sharp
1
-3
/
+4
2012-03-04
pci: move pciauto_config_init() to pci.h
Linus Walleij
1
-1
/
+0
2011-10-15
pci: move pcidelay code to new location just before PCI bus scan
Anatolij Gustschin
1
-13
/
+17
2011-06-23
IXP42x PCI rewrite
Michael Schwingen
1
-4
/
+0
2011-01-14
powerpc/fsl-pci: Determine pci_controller based on cfg addr for dts fixup
Kumar Gala
1
-0
/
+12
2010-11-14
pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOW
Peter Tyser
1
-2
/
+14
2010-11-14
pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOW
Peter Tyser
1
-8
/
+9
2010-11-14
pci: Clean up PCI info when CONFIG_PCI_SCAN_SHOW
Peter Tyser
1
-28
/
+89
2010-10-22
pci: Add ability to re-enumerate PCI buses
John Schmoller
1
-1
/
+3
2010-03-21
Fix PCI_BASE_ADDRESS_5 handling in pci_hose_config_device()
Wolfgang Denk
1
-1
/
+1
2009-02-23
PCI: Add pci_last_busno() helper
Anton Vorontsov
1
-0
/
+13
2009-02-10
drivers/pci: Create pci_map_bar function
Becky Bruce
1
-0
/
+19
2009-02-07
pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
Kumar Gala
1
-24
/
+78
2008-10-24
pci: Allow for PCI addresses to be 64-bit
Kumar Gala
1
-11
/
+26
2008-10-18
rename CFG_ macros to CONFIG_SYS
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2008-08-13
drivers/pci: Move conditional compilation to Makefile
Jean-Christophe PLAGNIOL-VILLARD
1
-4
/
+0
2008-07-10
pci: Move PCI device configuration check into a separate weak function
Stefan Roese
1
-24
/
+46
2008-05-21
Big white-space cleanup.
Wolfgang Denk
1
-4
/
+4
[next]