commit | 861ce849d449c2c1c9c7e0a639499524888505f3 | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Apr 13 22:41:45 2023 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon May 01 18:59:33 2023 -0400 |
tree | 0a4150c76e4966954f1100dfd74f9140d8c2828f | |
parent | 42fe126f4cfdce7b67a1cad3d117b79eb30cecbb [diff] |
pci: mpc85xx: Allow 8/16-bit access to PCI config space This Freescale mpc85xx PCI controller should support 8-bit and 16-bit read and write access to PCI config space as described in more Freescale reference manuals. This change fixes issue that 8-bit and 16-bit write to PCI config space caused to clear adjacent bits of 32-bit PCI register. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Heiko Schocher <hs@denx.de> Tested-by: Heiko Schocher <hs@denx.de>