summaryrefslogtreecommitdiff
path: root/drivers/pci/pci-aardvark.c
AgeCommit message (Expand)Author
2021-12-15arm: a37xx: pci: Do not allow setting ROM BAR on PCI BridgePali Rohár
2021-12-15pci: pci_mvebu, pci_aardvark: Fix size of configuration cacheMarek Behún
2021-11-03arm: a37xx: pci: Program the data strobe for config read requestsPali Rohár
2021-10-21arm: a37xx: pci: Fix condition for CRS responsePali Rohár
2021-10-21arm: a37xx: pci: Do not allow setting bars on PCI BridgePali Rohár
2021-10-08arm: a37xx: pci: Update private structure documentationMarek Behún
2021-10-08arm: a37xx: pci: Cosmetic changeMarek Behún
2021-10-08arm: a37xx: pci: Handle propagation of CRSSVE bit from PCIe Root PortPali Rohár
2021-10-08arm: a37xx: pci: Do not automatically enable bus mastering on PCI BridgePali Rohár
2021-10-08arm: a37xx: pci: Add support for accessing PCI Bridge on root busPali Rohár
2021-10-08arm: a37xx: pci: Fix pcie_advk_link_up()Pali Rohár
2021-09-10arm: a37xx: pci: Don't spam about PIO Response StatusMarek Behún
2021-09-10arm: a37xx: pci: Implement re-issuing config requests on CRS responsePali Rohár
2021-09-10arm: a37xx: pci: Disable returning CRS responsePali Rohár
2021-08-11arm: a37xx: pci: Fix handling PIO config error responsesPali Rohár
2021-07-15arm: a37xx: pci: Fix typo in commentPali Rohár
2021-07-15arm: a37xx: pci: Extend validation for PCIe resources and oubound windowsPali Rohár
2021-06-04arm: a37xx: pci: Fix configuring PCIe resourcesPali Rohár
2021-06-04arm: a37xx: pci: Fix DT compatible string to Linux' DT compatiblePali Rohár
2021-06-04arm: a37xx: pci: Disable bus mastering when unloading driverPali Rohár
2021-06-04arm: a37xx: pci: Don't put link into LTSSM Recovery state during probePali Rohár
2021-04-29arm: a37xx: pci: Fix processing PIO transfersPali Rohár
2021-03-12arm: a37xx: pci: Implement workaround for the readback value of VEND_IDPali Rohár
2021-02-26arm: a37xx: pci: Set Max Payload Size and Max Read Request Size to 512 bytesPali Rohár
2021-01-27arm64: a37xx: pci: Fix printing debug messagesPali Rohár
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-28Revert "arm64: a37xx: pci: Assert PERST# signal when unloading driver"Pali Rohár
2020-12-18dm: Avoid accessing seq directlySimon Glass
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-24arm64: a37xx: pci: Disable link training when unloading driverPali Rohár
2020-08-31arm64: a37xx: pci: Depends on DM_GPIOPali Rohár
2020-08-31arm64: a37xx: pci: Assert PERST# signal when unloading driverPali Rohár
2020-08-31arm64: a37xx: pci: Make PCIe Reset GPIO DT compatible with Linux kernel DTPali Rohár
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass
2020-02-05dm: pci: Update the PCI read_config() method to const dev *Simon Glass
2019-12-15dm: gpio: Allow control of GPIO uclass in SPLSimon Glass
2018-04-27Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTRTom Rini
2018-03-30arm64: a37xx: pci: add support for aardvark pcie driverWilson Ding