From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753995AbcE3GgQ (ORCPT ); Mon, 30 May 2016 02:36:16 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:12244 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753915AbcE3GgN (ORCPT ); Mon, 30 May 2016 02:36:13 -0400 X-AuditID: cbfec7f4-f796c6d000001486-fb-574bdf5ade6e Subject: Re: [RESEND PATCH v3 1/2] ARM: exynos_defconfig: Enable Samsung media platform drivers as modules To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1461850825-14571-1-git-send-email-javier@osg.samsung.com> Cc: Tobias Jakobi , Kukjin Kim , Seung-Woo Kim , Kevin Hilman , Arnd Bergmann , Olof Johansson From: Krzysztof Kozlowski Message-id: <574BDF59.9010405@samsung.com> Date: Mon, 30 May 2016 08:36:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.8.0 MIME-version: 1.0 In-reply-to: <1461850825-14571-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrILMWRmVeSWpSXmKPExsVy+t/xy7pR973DDT52SFj8nXSM3eLN2zVM Fq9fGFr0P37NbPGzfQuTxeVdc9gsTl3/zGYxY/JLNou21R9YHTg9fv+axOjx/kYru8emVZ1s HldONLF6/DvG7rGl/y67R9+WVYwenzfJBXBEcdmkpOZklqUW6dslcGVcn93LVHCHu6Kx7R5z A+Mqzi5GTg4JAROJq8v+MkPYYhIX7q1n62Lk4hASWMoo8Xf+NrCEkMAzRonzvTwgtrBAjkTj 929MILaIQKjEv4u3GSFq3CRePTrNBNLMLPCYUeLPn+VgCTYBY4nNy5ewgdi8AloSC7qPgA1l EVCV+LL1O1iNqECExKztP5ggagQlfky+xwJicwq4S2z5sw6olwNoqJ7E/YtaIGFmAXmJzWve Mk9gFJiFpGMWQtUsJFULGJlXMYqmliYXFCel5xrqFSfmFpfmpesl5+duYoRExJcdjIuPWR1i FOBgVOLhLdD0DhdiTSwrrsw9xCjBwawkwrv+LlCINyWxsiq1KD++qDQntfgQozQHi5I479xd 70OEBNITS1KzU1MLUotgskwcnFINjCumhvN1vu7anXV2k8S5X5yff07b4Jzyod1be/cF4/6k D9+5wlJ/8iUee8IwQZ3J42nTzPfHzC+5qt6cpfWvcSn36zLv95qZk5usD0ZVdF3/LyNXHD3v j4jEl6hqOz+FY0cFBQMlnG4v5FjYKfavkyupSG7aVNeQ66dqeU/HvF12QoHB6WaDvhJLcUai oRZzUXEiAPhCFSGEAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/28/2016 03:40 PM, Javier Martinez Canillas wrote: > There are a bunch of media platform drivers under drivers/media/platform/ > that are for Samsung SoCs but are not being built with exynos_defconfig. > > This patch enables them as a module to improve build coverage for these > drivers and also to allow people use them with proper hardware if modules > are installed. The S5P MFC driver wasn't enabled since it fails to probe. > > Only the boolean Kconfig symbols are enabled as built-in, since drivers > are not critical and also to keep the kernel binary image size as small > as possible. > > Signed-off-by: Javier Martinez Canillas > Reviewed-by: Krzysztof Kozlowski > > --- > > Hello, > > I'm resending the patches because Krzysztof pointed out that they didn't > end in patchwork. Sorry for the noise. > > I tested posting just to LKML (without people in cc) and the patches > hit LKML this time as you can see in patchwork [0,1]. > > [0]: https://patchwork.kernel.org/patch/8970731/ > [1]: https://patchwork.kernel.org/patch/8970711/ > > So, I'm posting again with people on cc, hopefully it will work this time. > > Best regards, > Javier > > Changes in v3: > - Added Krzysztof Kozlowski's reviewed by tag. > > Changes in v2: > - Remove S5P G2D and GSC symbols since overlaps with Exynos DRM functionality. > Suggested by Tobias Jakobi > Thanks, applied both. Krzysztof