Hi Simon, On Fri, Aug 17, 2018 at 12:53 PM Simon Horman <horms@xxxxxxxxxxxx> wrote: > please find the details of the corrected tag below: > > > The following changes since commit 2ae6c0413b4768f9d8fc6f718a732f9dae014b67: > > Linux 4.14.61 (2018-08-06 16:20:52 +0200) > > are available in the git repository at: > > https://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas-backport.git backport/v4.14.61/snapshot-to-v4.18-rc8+fixes-flattened > > for you to fetch changes up to cc88cfdc0571385f098e82db47f5a16b6f44726e: > > i2c: rcar: use the new get_bus_free callback (2018-08-09 17:22:00 +0200) > > ---------------------------------------------------------------- > LTSI-v4.14 Backports for Renesas SoCs (to v4.18-rc8) > > Base: > * v4.14.61 > * Similar backport of components for Renesas SoCs to v4.17 > > Backports of the following components to their standard as of v4.18-rc8: > * pcie-rcar The backports of 3a8f77e48666a39a ("PCI: OF: Add generic function to parse and allocate PCI resources") and f7e1c6461e04afb8 ("PCI: rcar: Reuse generic pci_parse_request_of_pci_ranges() function") had to be adjusted, as v4.14.67 gained commit 0e66392d985c4595 ("PCI: OF: Fix I/O space page leak"), which is different from the upstream solution due to dependencies. Resulting change: --- a/drivers/pci/of.c +++ b/drivers/pci/of.c @@ -112,7 +112,7 @@ int pci_parse_request_of_pci_ranges(struct device *dev, switch (resource_type(res)) { case IORESOURCE_IO: - err = pci_remap_iospace(res, iobase); + err = devm_pci_remap_iospace(dev, res, iobase); if (err) { dev_warn(dev, "error %d: failed to map resource %pR\n", err, res); Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds