From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthias.bgg@gmail.com (Matthias Brugger) Date: Thu, 21 Jan 2016 18:55:04 +0100 Subject: [PATCH v2] soc: mediatek: SCPSYS: use builtin_platform_driver In-Reply-To: <1451464240-5313-1-git-send-email-matthias.bgg@gmail.com> References: <1451464240-5313-1-git-send-email-matthias.bgg@gmail.com> Message-ID: <56A11B78.8030405@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 30/12/15 09:30, Matthias Brugger wrote: > SCPSYS can't be built as module. Use builtin_platform_driver instead. > For this probe must not be __init and the data accessed can't be > __initconst. Remove this macros. To make the impact as small as possible, > fold scp_domain_data into scp_domain via a pointer. > > Cc: Sascha Hauer > Cc: Arnd Bergmann > Reported-by: Daniel Kurtz > Signed-off-by: Matthias Brugger > --- Applied to v4.5-next/soc with the tags. Daniel actually stands out, with Reported-by, Reviewed-by and Tested-by tags. :) Thanks!