From mboxrd@z Thu Jan 1 00:00:00 1970 From: robherring2@gmail.com (Rob Herring) Date: Mon, 24 Oct 2011 09:44:55 -0500 Subject: [PATCH V3 1/2] ARM: at91: dt: at91sam9g45 family and board device tree files In-Reply-To: <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre@atmel.com> References: <4E9F8226.4030503@gmail.com> <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre@atmel.com> Message-ID: <4EA579E7.7000002@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 10/24/2011 09:05 AM, Nicolas Ferre wrote: > Create a new device tree source file for Atmel at91sam9g45 SoC family. > The Evaluation Kit at91sam9m10g45ek includes it. > This first basic support will be populated as drivers and boards will be > converted to device tree. > Contains serial, dma and interrupt controllers. > > The generic board file still takes advantage of platform data for early serial > init. As we need a storage media and the NAND flash driver is not converted to > DT yet, we keep old initialization for it. > This comment is out of date for serial. > Signed-off-by: Nicolas Ferre > --- > V3: > - additional clock lookup for device tree handling > - devices disabled in dtsi file so that only useful devices are > enabled in dts files > > V2: foundation for AT91SAM generic support > - device tree focused board file > - inclusion of USART DT support > - early USART and NAND still using platform data > Reviewed-by: Rob Herring Rob From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932765Ab1JXOo6 (ORCPT ); Mon, 24 Oct 2011 10:44:58 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:46904 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932390Ab1JXOo5 (ORCPT ); Mon, 24 Oct 2011 10:44:57 -0400 Message-ID: <4EA579E7.7000002@gmail.com> Date: Mon, 24 Oct 2011 09:44:55 -0500 From: Rob Herring User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 MIME-Version: 1.0 To: Nicolas Ferre CC: grant.likely@secretlab.ca, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree-discuss@lists.ozlabs.org, plagnioj@jcrosoft.com Subject: Re: [PATCH V3 1/2] ARM: at91: dt: at91sam9g45 family and board device tree files References: <4E9F8226.4030503@gmail.com> <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre@atmel.com> In-Reply-To: <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre@atmel.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/24/2011 09:05 AM, Nicolas Ferre wrote: > Create a new device tree source file for Atmel at91sam9g45 SoC family. > The Evaluation Kit at91sam9m10g45ek includes it. > This first basic support will be populated as drivers and boards will be > converted to device tree. > Contains serial, dma and interrupt controllers. > > The generic board file still takes advantage of platform data for early serial > init. As we need a storage media and the NAND flash driver is not converted to > DT yet, we keep old initialization for it. > This comment is out of date for serial. > Signed-off-by: Nicolas Ferre > --- > V3: > - additional clock lookup for device tree handling > - devices disabled in dtsi file so that only useful devices are > enabled in dts files > > V2: foundation for AT91SAM generic support > - device tree focused board file > - inclusion of USART DT support > - early USART and NAND still using platform data > Reviewed-by: Rob Herring Rob From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH V3 1/2] ARM: at91: dt: at91sam9g45 family and board device tree files Date: Mon, 24 Oct 2011 09:44:55 -0500 Message-ID: <4EA579E7.7000002@gmail.com> References: <4E9F8226.4030503@gmail.com> <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre@atmel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <15ab652499e7f6f8a26724bfd90643a8f3f96ad9.1319464310.git.nicolas.ferre-AIFe0yeh4nAAvxtiuMwx3w@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: Nicolas Ferre Cc: devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org List-Id: devicetree@vger.kernel.org On 10/24/2011 09:05 AM, Nicolas Ferre wrote: > Create a new device tree source file for Atmel at91sam9g45 SoC family. > The Evaluation Kit at91sam9m10g45ek includes it. > This first basic support will be populated as drivers and boards will be > converted to device tree. > Contains serial, dma and interrupt controllers. > > The generic board file still takes advantage of platform data for early serial > init. As we need a storage media and the NAND flash driver is not converted to > DT yet, we keep old initialization for it. > This comment is out of date for serial. > Signed-off-by: Nicolas Ferre > --- > V3: > - additional clock lookup for device tree handling > - devices disabled in dtsi file so that only useful devices are > enabled in dts files > > V2: foundation for AT91SAM generic support > - device tree focused board file > - inclusion of USART DT support > - early USART and NAND still using platform data > Reviewed-by: Rob Herring Rob