From mboxrd@z Thu Jan 1 00:00:00 1970 From: Benoit Cousson Subject: Re: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices Date: Mon, 3 Dec 2012 11:49:34 +0100 Message-ID: <50BC83BE.2020202@ti.com> References: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@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" To: Javier Martinez Canillas Cc: Matthias Brugger , devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Enric Balletbo i Serra , linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Enrico Butera List-Id: linux-omap@vger.kernel.org Hi Javier, On 11/30/2012 11:08 AM, Javier Martinez Canillas wrote: > IGEP technology devices are TI OMAP3 SoC based industrial embedded > and computer-on-module boards. This patch-set adds initial device > tree support for these devices. > > The device tree allows to boot from an MMC/SD and are working all > the components that already have device tree support on OMAP3 SoCs: That's cool to have one more board DT converted. That series looks good to me, I just have a comment on the DT mux stuff. Regards, Benoit > > - MMC/SD > - UARTs > - GPIO LEDs > - TWL4030 codec audio > - pinmux/pinconf pinctrl > > Some peripheral are still not working such as Flash storage and > Ethernet but support for these will also be included once the > OMAP GPMC device tree binding patches hit mainline. > > This is a v2 of the patch-set that solves issues pointed out by > Enric Balletbo and it is composed of the following patches: > > [PATCH v2 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices > [PATCH v2 2/3] ARM/dts: omap3: Add support for IGEPv2 board > [PATCH v2 3/3] ARM/dts: omap3: Add support for IGEP COM Module > > Best regards, > Javier > From mboxrd@z Thu Jan 1 00:00:00 1970 From: b-cousson@ti.com (Benoit Cousson) Date: Mon, 3 Dec 2012 11:49:34 +0100 Subject: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk> References: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk> Message-ID: <50BC83BE.2020202@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Javier, On 11/30/2012 11:08 AM, Javier Martinez Canillas wrote: > IGEP technology devices are TI OMAP3 SoC based industrial embedded > and computer-on-module boards. This patch-set adds initial device > tree support for these devices. > > The device tree allows to boot from an MMC/SD and are working all > the components that already have device tree support on OMAP3 SoCs: That's cool to have one more board DT converted. That series looks good to me, I just have a comment on the DT mux stuff. Regards, Benoit > > - MMC/SD > - UARTs > - GPIO LEDs > - TWL4030 codec audio > - pinmux/pinconf pinctrl > > Some peripheral are still not working such as Flash storage and > Ethernet but support for these will also be included once the > OMAP GPMC device tree binding patches hit mainline. > > This is a v2 of the patch-set that solves issues pointed out by > Enric Balletbo and it is composed of the following patches: > > [PATCH v2 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices > [PATCH v2 2/3] ARM/dts: omap3: Add support for IGEPv2 board > [PATCH v2 3/3] ARM/dts: omap3: Add support for IGEP COM Module > > Best regards, > Javier > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754599Ab2LCKtw (ORCPT ); Mon, 3 Dec 2012 05:49:52 -0500 Received: from arroyo.ext.ti.com ([192.94.94.40]:54133 "EHLO arroyo.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754119Ab2LCKtu (ORCPT ); Mon, 3 Dec 2012 05:49:50 -0500 Message-ID: <50BC83BE.2020202@ti.com> Date: Mon, 3 Dec 2012 11:49:34 +0100 From: Benoit Cousson Organization: Texas Instruments User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Javier Martinez Canillas CC: Tony Lindgren , , Enric Balletbo i Serra , Ezequiel Garcia , Enrico Butera , Matthias Brugger , , , , Subject: Re: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices References: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk> In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk> 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 Hi Javier, On 11/30/2012 11:08 AM, Javier Martinez Canillas wrote: > IGEP technology devices are TI OMAP3 SoC based industrial embedded > and computer-on-module boards. This patch-set adds initial device > tree support for these devices. > > The device tree allows to boot from an MMC/SD and are working all > the components that already have device tree support on OMAP3 SoCs: That's cool to have one more board DT converted. That series looks good to me, I just have a comment on the DT mux stuff. Regards, Benoit > > - MMC/SD > - UARTs > - GPIO LEDs > - TWL4030 codec audio > - pinmux/pinconf pinctrl > > Some peripheral are still not working such as Flash storage and > Ethernet but support for these will also be included once the > OMAP GPMC device tree binding patches hit mainline. > > This is a v2 of the patch-set that solves issues pointed out by > Enric Balletbo and it is composed of the following patches: > > [PATCH v2 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices > [PATCH v2 2/3] ARM/dts: omap3: Add support for IGEPv2 board > [PATCH v2 3/3] ARM/dts: omap3: Add support for IGEP COM Module > > Best regards, > Javier >