> -----Original Message-----
> From: Intel-wired-lan <[email protected]> On Behalf Of
> Larysa Zaremba
> Sent: 17 November 2025 19:19
> To: [email protected]; Nguyen, Anthony L
> <[email protected]>
> Cc: Lobakin, Aleksander <[email protected]>; Samudrala, Sridhar
> <[email protected]>; Singhai, Anjali <[email protected]>;
> Michal Swiatkowski <[email protected]>; Zaremba, Larysa
> <[email protected]>; Fijalkowski, Maciej
> <[email protected]>; Tantilov, Emil S <[email protected]>;
> Chittim, Madhu <[email protected]>; Hay, Joshua A
> <[email protected]>; Keller, Jacob E <[email protected]>;
> Shanmugam, Jayaprakash <[email protected]>;
> Wochtman, Natalia <[email protected]>; Jiri Pirko
> <[email protected]>; David S. Miller <[email protected]>; Eric Dumazet
> <[email protected]>; Jakub Kicinski <[email protected]>; Paolo Abeni
> <[email protected]>; Simon Horman <[email protected]>; Jonathan
> Corbet <[email protected]>; Richard Cochran <[email protected]>;
> Kitszel, Przemyslaw <[email protected]>; Andrew Lunn
> <[email protected]>; [email protected]; linux-
> [email protected]; [email protected]; Burra, Phani R
> <[email protected]>
> Subject: [Intel-wired-lan] [PATCH iwl-next v5 03/15] libie: add PCI device
> initialization helpers to libie
>
> From: Phani R Burra <[email protected]>
>
> Add memory related support functions for drivers to access MMIO space and
> allocate/free dma buffers.
>
> Reviewed-by: Maciej Fijalkowski <[email protected]>
> Signed-off-by: Phani R Burra <[email protected]>
> Co-developed-by: Victor Raj <[email protected]>
> Signed-off-by: Victor Raj <[email protected]>
> Co-developed-by: Sridhar Samudrala <[email protected]>
> Signed-off-by: Sridhar Samudrala <[email protected]>
> Co-developed-by: Pavan Kumar Linga <[email protected]>
> Signed-off-by: Pavan Kumar Linga <[email protected]>
> Co-developed-by: Larysa Zaremba <[email protected]>
> Signed-off-by: Larysa Zaremba <[email protected]>
> ---
> drivers/net/ethernet/intel/libie/Kconfig | 6 +
> drivers/net/ethernet/intel/libie/Makefile | 4 +
> drivers/net/ethernet/intel/libie/pci.c | 187 ++++++++++++++++++++++
> include/linux/intel/libie/pci.h | 56 +++++++
> 4 files changed, 253 insertions(+)
>
Tested-by: Bharath R <[email protected]>