From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann 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> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <23e53dd0223c40ecf7128e0b270fcfbea8e1c43b.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: <23e53dd0223c40ecf7128e0b270fcfbea8e1c43b.1447671420.git.mchehab@osg.samsung.com> Sender: linux-sh-owner@vger.kernel.org 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 , Ul List-Id: linux-api@vger.kernel.org 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