summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-aardvark.c
AgeCommit message (Expand)AuthorFilesLines
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-06Merge 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-19dm: Avoid accessing seq directlySimon Glass1-1/+1
2020-12-14dm: 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-19common: Drop linux/bitops.h from common headerSimon Glass1-0/+1
2020-05-19common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-02-06dm: core: Create a new header file for 'compat' featuresSimon Glass1-0/+1
2020-02-06dm: 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
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini1-2/+0
2018-03-30arm64: a37xx: pci: add support for aardvark pcie driverWilson Ding1-0/+690