On Thu, May 24, 2018 at 04:36:18PM +0200, Marek Vasut wrote: > Multiple minor failpath fixes for the R-Car PCIe driver. > > V4: Sync up the version numbers > Rebase on top of Lorenzo's tree > Add new patch fixing bug in the PHY code > > Marek Vasut (6): > PCI: rcar: Pull bus clock enable/disable from > rcar_pcie_get_resources() > PCI: rcar: Add missing irq_dispose_mapping() into failpath > PCI: rcar: Teardown MSI setup if rcar_pcie_enable() fails > PCI: rcar: Poll more often in rcar_pcie_wait_for_dl() > PCI: rcar: Remove IRQ mappings in rcar_pcie_enable_msi failpath > PCI: rcar: Shut the PHY down in failpath > > drivers/pci/host/pcie-rcar.c | 82 +++++++++++++++++++++++++++++++++++--------- > 1 file changed, 66 insertions(+), 16 deletions(-) Marek, I have applied patches [1-5] to pci/rcar for v4.18, I could not apply patch 6 since it is missing Simon's ACK (please have a look at what I queued to check it is OK). Bjorn will be merging the branch into -next shortly, I do not know if there is room for adding additional patches on top of it, as I mentioned on linux-pci I will be offline for two weeks so it is possible that what's in pci/rcar at present will be what gets into v4.18, apologies, that's all I can do. Lorenzo > Signed-off-by: Marek Vasut <marek.vasut+renesas@xxxxxxxxx> > Cc: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > Cc: Lorenzo Pieralisi <lorenzo.pieralisi@xxxxxxx> > Cc: Phil Edworthy <phil.edworthy@xxxxxxxxxxx> > Cc: Simon Horman <horms+renesas@xxxxxxxxxxxx> > Cc: Wolfram Sang <wsa@xxxxxxxxxxxxx> > Cc: linux-renesas-soc@xxxxxxxxxxxxxxx > > -- > 2.16.2 >