Skip to content

Commit 1093a6f

Browse files
dcpleungstephanosio
authored andcommitted
doc: release-notes/3.3: add bits about PCIE
This adds a few bits mentioning newly introduced API and modifications on the PCIE subsystem. Signed-off-by: Daniel Leung <[email protected]>
1 parent fcf1170 commit 1093a6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/releases/release-notes-3.3.rst

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,19 @@ Drivers and Sensors
767767

768768
* PCIE
769769

770+
* Support for accessing I/O BARs, which was previously removed, is back.
771+
772+
* Added new API :c:func:`pcie_scan` to scan for devices.
773+
774+
* This interates through the the buses and devices which are expected to
775+
exist. The old method was to try all possible combination of buses
776+
and devices to determine if there is a device there.
777+
:c:func:`pci_init` and :c:func:`pcie_bdf_lookup` have been updated to
778+
use this new API.
779+
780+
* :c:func:`pcie_scan` also introduces a callback mechanism for when
781+
a new device has been discovered.
782+
770783
* PECI
771784

772785
* Pin control

0 commit comments

Comments
 (0)