From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759995AbcAURzK (ORCPT ); Thu, 21 Jan 2016 12:55:10 -0500 Received: from mail-wm0-f48.google.com ([74.125.82.48]:34622 "EHLO mail-wm0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759178AbcAURzI (ORCPT ); Thu, 21 Jan 2016 12:55:08 -0500 Subject: Re: [PATCH v2] soc: mediatek: SCPSYS: use builtin_platform_driver To: linux-mediatek@lists.infradead.org References: <1451464240-5313-1-git-send-email-matthias.bgg@gmail.com> Cc: s.hauer@pengutronix.de, arnd@arndb.de, djkurtz@chromium.org, paul.gortmaker@windriver.com, eddie.huang@mediatek.com, jamesjj.liao@mediatek.com, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: Matthias Brugger Message-ID: <56A11B78.8030405@gmail.com> Date: Thu, 21 Jan 2016 18:55:04 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <1451464240-5313-1-git-send-email-matthias.bgg@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.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!