aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/pci-aardvark.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-25pci: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Update comment about Command/Direct modePali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Register controller also when no PCIe card is connectedPali Rohár1-9/+3
2022-02-17arm: a37xx: pci: Do not try to access other buses when link is downPali Rohár1-17/+21
2022-02-17arm: a37xx: pci: Ensure that root port is always on root zero busPali Rohár1-12/+6
2022-02-17arm: a37xx: pci: Use dev_read_addr()Pali Rohár1-1/+1
2022-02-17arm: a37xx: pci: Cleanup macro namesPali Rohár1-202/+192
2022-02-17arm: a37xx: pci: Use standard register macros from pci.hPali Rohár1-52/+30
2021-12-20Merge tag 'v2022.01-rc4' into nextWIP/20Dec2021-nextTom Rini1-24/+30
2021-12-19arm: mvebu: pci: Add me as co-maintainer and author of Marvell PCIe driversPali Rohár1-0/+1
2021-12-15arm: a37xx: pci: Do not allow setting ROM BAR on PCI BridgePali Rohár1-24/+30
2021-12-15pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek Behún1-1/+1
2021-11-17pci: Add standard PCIe ECAM macrosPali Rohár1-12/+2
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár1-0/+3
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár1-1/+1
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár1-0/+4
2021-10-08arm: a37xx: pci: Update private structure documentationMarek Behún1-8/+9
2021-10-08arm: a37xx: pci: Cosmetic changeMarek Behún1-7/+7
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár1-4/+22
2021-10-08arm: a37xx: pci: Do not automatically enable bus mastering on PCI BridgePali Rohár1-6/+0
2021-10-08arm: a37xx: pci: Add support for accessing PCI Bridge on root busPali Rohár1-19/+124
2021-10-08arm: a37xx: pci: Fix pcie_advk_link_up()Pali Rohár1-1/+2
2021-09-10arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún1-1/+1
2021-09-10arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár1-15/+43
2021-09-10arm: a37xx: pci: Disable returning CRS responsePali Rohár1-1/+12
2021-08-11arm: a37xx: pci: Fix handling PIO config error responsesPali Rohár1-26/+26
2021-07-15arm: a37xx: pci: Fix typo in commentPali Rohár1-1/+1
2021-07-15arm: a37xx: pci: Extend validation for PCIe resources and oubound windowsPali Rohár1-3/+4
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár1-1/+157
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár1-1/+1
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár1-0/+6
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár1-5/+0
2021-04-29arm: a37xx: pci: Fix processing PIO transfersPali Rohár1-14/+28
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár1-0/+10
2021-02-26arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytesPali Rohár1-0/+8
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár1-3/+2
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini1-3/+0
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár1-3/+0
2020-12-18dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-3/+3
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-09-24arm64: a37xx: pci: Disable link training when unloading driverPali Rohár1-0/+5
2020-08-31arm64: a37xx: pci: Depends on DM_GPIOPali Rohár1-8/+2
2020-08-31arm64: a37xx: pci: Assert PERST# signal when unloading driverPali Rohár1-6/+21
2020-08-31arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DTPali Rohár1-3/+3
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass1-1/+1
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass1-2/+2