From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.kundenserver.de ([212.227.126.131]:59083 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752580AbbKKU2z (ORCPT ); Wed, 11 Nov 2015 15:28:55 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Mauro Carvalho Chehab , Krzysztof Kozlowski , Kuninori Morimoto , linux-sh@vger.kernel.org, Tony Lindgren , Sergey Lapin , Sekhar Nori , Ulf Hansson , "Lad, Prabhakar" , Laurent Pinchart , Sylwester Nawrocki , Robert Jarzmik , Harald Welte , devel@driverdev.osuosl.org, Boris BREZILLON , openezx-devel@lists.openezx.org, Russell King , Jonathan Corbet , Vinod Koul , Magnus Damm , linux-samsung-soc@vger.kernel.org, Kukjin Kim , Hans Verkuil , Alexey Khoroshilov , Junghak Sung , Daniel Ribeiro , Linux Media Mailing List , Tomasz Stanislawski , Haojian Zhuang , Mauro Carvalho Chehab , Inki Dae , Simon Horman , Geunyoung Kim , linux-omap@vger.kernel.org, Stefan Schmidt , Heungjun Kim , Josh Wu , Kyungmin Park , Sascha Hauer , Greg Kroah-Hartman , Shawn Guo , Guennadi Liakhovetski , Daniel Mack Subject: Re: [PATCH 2/2] [media] include/media: move platform driver headers to a separate dir Date: Wed, 11 Nov 2015 21:26:31 +0100 Message-ID: <4220808.QEkJDXYE1T@wuerfel> In-Reply-To: <09e182fa61a7122356b790cd2a4a7f622dabb4ce.1447261977.git.mchehab@osg.samsung.com> References: <413d2bb0b813a7e62867de7a94b0ab61e16cb1cb.1447261977.git.mchehab@osg.samsung.com> <09e182fa61a7122356b790cd2a4a7f622dabb4ce.1447261977.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 Wednesday 11 November 2015 15:14:48 Mauro Carvalho Chehab wrote: > rename include/media/{ => platform}/exynos-fimc.h (100%) > rename include/media/{ => platform}/mmp-camera.h (100%) > rename include/media/{ => platform}/omap1_camera.h (100%) > rename include/media/{ => platform}/omap4iss.h (100%) > rename include/media/{ => platform}/s3c_camif.h (100%) > rename include/media/{ => platform}/s5p_hdmi.h (100%) > rename include/media/{ => platform}/sh_mobile_ceu.h (100%) > rename include/media/{ => platform}/sh_mobile_csi2.h (100%) > rename include/media/{ => platform}/sh_vou.h (100%) > rename include/media/{ => platform}/sii9234.h (100%) > rename include/media/{ => platform}/soc_camera.h (100%) > rename include/media/{ => platform}/soc_camera_platform.h (98%) > rename include/media/{ => platform}/soc_mediabus.h (100%) This still seems to be a mix of various things. Some of these are interfaces between drivers, while others declare a foo_platform_data structure that is used to interface between platform code and the driver. I think the latter should go into include/linux/platform_data/media/*.h instead. Arnd