Re: [PATCH v2] pci: Enable dm_pci_map_bar() for 64-bit BARs

2023-11-29 Thread Simon Glass
On Tue, 28 Nov 2023 at 17:49, Moritz Fischer wrote: > > Allow dm_pci_map_bar() usage on systems with CONFIG_SYS_PCI_64BIT. > > Reviewed-by: Philip Oberfichtner > Signed-off-by: Moritz Fischer > --- > Changes from v1: > - Fixed commit message > --- > drivers/pci/pci-uclass.c | 11 +++ >

[PATCH v2] pci: Enable dm_pci_map_bar() for 64-bit BARs

2023-11-28 Thread Moritz Fischer
Allow dm_pci_map_bar() usage on systems with CONFIG_SYS_PCI_64BIT. Reviewed-by: Philip Oberfichtner Signed-off-by: Moritz Fischer --- Changes from v1: - Fixed commit message --- drivers/pci/pci-uclass.c | 11 +++ include/pci.h| 4 ++-- 2 files changed, 13 insertions(+), 2