Files
linux-bredos/include/linux
Bjorn Helgaas 65d8f684a5 Merge branch 'pci/resource'
- Rename find_resource() to find_resource_space() to make it more
  descriptive for exporting outside resource.c (Ilpo Järvinen)

- Document find_resource_space() and the resource_constraint struct it uses
  (Ilpo Järvinen)

- Add typedef resource_alignf to make it simpler to declare allocation
  constraint alignf callbacks (Ilpo Järvinen)

- Open-code the no-constraint simple alignment case to make the
  simple_align_resource() default callback unnecessary (Ilpo Järvinen)

- Export find_resource_space() because PCI bridge window allocation needs
  to learn whether there's space for a window (Ilpo Järvinen)

- Fix a double-counting problem in PCI calculate_memsize() that led to
  allocating larger windows each time a bus was removed and rescanned (Ilpo
  Järvinen)

- When we don't have space to allocate larger bridge windows, allocate
  windows only large enough for the downstream devices to prevent cases
  where a device worked originally, but not after being removed and
  re-added (Ilpo Järvinen)

* pci/resource:
  PCI: Relax bridge window tail sizing rules
  PCI: Make minimum bridge window alignment reference more obvious
  PCI: Fix resource double counting on remove & rescan
  resource: Export find_resource_space()
  resource: Handle simple alignment inside __find_resource_space()
  resource: Use typedef for alignf callback
  resource: Document find_resource_space() and resource_constraint
  resource: Rename find_resource() to find_resource_space()
2024-07-19 10:10:24 -05:00
..
2024-04-25 20:55:49 -07:00
2024-05-02 20:35:57 +02:00
2024-04-29 16:28:07 -07:00
2024-05-08 17:29:22 -04:00
2024-05-05 17:53:55 -07:00
2024-05-11 00:41:15 +00:00
2024-05-09 13:02:39 +02:00
2024-05-19 14:36:17 -07:00
2024-05-22 16:12:48 -07:00
2024-05-19 14:40:44 -07:00
2024-05-05 17:53:53 -07:00
2024-05-03 10:44:42 +01:00
2024-05-05 17:53:49 -07:00
2024-05-05 17:53:50 -07:00
2024-07-19 10:10:24 -05:00
2024-05-02 16:28:15 +02:00
2024-05-04 18:57:21 +02:00
2024-05-23 19:40:26 -07:00
2024-05-06 12:05:00 +02:00
2024-04-25 20:55:48 -07:00