
On 05.05.2020 16:13, Nicolas Saenz Julienne wrote:
On Mon, 2020-05-04 at 14:45 +0200, Sylwester Nawrocki wrote:
This patch adds basic driver for the Broadcom STB PCIe host controller. The code is based on Linux upstream driver (pcie-brcmstb.c) with MSI handling removed. The inbound access memory region is not currently parsed from dma-ranges DT property and a fixed 4GB region is used.
^^^^^^ (I will change that to 3GB in next version)
The patch has been tested on RPI4 board, i.e. on BCM2711 SoC with VL805 USB Host Controller.
Signed-off-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de Signed-off-by: Sylwester Nawrocki s.nawrocki@samsung.com
I don't know if it's a little redundant already having a Signed-off-by tag, but if relevant you can add my:
Reviewed-by: Nicolas Saenz Julienne nsaenzjulienne@suse.de
Thanks for your review, I think it doesn't hurt to add the tag, it would indicate your review of final version.