From: Benoit Cousson <b-cousson-l0cyMroinI0@public.gmane.org>
To: Javier Martinez Canillas
<javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
Cc: Matthias Brugger
<matthias.bgg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>,
devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org,
linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Enric Balletbo i Serra
<eballetbo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
Enrico Butera <ebutera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Subject: Re: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices
Date: Mon, 3 Dec 2012 11:49:34 +0100 [thread overview]
Message-ID: <50BC83BE.2020202@ti.com> (raw)
In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.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
>
WARNING: multiple messages have this Message-ID (diff)
From: b-cousson@ti.com (Benoit Cousson)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices
Date: Mon, 3 Dec 2012 11:49:34 +0100 [thread overview]
Message-ID: <50BC83BE.2020202@ti.com> (raw)
In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk>
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
>
WARNING: multiple messages have this Message-ID (diff)
From: Benoit Cousson <b-cousson@ti.com>
To: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
Cc: Tony Lindgren <tony@atomide.com>, <grant.likely@secretlab.ca>,
Enric Balletbo i Serra <eballetbo@gmail.com>,
Ezequiel Garcia <elezegarcia@gmail.com>,
Enrico Butera <ebutera@gmail.com>,
Matthias Brugger <matthias.bgg@googlemail.com>,
<linux-omap@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
<devicetree-discuss@lists.ozlabs.org>,
<linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices
Date: Mon, 3 Dec 2012 11:49:34 +0100 [thread overview]
Message-ID: <50BC83BE.2020202@ti.com> (raw)
In-Reply-To: <1354270137-31538-1-git-send-email-javier.martinez@collabora.co.uk>
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
>
next prev parent reply other threads:[~2012-12-03 10:49 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-11-30 10:08 [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices Javier Martinez Canillas
2012-11-30 10:08 ` Javier Martinez Canillas
2012-11-30 10:08 ` [PATCH v2 1/3] ARM/dts: omap3: Add generic " Javier Martinez Canillas
2012-11-30 10:08 ` Javier Martinez Canillas
2012-12-03 10:38 ` Enric Balletbo Serra
2012-12-03 10:38 ` Enric Balletbo Serra
2012-12-03 11:01 ` Benoit Cousson
2012-12-03 11:01 ` Benoit Cousson
2012-12-03 11:01 ` Benoit Cousson
[not found] ` <50BC8685.20105-l0cyMroinI0@public.gmane.org>
2012-12-03 12:16 ` Javier Martinez Canillas
2012-12-03 12:16 ` Javier Martinez Canillas
2012-12-03 12:16 ` Javier Martinez Canillas
2012-11-30 10:08 ` [PATCH v2 2/3] ARM/dts: omap3: Add support for IGEPv2 board Javier Martinez Canillas
2012-11-30 10:08 ` Javier Martinez Canillas
2012-12-03 10:39 ` Enric Balletbo Serra
2012-12-03 10:39 ` Enric Balletbo Serra
[not found] ` <1354270137-31538-1-git-send-email-javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org>
2012-11-30 10:08 ` [PATCH v2 3/3] ARM/dts: omap3: Add support for IGEP COM Module Javier Martinez Canillas
2012-11-30 10:08 ` Javier Martinez Canillas
2012-11-30 10:08 ` Javier Martinez Canillas
2012-12-03 10:39 ` Enric Balletbo Serra
2012-12-03 10:39 ` Enric Balletbo Serra
2012-12-03 10:49 ` Benoit Cousson [this message]
2012-12-03 10:49 ` [PATCH v2 0/3] ARM/dts: omap3: Add DT support for IGEP devices Benoit Cousson
2012-12-03 10:49 ` Benoit Cousson
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=50BC83BE.2020202@ti.com \
--to=b-cousson-l0cymroini0@public.gmane.org \
--cc=devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org \
--cc=eballetbo-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=ebutera-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=javier.martinez-ZGY8ohtN/8pPYcu2f3hruQ@public.gmane.org \
--cc=linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=linux-omap-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=matthias.bgg-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.