From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Subject: Re: [PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media Date: Tue, 17 Nov 2015 07:16:56 -0200 Message-ID: <20151117071656.498013a9@recife.lan> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <4084946.Zz4s9XrKbs@wuerfel> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <4084946.Zz4s9XrKbs@wuerfel> Sender: linux-doc-owner@vger.kernel.org To: Arnd Bergmann 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 List-Id: linux-omap@vger.kernel.org Em Mon, 16 Nov 2015 13:28:10 +0100 Arnd Bergmann escreveu: > 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 Fair enough. Just sent a separate patch to address that. Regards, Mauro From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mauro Carvalho Chehab Date: Tue, 17 Nov 2015 09:16:56 +0000 Subject: Re: [PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media Message-Id: <20151117071656.498013a9@recife.lan> List-Id: References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <4084946.Zz4s9XrKbs@wuerfel> In-Reply-To: <4084946.Zz4s9XrKbs@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.org Em Mon, 16 Nov 2015 13:28:10 +0100 Arnd Bergmann escreveu: > 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 Fair enough. Just sent a separate patch to address that. Regards, Mauro From mboxrd@z Thu Jan 1 00:00:00 1970 From: mchehab@osg.samsung.com (Mauro Carvalho Chehab) Date: Tue, 17 Nov 2015 07:16:56 -0200 Subject: [PATCH v2 3/3] [media] include/media: move platform_data to linux/platform_data/media In-Reply-To: <4084946.Zz4s9XrKbs@wuerfel> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <4084946.Zz4s9XrKbs@wuerfel> Message-ID: <20151117071656.498013a9@recife.lan> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Em Mon, 16 Nov 2015 13:28:10 +0100 Arnd Bergmann escreveu: > 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 Fair enough. Just sent a separate patch to address that. Regards, Mauro From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lists.s-osg.org ([54.187.51.154]:57449 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752631AbbKQJRH (ORCPT ); Tue, 17 Nov 2015 04:17:07 -0500 Date: Tue, 17 Nov 2015 07:16:56 -0200 From: Mauro Carvalho Chehab To: Arnd Bergmann 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 , Heik o 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 Message-ID: <20151117071656.498013a9@recife.lan> In-Reply-To: <4084946.Zz4s9XrKbs@wuerfel> References: <013152dcb3d4eaddd39aa4a37868430567bdc2d6.1447671420.git.mchehab@osg.samsung.com> <4084946.Zz4s9XrKbs@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Mon, 16 Nov 2015 13:28:10 +0100 Arnd Bergmann escreveu: > 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 Fair enough. Just sent a separate patch to address that. Regards, Mauro