Re: [U-Boot] [PATCH v3 0/4] Add Cadence PCIe endpoint driver with new uclass

2019-05-08 Thread Ramon Fried
Hi Simon, Kind reminder, just touching base. Thanks, Ramon. On Sat, Apr 27, 2019 at 11:15 AM Ramon Fried wrote: > > > This patchset adds support for new uclass, UCLASS_PCI_EP > allowing new set of PCI endpoint drivers. > Included in the patch is also a driver for Cadence PCIe endpoint. > >

[U-Boot] [PATCH v3 0/4] Add Cadence PCIe endpoint driver with new uclass

2019-04-27 Thread Ramon Fried
This patchset adds support for new uclass, UCLASS_PCI_EP allowing new set of PCI endpoint drivers. Included in the patch is also a driver for Cadence PCIe endpoint. Changes in V2: - Removed "pci.h: add missing maskbit" as it was already merged by Simon. - Added PCI endpoint sandbox driver -