2015-07-30 22:38:09

by Stephen Rothwell

[permalink] [raw]
Subject: linux-next: manual merge of the at91 tree with the arm-soc tree

Hi Nicolas,

Today's linux-next merge of the at91 tree got a conflict in:

arch/arm/mach-at91/sama5.c

between commit:

19c233b79d1a ("ARM: appropriate __init annotation for const data")

from the arm-soc tree and commit:

a6e41317b9b8 ("ARM: at91/soc: add basic support for new sama5d2 SoC")

from the at91 tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

--
Cheers,
Stephen Rothwell [email protected]

diff --cc arch/arm/mach-at91/sama5.c
index 8fc47630bbc8,90c3c3051ae7..000000000000
--- a/arch/arm/mach-at91/sama5.c
+++ b/arch/arm/mach-at91/sama5.c
@@@ -63,7 -65,8 +65,8 @@@ DT_MACHINE_START(sama5_dt, "Atmel SAMA5
.dt_compat = sama5_dt_board_compat,
MACHINE_END

-static const char *sama5_alt_dt_board_compat[] __initconst = {
+static const char *const sama5_alt_dt_board_compat[] __initconst = {
+ "atmel,sama5d2",
"atmel,sama5d4",
NULL
};


2015-07-31 07:10:24

by Nicolas Ferre

[permalink] [raw]
Subject: Re: linux-next: manual merge of the at91 tree with the arm-soc tree

Le 31/07/2015 00:38, Stephen Rothwell a ?crit :
> Hi Nicolas,
>
> Today's linux-next merge of the at91 tree got a conflict in:
>
> arch/arm/mach-at91/sama5.c
>
> between commit:
>
> 19c233b79d1a ("ARM: appropriate __init annotation for const data")
>
> from the arm-soc tree and commit:
>
> a6e41317b9b8 ("ARM: at91/soc: add basic support for new sama5d2 SoC")
>
> from the at91 tree.
>
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).

The merge is correct. Thanks Stephen!

Bye,
--
Nicolas Ferre