index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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-19
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-19
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-05-19
common: Drop log.h from common header
Simon Glass
1
-0
/
+1
2019-12-03
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-17
dm: pci: Move common PCI functions into their own file
Simon Glass
1
-275
/
+6
2015-02-06
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-13
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-17
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-05
pci: move pciauto_config_init() to pci.h
Linus Walleij
1
-1
/
+0
2011-10-16
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-15
pci: Use intelligent indentation for CONFIG_PCI_SCAN_SHOW
Peter Tyser
1
-2
/
+14
2010-11-15
pci: Fix ordering of devices when CONFIG_PCI_SCAN_SHOW
Peter Tyser
1
-8
/
+9
2010-11-15
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-24
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-08
pci: give preference to non-PCI_REGION_SYS_MEMORY regions when matching
Kumar Gala
1
-24
/
+78
2008-10-25
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]