On Fri, 2018-11-02 at 14:36 +0800, Ryder Lee wrote: > On Thu, 2018-10-18 at 11:23 +0800, Honghui Zhang (张洪辉) wrote: > > From: Honghui Zhang <honghui.zhang@xxxxxxxxxxxx> > > > > Use the devm_of_pci_get_host_bridge_resources() API in place of the PCI OF > > DT parser. > > > > Signed-off-by: Honghui Zhang <honghui.zhang@xxxxxxxxxxxx> > > --- > > drivers/pci/controller/pcie-mediatek.c | 109 +++++++++------------------------ > > 1 file changed, 29 insertions(+), 80 deletions(-) > > [......] > > > > Acked-by: Ryder Lee <ryder.lee@xxxxxxxxxxxx> > > Hi, Lorenzo, could you help take a look at this patch? Thanks.