]> Git Repo - linux.git/commit
Merge branch 'pci/resource'
authorBjorn Helgaas <[email protected]>
Mon, 25 Nov 2024 19:40:55 +0000 (13:40 -0600)
committerBjorn Helgaas <[email protected]>
Mon, 25 Nov 2024 19:40:55 +0000 (13:40 -0600)
commitc03d361c2036f3289a45834fce8372864a4576b3
tree693b51230db36825f519ba5a3b7e340ff34dc3a5
parentd985e2beb9cac53ff190883f2b7ae3085f0586f6
parent19f73e938df2b8edfa2e93e0280bd26fd4df5b92
Merge branch 'pci/resource'

- Add resource_set_size() to set resource size when start has already been
  set (Ilpo Järvinen)

- Add resource_set_range() helper to set both resource start and size (Ilpo
  Järvinen)

- Use IS_ALIGNED() and resource_size() in quirk_s3_64M() instead of
  open-coding them (Ilpo Järvinen)

- Add ALIGN_DOWN_IF_NONZERO() to avoid code duplication when distributing
  resources across devices (Ilpo Järvinen)

- Improve pdev_sort_resources() warning message to be more specific (Ilpo
  Järvinen)

* pci/resource:
  PCI: Improve pdev_sort_resources() warning message
  PCI: Add ALIGN_DOWN_IF_NONZERO() helper
  PCI: Use align and resource helpers, and SZ_* in quirk_s3_64M()
  PCI: Use resource_set_{range,size}() helpers
  resource: Add resource set range and size helpers
drivers/pci/controller/pci-tegra.c
drivers/pci/pci.c
drivers/pci/quirks.c
This page took 0.066729 seconds and 4 git commands to generate.