Re: [PATCH] pci: ecm generic: use dev_read_() interface

2023-11-10 Thread Simon Glass
Hi, On Mon, 8 May 2023 at 09:08, Tom Rini wrote: > > On Mon, May 08, 2023 at 08:30:15PM +0530, Mayuresh Chitale wrote: > > On Thu, May 4, 2023 at 2:04 AM Tom Rini wrote: > > > > > > On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote: > > > > > > > Use dev_read_() api instead of the

Re: [PATCH] pci: ecm generic: use dev_read_() interface

2023-05-08 Thread Tom Rini
On Mon, May 08, 2023 at 08:30:15PM +0530, Mayuresh Chitale wrote: > On Thu, May 4, 2023 at 2:04 AM Tom Rini wrote: > > > > On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote: > > > > > Use dev_read_() api instead of the fdtdec API to fetch the host > > > controller's reg property val

Re: [PATCH] pci: ecm generic: use dev_read_() interface

2023-05-08 Thread Mayuresh Chitale
On Thu, May 4, 2023 at 2:04 AM Tom Rini wrote: > > On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote: > > > Use dev_read_() api instead of the fdtdec API to fetch the host > > controller's reg property value. This is similar to the other host > > controller drivers such as Sifive, R

Re: [PATCH] pci: ecm generic: use dev_read_() interface

2023-05-03 Thread Tom Rini
On Sat, Feb 18, 2023 at 05:55:25PM +0530, Mayuresh Chitale wrote: > Use dev_read_() api instead of the fdtdec API to fetch the host > controller's reg property value. This is similar to the other host > controller drivers such as Sifive, Rockchip etc. Without this change, > enabling CONFIG_OF_LIVE

Re: [PATCH] pci: ecm generic: use dev_read_() interface

2023-02-20 Thread Simon Glass
On Sat, 18 Feb 2023 at 05:25, Mayuresh Chitale wrote: > > Use dev_read_() api instead of the fdtdec API to fetch the host > controller's reg property value. This is similar to the other host > controller drivers such as Sifive, Rockchip etc. Without this change, > enabling CONFIG_OF_LIVE breaks th

[PATCH] pci: ecm generic: use dev_read_() interface

2023-02-18 Thread Mayuresh Chitale
Use dev_read_() api instead of the fdtdec API to fetch the host controller's reg property value. This is similar to the other host controller drivers such as Sifive, Rockchip etc. Without this change, enabling CONFIG_OF_LIVE breaks the PCIe enumeration on Qemu Risc-V virt machine. The issue is desc