openwrt-mirror/target/linux/generic
Koen Vandeputte 630d8b87a5 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>
2019-01-07 17:09:06 +01:00
..
backport-4.9 cns3xxx: use actual size reads for PCIe 2019-01-07 17:09:06 +01:00
backport-4.14 cns3xxx: use actual size reads for PCIe 2019-01-07 17:09:06 +01:00
backport-4.19 kernel: MIPS: math-emu Write-protect delay slot emulation pages 2018-12-24 21:52:08 +00:00
files kernel: add DT binding support to the fit parser 2018-12-17 00:21:33 +01:00
hack-4.9 kernel: bump 4.9 to 4.9.148 2019-01-07 17:09:06 +01:00
hack-4.14 kernel: bump 4.14 to 4.14.90 2018-12-24 15:06:33 +00:00
hack-4.19 kernel: 4.19: fix usbport led trigger regression 2018-12-27 14:36:23 +01:00
image treewide: replace nbd@openwrt.org with nbd@nbd.name 2016-06-07 08:58:42 +02:00
other-files kernel: move initramfs's init script out of base-files 2017-04-04 14:06:40 +02:00
pending-3.18 kernel: bump 3.18 to 3.18.131 2019-01-07 17:09:06 +01:00
pending-4.9 kernel: bump 4.9 to 4.9.148 2019-01-07 17:09:06 +01:00
pending-4.14 kernel: mtd: add support for EN25QH64 in spi-nor.c 2019-01-02 22:12:19 +01:00
pending-4.19 kernel: mtd: add support for EN25QH64 in spi-nor.c 2019-01-02 22:12:19 +01:00
config-3.18 kernel: enable memory compaction 2018-10-09 14:29:55 +02:00
config-4.9 kernel: Reorder configuration 2018-12-15 12:50:06 +01:00
config-4.14 brcm2708: add kernel 4.14 support 2018-12-18 23:19:21 +02:00
config-4.19 kernel: Add missing symbols to 4.19 2019-01-01 15:40:13 +01:00
PATCHES