1. 18 12月, 2021 1 次提交
  2. 12 11月, 2021 1 次提交
  3. 11 11月, 2021 1 次提交
  4. 08 11月, 2021 1 次提交
  5. 30 10月, 2021 1 次提交
  6. 18 10月, 2021 2 次提交
  7. 13 10月, 2021 1 次提交
    • B
      PCI: Return NULL for to_pci_driver(NULL) · 8e9028b3
      Bjorn Helgaas 提交于
      to_pci_driver() takes a pointer to a struct device_driver and uses
      container_of() to find the struct pci_driver that contains it.
      
      If given a NULL pointer to a struct device_driver, return a NULL pci_driver
      pointer instead of applying container_of() to NULL.
      
      This simplifies callers that would otherwise have to check for a NULL
      pointer first.
      Signed-off-by: NBjorn Helgaas <bhelgaas@google.com>
      8e9028b3
  8. 12 10月, 2021 1 次提交
  9. 22 9月, 2021 1 次提交
  10. 01 9月, 2021 4 次提交
  11. 27 8月, 2021 3 次提交
  12. 25 8月, 2021 2 次提交
  13. 23 8月, 2021 1 次提交
    • B
      PCI: Introduce domain_nr in pci_host_bridge · 15d82ca2
      Boqun Feng 提交于
      Currently we retrieve the PCI domain number of the host bridge from the
      bus sysdata (or pci_config_window if PCI_DOMAINS_GENERIC=y). Actually
      we have the information at PCI host bridge probing time, and it makes
      sense that we store it into pci_host_bridge. One benefit of doing so is
      the requirement for supporting PCI on Hyper-V for ARM64, because the
      host bridge of Hyper-V doesn't have pci_config_window, whereas ARM64 is
      a PCI_DOMAINS_GENERIC=y arch, so we cannot retrieve the PCI domain
      number from pci_config_window on ARM64 Hyper-V guest.
      
      As the preparation for ARM64 Hyper-V PCI support, we introduce the
      domain_nr in pci_host_bridge and a sentinel value to allow drivers to
      set domain numbers properly at probing time. Currently
      CONFIG_PCI_DOMAINS_GENERIC=y archs are only users of this
      newly-introduced field.
      
      Link: https://lore.kernel.org/r/20210726180657.142727-2-boqun.feng@gmail.comSigned-off-by: NBoqun Feng <boqun.feng@gmail.com>
      Signed-off-by: NLorenzo Pieralisi <lorenzo.pieralisi@arm.com>
      Acked-by: NBjorn Helgaas <bhelgaas@google.com>
      15d82ca2
  14. 21 8月, 2021 6 次提交
  15. 19 8月, 2021 2 次提交
  16. 18 8月, 2021 4 次提交
  17. 13 8月, 2021 1 次提交
  18. 06 7月, 2021 1 次提交
  19. 25 6月, 2021 1 次提交
  20. 03 6月, 2021 1 次提交
  21. 26 5月, 2021 1 次提交
  22. 20 5月, 2021 1 次提交
  23. 01 5月, 2021 2 次提交