Message ID | 1448023017-21816-7-git-send-email-geert+renesas@glider.be (mailing list archive) |
---|---|
State | Accepted |
Commit | 1474136ce6a457a10a797b3de04adbb035e90901 |
Delegated to: | Simon Horman |
Headers | show |
On Fri, Nov 20, 2015 at 01:36:57PM +0100, Geert Uytterhoeven wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Must be applied together with "ARM: shmobile: r8a7740 dtsi: Use > "arm,pl390" for GIC"! > > Greg: Can you please provide your ack? Thanks! Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Fri, Dec 11, 2015 at 11:28:30AM -0500, Greg Kroah-Hartman wrote: > On Fri, Nov 20, 2015 at 01:36:57PM +0100, Geert Uytterhoeven wrote: > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > --- > > Must be applied together with "ARM: shmobile: r8a7740 dtsi: Use > > "arm,pl390" for GIC"! > > > > Greg: Can you please provide your ack? Thanks! > > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Thanks Greg, I have taken the liberty of assuming that ack also applies to patch 5/6 of this series, the other staging/board patch in this series. I have queued up this series accordingly. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Mon, Dec 14, 2015 at 02:05:26PM +0900, Simon Horman wrote: > On Fri, Dec 11, 2015 at 11:28:30AM -0500, Greg Kroah-Hartman wrote: > > On Fri, Nov 20, 2015 at 01:36:57PM +0100, Geert Uytterhoeven wrote: > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > --- > > > Must be applied together with "ARM: shmobile: r8a7740 dtsi: Use > > > "arm,pl390" for GIC"! > > > > > > Greg: Can you please provide your ack? Thanks! > > > > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > Thanks Greg, > > I have taken the liberty of assuming that ack also applies to > patch 5/6 of this series, the other staging/board patch in > this series. Oops, yes, good call, thanks for doing this. greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
On Sun, Dec 13, 2015 at 09:16:47PM -0800, Greg Kroah-Hartman wrote: > On Mon, Dec 14, 2015 at 02:05:26PM +0900, Simon Horman wrote: > > On Fri, Dec 11, 2015 at 11:28:30AM -0500, Greg Kroah-Hartman wrote: > > > On Fri, Nov 20, 2015 at 01:36:57PM +0100, Geert Uytterhoeven wrote: > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > > > --- > > > > Must be applied together with "ARM: shmobile: r8a7740 dtsi: Use > > > > "arm,pl390" for GIC"! > > > > > > > > Greg: Can you please provide your ack? Thanks! > > > > > > Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> > > > > Thanks Greg, > > > > I have taken the liberty of assuming that ack also applies to > > patch 5/6 of this series, the other staging/board patch in > > this series. > > Oops, yes, good call, thanks for doing this. No problem. For the record I have queued up these patches for v4.6 as I believe that the ARM SoC maintainers prefer not to have driver changes depending on DT changes and the first four patches of this series are DT changes. -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/drivers/staging/board/armadillo800eva.c b/drivers/staging/board/armadillo800eva.c index 9c41652ee908b5e8..912c96b0536def7c 100644 --- a/drivers/staging/board/armadillo800eva.c +++ b/drivers/staging/board/armadillo800eva.c @@ -97,7 +97,7 @@ static const struct board_staging_dev armadillo800eva_devices[] __initconst = { static void __init armadillo800eva_init(void) { - board_staging_gic_setup_xlate("arm,cortex-a9-gic", 32); + board_staging_gic_setup_xlate("arm,pl390", 32); board_staging_register_devices(armadillo800eva_devices, ARRAY_SIZE(armadillo800eva_devices)); }
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Must be applied together with "ARM: shmobile: r8a7740 dtsi: Use "arm,pl390" for GIC"! Greg: Can you please provide your ack? Thanks! --- drivers/staging/board/armadillo800eva.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)