]> Git Repo - J-u-boot.git/commit
pci: mpc85xx: Add missing sync() after writing to PCI config space
authorPali Rohár <[email protected]>
Thu, 13 Apr 2023 20:41:44 +0000 (22:41 +0200)
committerTom Rini <[email protected]>
Mon, 1 May 2023 22:59:33 +0000 (18:59 -0400)
commit76c72930f917ab348ff08d28a96b827d1626cb3a
tree0c1555059c93b2cd349b0d6d0f6a98dfc3f85195
parentf1dc0daf7a7c73e525d52698ab914b8f833bed00
pci: mpc85xx: Add missing sync() after writing to PCI config space

On PowerPC we should use barrier after store operation to HW register.

Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Heiko Schocher <[email protected]>
Tested-by: Heiko Schocher <[email protected]>
drivers/pci/pci_mpc85xx.c
This page took 0.037739 seconds and 4 git commands to generate.