Re: [PATCH v2] soc: mediatek: SCPSYS: use builtin_platform_driver

From: Matthias Brugger
Date: Thu Jan 21 2016 - 12:55:13 EST




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 <s.hauer@xxxxxxxxxxxxxx>
Cc: Arnd Bergmann <arnd@xxxxxxxx>
Reported-by: Daniel Kurtz <djkurtz@xxxxxxxxxxxx>
Signed-off-by: Matthias Brugger <matthias.bgg@xxxxxxxxx>
---

Applied to v4.5-next/soc with the tags.

Daniel actually stands out, with Reported-by, Reviewed-by and Tested-by tags. :)

Thanks!