Re: [PATCH] ARM: 8221/1: PJ4: allow building in Thumb-2 mode

2015-06-15 Thread Sasha Levin
On 06/15/2015 01:28 PM, Kevin Hilman wrote: > Hi Sasha, > > On Thu, Jun 11, 2015 at 10:45 AM, Sasha Levin wrote: >> >> On 06/11/2015 01:41 PM, Kevin Hilman wrote: >>> Sasha, >>> >>> Can you pick this one up for v3.18? >>> >>> Your updated v3.18.y-queue builds fine now for all the arm/arm64 >>> de

Re: [PATCH] ARM: 8221/1: PJ4: allow building in Thumb-2 mode

2015-06-15 Thread Kevin Hilman
Hi Sasha, On Thu, Jun 11, 2015 at 10:45 AM, Sasha Levin wrote: > > On 06/11/2015 01:41 PM, Kevin Hilman wrote: >> Sasha, >> >> Can you pick this one up for v3.18? >> >> Your updated v3.18.y-queue builds fine now for all the arm/arm64 >> defconfigs except ARM multi_v7_defconfig + CONFIG_THUMB2_KER

Re: [PATCH] ARM: 8221/1: PJ4: allow building in Thumb-2 mode

2015-06-11 Thread Sasha Levin
On 06/11/2015 01:41 PM, Kevin Hilman wrote: > Sasha, > > Can you pick this one up for v3.18? > > Your updated v3.18.y-queue builds fine now for all the arm/arm64 > defconfigs except ARM multi_v7_defconfig + CONFIG_THUMB2_KERNEL=y, > which this patch fixes. Sure. Thanks Kevin! Thanks, Sasha -

Re: [PATCH] ARM: 8221/1: PJ4: allow building in Thumb-2 mode

2015-06-11 Thread Kevin Hilman
Sasha, Can you pick this one up for v3.18? Your updated v3.18.y-queue builds fine now for all the arm/arm64 defconfigs except ARM multi_v7_defconfig + CONFIG_THUMB2_KERNEL=y, which this patch fixes. Thanks, Kevin [1] http://kernelci.org/build/stable-sasha/kernel/v3.18.14-167-g25798d3d2163/?fa

[PATCH] ARM: 8221/1: PJ4: allow building in Thumb-2 mode

2015-05-28 Thread Kevin Hilman
From: Ard Biesheuvel Two files that get included when building the multi_v7_defconfig target fail to build when selecting THUMB2_KERNEL for this configuration. In both cases, we can just build the file as ARM code, as none of its symbols are exported to modules, so there are no interworking conc