Re: [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass

2019-04-24 Thread Ramon Fried
On Thu, Apr 25, 2019 at 2:44 AM Simon Glass wrote: > HI Ramon, > > On Mon, 22 Apr 2019 at 10:33, Ramon Fried wrote: > > > > > > Hi Simon, > > Thanks for the review. > > please see inline, I have few questions/suggestions regarding > > your notes. > > > > Thanks, > > Ramon. > > On Mon, Apr 22, 20

Re: [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass

2019-04-24 Thread Simon Glass
HI Ramon, On Mon, 22 Apr 2019 at 10:33, Ramon Fried wrote: > > > Hi Simon, > Thanks for the review. > please see inline, I have few questions/suggestions regarding > your notes. > > Thanks, > Ramon. > On Mon, Apr 22, 2019 at 5:56 AM Simon Glass wrote: >> >> Hi Ramon, >> >> On Fri, 5 Apr 2019 at

Re: [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass

2019-04-22 Thread Ramon Fried
Hi Simon, Thanks for the review. please see inline, I have few questions/suggestions regarding your notes. Thanks, Ramon. On Mon, Apr 22, 2019 at 5:56 AM Simon Glass wrote: > Hi Ramon, > > On Fri, 5 Apr 2019 at 19:12, Ramon Fried wrote: > > > > Introduce new UCLASS_PCI_EP class for handling PCI

Re: [U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass

2019-04-21 Thread Simon Glass
Hi Ramon, On Fri, 5 Apr 2019 at 19:12, Ramon Fried wrote: > > Introduce new UCLASS_PCI_EP class for handling PCI endpoint > devices, allowing to set various attributes of the PCI endpoint > device, such as: > * configuration space header > * BAR definitions > * outband memory mapping > * start/st

[U-Boot] [PATCH v1 1/3] drivers: pci_ep: Introduce UCLASS_PCI_EP uclass

2019-04-05 Thread Ramon Fried
Introduce new UCLASS_PCI_EP class for handling PCI endpoint devices, allowing to set various attributes of the PCI endpoint device, such as: * configuration space header * BAR definitions * outband memory mapping * start/stop PCI link Signed-off-by: Ramon Fried --- drivers/Kconfig