Re: [PATCH] pci: ftpci100: add new driver implementation

2023-08-15 Thread Tom Rini
On Sun, Jul 30, 2023 at 09:17:09PM +0300, Sergei Antonov wrote: > Add a new DM driver supporting FTPCI100 IP used in SoC designs. > This implementation is not based on the old non-DM ftpci100 code > dropped from U-Boot. > > Enable the driver in sandbox_defconfig to test compilability. > > Signed

[PATCH] pci: ftpci100: add new driver implementation

2023-07-30 Thread Sergei Antonov
Add a new DM driver supporting FTPCI100 IP used in SoC designs. This implementation is not based on the old non-DM ftpci100 code dropped from U-Boot. Enable the driver in sandbox_defconfig to test compilability. Signed-off-by: Sergei Antonov --- configs/sandbox_defconfig | 1 + drivers/pci/Kc