Re: [PATCH] drivers: pcie_xilinx: Fix "reg" not found error

2023-11-11 Thread mchitale
Hi Michal, On Thu, 2023-11-02 at 10:05 +0100, Michal Simek wrote: > > On 11/2/23 09:23, Mayuresh Chitale wrote: > > Fix the driver to use the dev_read_addr_size API to fetch the reg > > property from the DT. > > > > Signed-off-by: Mayuresh Chitale > > --- > > drivers/pci/pcie_xilinx.c | 22

Re: [PATCH] drivers: pcie_xilinx: Fix "reg" not found error

2023-11-02 Thread Michal Simek
On 11/2/23 09:23, Mayuresh Chitale wrote: Fix the driver to use the dev_read_addr_size API to fetch the reg property from the DT. Signed-off-by: Mayuresh Chitale --- drivers/pci/pcie_xilinx.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git

[PATCH] drivers: pcie_xilinx: Fix "reg" not found error

2023-11-02 Thread Mayuresh Chitale
Fix the driver to use the dev_read_addr_size API to fetch the reg property from the DT. Signed-off-by: Mayuresh Chitale --- drivers/pci/pcie_xilinx.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/drivers/pci/pcie_xilinx.c b/drivers/pci/pcie_xilinx.c