• Nathan Lynch's avatar
    [POWERPC] Remove gratuitous reads from powermac pci config space methods · 0f7f2fb8
    Nathan Lynch authored
    The powermac pci configuration space write methods read the written
    location immediately after the write is performed, presumably in order
    to flush the write.  However, configuration space writes are not
    allowed to be posted, making these reads gratuitous.  Furthermore,
    this behavior potentially causes us to violate the PCI PM spec when
    changing between e.g. D0 and D3 states, because a delay of up to 10ms
    may be required before the OS accesses configuration space after the
    write which initiates the transition.
    
    Remove the unnecessary reads from macrisc_write_config,
    u3_ht_write_config, and u4_pcie_write_config.
    Signed-off-by: default avatarNathan Lynch <ntl@pobox.com>
    Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
    0f7f2fb8
pci.c 34.8 KB