From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.kundenserver.de ([212.227.126.130]:62750 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752436AbbKPMaR (ORCPT ); Mon, 16 Nov 2015 07:30:17 -0500 From: Arnd Bergmann To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , Jonathan Corbet , Tony Lindgren , Russell King , Kukjin Kim , Krzysztof Kozlowski , Kyungmin Park , Tomasz Stanislawski , Guennadi Liakhovetski , Hans Verkuil , Eduardo Valentin , Lee Jones , Laurent Pinchart , Greg Kroah-Hartman , Andrew Morton , "David S. Miller" , Joe Perches , Jiri Slaby , Ulf Hansson , Vinod Koul , Kuninori Morimoto , Julia Lawall , Fabian Frederick , Heiko Stuebner , Patrice Chotard , linux-doc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org, linux-samsung-soc@vger.kernel.org, linux-sh@vger.kernel.org, devel@driverdev.osuosl.org Subject: Re: [PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media Date: Mon, 16 Nov 2015 13:28:10 +0100 Message-ID: <4084946.Zz4s9XrKbs@wuerfel> In-Reply-To: References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-media-owner@vger.kernel.org List-ID: On Monday 16 November 2015 09:00:45 Mauro Carvalho Chehab wrote: > Let's not mix platform_data headers with the core headers. Instead, let's > create a subdir at linux/platform_data and move the headers to that > common place, adding it to MAINTAINERS. > Acked-by: Arnd Bergmann I think we can also move some of the existing platform data headers to the same place, but that could be a separate patch: $ git grep linux/platform_data drivers/media/ drivers/media/platform/coda/coda-common.c:#include drivers/media/platform/soc_camera/mx2_camera.c:#include drivers/media/platform/soc_camera/mx3_camera.c:#include drivers/media/platform/soc_camera/mx3_camera.c:#include drivers/media/platform/soc_camera/pxa_camera.c:#include drivers/media/platform/soc_camera/rcar_vin.c:#include Arnd