cns3xxx: use actual size reads for PCIe
authorKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 7 Jan 2019 10:59:49 +0000 (11:59 +0100)
committerKoen Vandeputte <koen.vandeputte@ncentric.com>
Mon, 7 Jan 2019 16:09:06 +0000 (17:09 +0100)
commit630d8b87a570b87ec3a0a2f950e87f674d381800
tree6993d0bcd5874ad6e45a0729861781e7adf646f8
parent2d4f09404db6423355bc96a087f9555fe77a055c
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>
target/linux/generic/backport-4.14/101-arm-cns3xxx-use-actual-size-reads-for-PCIe.patch [new file with mode: 0644]
target/linux/generic/backport-4.9/101-arm-cns3xxx-use-actual-size-reads-for-PCIe.patch [new file with mode: 0644]