Re: [PATCH 4/9] mmc: meson-mx-sdio: fix OF child-node lookup
From: Johan Hovold <johan@kernel.org>
Date: 2018-08-24 06:41:10
Also in:
lkml, stable
From: Johan Hovold <johan@kernel.org>
Date: 2018-08-24 06:41:10
Also in:
lkml, stable
On Thu, Aug 23, 2018 at 08:50:23PM +0200, Martin Blumenstingl wrote:
On Wed, Aug 22, 2018 at 12:57 PM Johan Hovold [off-list ref] wrote:
quoted
Fixes: ed80a13bb4c4 ("mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs") Cc: stable <redacted> # 4.15backporting 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 [off-list ref] # 4.15: <commit id>
quoted
Cc: Carlo Caione <redacted> Cc: Martin Blumenstingl <martin.blumenstingl@googlemail.com> Cc: Ulf Hansson <redacted> Signed-off-by: Johan Hovold <johan@kernel.org>Acked-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Thanks for the ack. Johan