diff options
author | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-07 11:59:49 +0100 |
---|---|---|
committer | Koen Vandeputte <koen.vandeputte@ncentric.com> | 2019-01-08 13:13:16 +0100 |
commit | c3fef269d61fd9fc860dcfd812984276790fd712 (patch) | |
tree | 7692041c1fc04abdd627e36c93828ed2845b4e9d /toolchain | |
parent | 367ccf7a2d4ff7bec492fd7802b00ac38cbcd707 (diff) | |
download | upstream-c3fef269d61fd9fc860dcfd812984276790fd712.tar.gz upstream-c3fef269d61fd9fc860dcfd812984276790fd712.tar.bz2 upstream-c3fef269d61fd9fc860dcfd812984276790fd712.zip |
cns3xxx: use actual size reads for PCIe
upstream commit 802b7c06adc7 ("ARM: cns3xxx: Convert PCI to use generic config accessors")
reimplemented cns3xxx_pci_read_config() using pci_generic_config_read32(),
which preserved the property of only doing 32-bit reads.
It also replaced cns3xxx_pci_write_config() with pci_generic_config_write(),
so it changed writes from always being 32 bits to being the actual size,
which works just fine.
Due to:
- The documentation does not mention that only 32 bit access is allowed.
- Writes are already executed using the actual size
- Extensive testing shows that 8b, 16b and 32b reads work as intended
It makes perfectly sense to also swap 32 bit reading in favor of actual size.
Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'toolchain')
0 files changed, 0 insertions, 0 deletions