From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.kundenserver.de ([212.227.17.24]:58632 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751341AbbKPMcx (ORCPT ); Mon, 16 Nov 2015 07:32:53 -0500 From: Arnd Bergmann To: Mauro Carvalho Chehab Cc: Linux Media Mailing List , Mauro Carvalho Chehab , Hans Verkuil , Kyungmin Park , Heungjun Kim , Guennadi Liakhovetski , Andy Walls , Sylwester Nawrocki , Kukjin Kim , Krzysztof Kozlowski , Josh Wu , Hans de Goede , Mike Isely , Jaroslav Kysela , Takashi Iwai , Andrew Morton , Greg Kroah-Hartman , "David S. Miller" , Joe Perches , Jiri Slaby , Kuninori Morimoto , Vinod Koul , Ulf Hansson , "Lad, Prabhakar" , Sakari Ailus , Ondrej Zary , Abhilash Jindal , Junghak Sung , Geunyoung Kim , Pawel Osciak , Matthias Schwarzott , Antti Palosaari , Seung-Woo Kim , David Howells , Inki Dae , Stefan Richter , Vaishali Thakkar , Alexey Khoroshilov , Scott Jiang , Tommi Rantala , Olli Salonen , Steven Rostedt , Andrzej Hajda , Quentin Lambert , Andy Shevchenko , Lars-Peter Clausen , linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-api@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v2 2/3] [media] include/media: move driver interface headers to a separate dir Date: Mon, 16 Nov 2015 13:30:19 +0100 Message-ID: <11305053.FloWFxl3Yn@wuerfel> In-Reply-To: <23e53dd0223c40ecf7128e0b270fcfbea8e1c43b.1447671420.git.mchehab@osg.samsung.com> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <23e53dd0223c40ecf7128e0b270fcfbea8e1c43b.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:44 Mauro Carvalho Chehab wrote: > Let's not mix headers used by the core with those headers that > are needed by some driver-specific interface header. > > The headers used on drivers were manually moved using: > mkdir include/media/drv-intf/ > git mv include/media/cx2341x.h include/media/cx25840.h \ > include/media/exynos-fimc.h include/media/msp3400.h \ > include/media/s3c_camif.h include/media/saa7146.h \ > include/media/saa7146_vv.h include/media/sh_mobile_ceu.h \ > include/media/sh_mobile_csi2.h include/media/sh_vou.h \ > include/media/si476x.h include/media/soc_mediabus.h \ > include/media/tea575x.h include/media/drv-intf/ > Acked-by: Arnd Bergmann I probably would have left soc_mediabus.h where it is, but I can see there are reasons to move it. Arnd