From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-lf0-x241.google.com (mail-lf0-x241.google.com [IPv6:2a00:1450:4010:c07::241]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id D792E1A025F for ; Tue, 17 Nov 2015 21:43:33 +1100 (AEDT) Received: by lffu14 with SMTP id u14so360951lff.2 for ; Tue, 17 Nov 2015 02:43:29 -0800 (PST) Subject: Re: [PATCH] [media] move media platform data to linux/platform_data/media To: Arnd Bergmann , linux-arm-kernel@lists.infradead.org References: <4d99e49726942dc4d6a6ee1debf6665b2b47908b.1447751746.git.mchehab@osg.samsung.com> <7319142.Cp8MurgLWk@wuerfel> Cc: Ulf Hansson , Xiubo Li , Benjamin Herrenschmidt , Sergey Lapin , Timur Tabi , Jaroslav Kysela , Tomas Cech , Shawn Guo , Robert Jarzmik , Markus Elfring , Harald Welte , openezx-devel@lists.openezx.org, Russell King , Vinod Koul , Tomi Valkeinen , linux-serial@vger.kernel.org, Jiri Slaby , Jean-Christophe Plagniol-Villard , Daniel Ribeiro , Linux Media Mailing List , Stefan Schmidt , Sascha Hauer , alsa-devel@alsa-project.org, Mauro Carvalho Chehab , Liam Girdwood , Haojian Zhuang , Mauro Carvalho Chehab , Nicolin Chen , Mark Brown , linux-fbdev@vger.kernel.org, Dan Williams , David Gibson , Fabio Estevam , Greg Kroah-Hartman , linux-mmc@vger.kernel.org, Takashi Iwai , linux-spi@vger.kernel.org, Philipp Zabel , dmaengine@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, Guennadi Liakhovetski , Daniel Mack From: Anton Bondarenko Message-ID: <564B04CF.1090507@gmail.com> Date: Tue, 17 Nov 2015 11:43:27 +0100 MIME-Version: 1.0 In-Reply-To: <7319142.Cp8MurgLWk@wuerfel> Content-Type: text/plain; charset=windows-1252; format=flowed List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On 17.11.2015 10:23, Arnd Bergmann wrote: > On Tuesday 17 November 2015 07:15:59 Mauro Carvalho Chehab wrote: >> Now that media has its own subdirectory inside platform_data, >> let's move the headers that are already there to such subdir. >> >> > > Acked-by: Arnd Bergmann > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel > Why does dma-imx.h also moved? It's the generic file, not a media specific. BR, Anton