Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754339AbcDYKbK (ORCPT ); Mon, 25 Apr 2016 06:31:10 -0400 Received: from mailout3.w1.samsung.com ([210.118.77.13]:26683 "EHLO mailout3.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753932AbcDYKbJ (ORCPT ); Mon, 25 Apr 2016 06:31:09 -0400 X-AuditID: cbfec7f5-f792a6d000001302-79-571df1e9adb2 Subject: Re: [PATCH v3 1/2] ARM: exynos_defconfig: Enable Samsung media platform drivers as modules To: Javier Martinez Canillas , linux-kernel@vger.kernel.org References: <1461270946-7825-1-git-send-email-javier@osg.samsung.com> Cc: Tobias Jakobi , Kukjin Kim , Seung-Woo Kim , Kevin Hilman , linux-samsung-soc@vger.kernel.org, Arnd Bergmann , Olof Johansson From: Krzysztof Kozlowski Message-id: <571DF1E8.8010803@samsung.com> Date: Mon, 25 Apr 2016 12:31:04 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-version: 1.0 In-reply-to: <1461270946-7825-1-git-send-email-javier@osg.samsung.com> Content-type: text/plain; charset=windows-1252 Content-transfer-encoding: 7bit X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFvrOLMWRmVeSWpSXmKPExsVy+t/xq7ovP8qGG0ycqm3xd9Ixdos3b9cw Wbx+YWjR//g1s8XP9i1MFpd3zWGzmHF+H5PFqeufgazJL9ks2lZ/YHXg8vj9axKjx/sbrewe m1Z1snlcOdHE6vHvGLvHlv677B59W1YxenzeJBfAEcVlk5Kak1mWWqRvl8CVcePfE7aCLZwV c1btYGlgPMTexcjJISFgIjH9US8jhC0mceHeerYuRi4OIYGljBKHz8+Fcp4xSkx5dpAJpEpY IFVi+9FpYN0iAqES/y7eBusWEnCVaHvzigmkgVmgjUni+bVWNpAEm4CxxOblS8BsXgEtiaeH +llAbBYBVYlD3ZPAbFGBCIknc08yQtQISvyYfA8szingJvHh8RugXg6goXoS9y9qgYSZBeQl Nq95yzyBUWAWko5ZCFWzkFQtYGRexSiaWppcUJyUnmukV5yYW1yal66XnJ+7iRESHV93MC49 ZnWIUYCDUYmH9wOLbLgQa2JZcWXuIUYJDmYlEd7Zb4FCvCmJlVWpRfnxRaU5qcWHGKU5WJTE eWfueh8iJJCeWJKanZpakFoEk2Xi4JRqYAzfLrllW8qONyVnTBjzeE6Kp29iru7ZfHtWke+b G42bi49rzlDtkpnKXSsc/WCbVQGn6/UU4wsbf79zttI7UrWr7f1uzb+J7yocp39jc5NYX3hM asHMu4L17IGZyfues5yfvWma9quZBhmvX3v7ds6zKnH01ntbzJho//LvutsSVSZSLDazOpVY ijMSDbWYi4oTASWg3SmKAgAA Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1170 Lines: 32 On 04/21/2016 10:35 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 > > --- > > 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 > > arch/arm/configs/exynos_defconfig | 10 ++++++++++ > 1 file changed, 10 insertions(+) It seems these mails did not reach the mailing lists. I don't see them on LKML nor in the patchwork. Could you resend? BR, Krzysztof