From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann 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> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Mauro Carvalho Chehab Cc: Krzysztof Kozlowski , Heiko Stuebner , Kuninori Morimoto , linux-doc@vger.kernel.org, Tony Lindgren , Ulf Hansson , Hans Verkuil , Laurent Pinchart , Lee Jones , devel@driverdev.osuosl.org, linux-samsung-soc@vger.kernel.org, Russell King , Jonathan Corbet , Vinod Koul , linux-sh@vger.kernel.org, Kukjin Kim , Jiri Slaby , Linux Media Mailing List , Tomasz Stanislawski , Mauro Carvalho Chehab , Eduardo Valentin , Julia Lawall , linux-omap@vger.kernel.org, linux-arm- List-Id: linux-omap@vger.kernel.org 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