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

2015-12-22 Thread Paul Gortmaker
[Re: [PATCH] soc: mediatek: SCPSYS: use builtin_platform_driver] On 22/12/2015 (Tue 21:36) Daniel Kurtz wrote: > Hi Matthias, > > One thing below is missing from this version of the patch... > > > On Fri, Dec 18, 2015 at 7:19 PM, Matthias Brugger > > wrote: >

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

2015-12-22 Thread Daniel Kurtz
Hi Matthias, One thing below is missing from this version of the patch... > On Fri, Dec 18, 2015 at 7:19 PM, 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. Remo

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

2015-12-22 Thread Daniel Kurtz
Hi Matthias, This actually ended up in my Spam folder. Not sure if anybody else saw this either... On Fri, Dec 18, 2015 at 7:19 PM, 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 >