Searched hist:a58674ff8383f5b8f6a77f03c48f6a47840b9325 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/arch/x86/pci/ |
H A D | acpi.c | diff a58674ff8383f5b8f6a77f03c48f6a47840b9325 Wed Aug 21 22:24:44 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Simplify pcie_bus_configure_settings() interface
Based on a patch by Jon Mason (see URL below).
All users of pcie_bus_configure_settings() pass arguments of the form "bus, bus->self->pcie_mpss". The "mpss" argument is redundant since we can easily look it up internally. In addition, all callers check "bus->self" for NULL, which we can also do internally.
This patch simplifies the interface and the callers. No functional change.
Reference: http://lkml.kernel.org/r/1317048850-30728-2-git-send-email-mason@myri.com Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
/openbmc/linux/arch/powerpc/kernel/ |
H A D | pci-common.c | diff a58674ff8383f5b8f6a77f03c48f6a47840b9325 Wed Aug 21 22:24:44 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Simplify pcie_bus_configure_settings() interface
Based on a patch by Jon Mason (see URL below).
All users of pcie_bus_configure_settings() pass arguments of the form "bus, bus->self->pcie_mpss". The "mpss" argument is redundant since we can easily look it up internally. In addition, all callers check "bus->self" for NULL, which we can also do internally.
This patch simplifies the interface and the callers. No functional change.
Reference: http://lkml.kernel.org/r/1317048850-30728-2-git-send-email-mason@myri.com Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
/openbmc/linux/drivers/pci/ |
H A D | probe.c | diff a58674ff8383f5b8f6a77f03c48f6a47840b9325 Wed Aug 21 22:24:44 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Simplify pcie_bus_configure_settings() interface
Based on a patch by Jon Mason (see URL below).
All users of pcie_bus_configure_settings() pass arguments of the form "bus, bus->self->pcie_mpss". The "mpss" argument is redundant since we can easily look it up internally. In addition, all callers check "bus->self" for NULL, which we can also do internally.
This patch simplifies the interface and the callers. No functional change.
Reference: http://lkml.kernel.org/r/1317048850-30728-2-git-send-email-mason@myri.com Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|
/openbmc/linux/include/linux/ |
H A D | pci.h | diff a58674ff8383f5b8f6a77f03c48f6a47840b9325 Wed Aug 21 22:24:44 CDT 2013 Bjorn Helgaas <bhelgaas@google.com> PCI: Simplify pcie_bus_configure_settings() interface
Based on a patch by Jon Mason (see URL below).
All users of pcie_bus_configure_settings() pass arguments of the form "bus, bus->self->pcie_mpss". The "mpss" argument is redundant since we can easily look it up internally. In addition, all callers check "bus->self" for NULL, which we can also do internally.
This patch simplifies the interface and the callers. No functional change.
Reference: http://lkml.kernel.org/r/1317048850-30728-2-git-send-email-mason@myri.com Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
|