On Thu, Aug 23, 2018 at 08:50:23PM +0200, Martin Blumenstingl wrote:
> On Wed, Aug 22, 2018 at 12:57 PM Johan Hovold <[email protected]> wrote:
> > Fixes: ed80a13bb4c4 ("mmc: meson-mx-sdio: Add a driver for the Amlogic
> > Meson8 and Meson8b SoCs")
> > Cc: stable <[email protected]> # 4.15
>
> backporting only works if the patch introducing
> of_get_compatible_child is also backported
> do we have to inform Greg somehow?
Greg is on CC, but he also sends out a notice in case a stable patch
fails to apply or compile.
Note that if the helper had gone in before the rest of the series, I
could have referenced it in the stable tags using its commit id in order
to facilitate the process:
Cc: stable <[email protected]> # 4.15: <commit id>
> > Cc: Carlo Caione <[email protected]>
> > Cc: Martin Blumenstingl <[email protected]>
> > Cc: Ulf Hansson <[email protected]>
> > Signed-off-by: Johan Hovold <[email protected]>
> Acked-by: Martin Blumenstingl <[email protected]>
Thanks for the ack.
Johan