Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Javier Martinez Canillas
On Wed, Dec 12, 2012 at 11:11 AM, Benoit Cousson  wrote:
> Hi Javier,
>
> On 12/12/2012 09:25 AM, Javier Martinez Canillas wrote:
>> On Mon, Dec 3, 2012 at 1:41 PM, 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 trees allows to boot from an MMC and are working all the
>>> components that already have device tree support on OMAP3 SoCs:
>>>
>>> - 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 land on mainline.
>>>
>>> This is a v3 of the patch-set that solves issues pointed out by
>>> Enric Balletbo and Benoit Cousson.
>>>
>>> The patch-set is composed of the following patches:
>>>
>>> [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
>>> [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
>>> [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module
>>>
>>> Best regards,
>>> Javier
>>> --
>>
>> Hi Benoit and Tony,
>>
>> Any comments on these?
>
> Nope, that's fine. I'll applied the series for 3.9.
>
> Thanks,
> Benoit
>
>

Great, thanks a lot for!

Best regards,
Javier
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Benoit Cousson
Hi Javier,

On 12/12/2012 09:25 AM, Javier Martinez Canillas wrote:
> On Mon, Dec 3, 2012 at 1:41 PM, 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 trees allows to boot from an MMC and are working all the
>> components that already have device tree support on OMAP3 SoCs:
>>
>> - 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 land on mainline.
>>
>> This is a v3 of the patch-set that solves issues pointed out by
>> Enric Balletbo and Benoit Cousson.
>>
>> The patch-set is composed of the following patches:
>>
>> [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
>> [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
>> [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module
>>
>> Best regards,
>> Javier
>> --
> 
> Hi Benoit and Tony,
> 
> Any comments on these?

Nope, that's fine. I'll applied the series for 3.9.

Thanks,
Benoit


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Javier Martinez Canillas
On Mon, Dec 3, 2012 at 1:41 PM, 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 trees allows to boot from an MMC and are working all the
> components that already have device tree support on OMAP3 SoCs:
>
> - 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 land on mainline.
>
> This is a v3 of the patch-set that solves issues pointed out by
> Enric Balletbo and Benoit Cousson.
>
> The patch-set is composed of the following patches:
>
> [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
> [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
> [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module
>
> Best regards,
> Javier
> --

Hi Benoit and Tony,

Any comments on these?

Best regards,
Javier
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Javier Martinez Canillas
On Mon, Dec 3, 2012 at 1:41 PM, Javier Martinez Canillas
javier.marti...@collabora.co.uk 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 trees allows to boot from an MMC and are working all the
 components that already have device tree support on OMAP3 SoCs:

 - 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 land on mainline.

 This is a v3 of the patch-set that solves issues pointed out by
 Enric Balletbo and Benoit Cousson.

 The patch-set is composed of the following patches:

 [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
 [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
 [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module

 Best regards,
 Javier
 --

Hi Benoit and Tony,

Any comments on these?

Best regards,
Javier
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Benoit Cousson
Hi Javier,

On 12/12/2012 09:25 AM, Javier Martinez Canillas wrote:
 On Mon, Dec 3, 2012 at 1:41 PM, Javier Martinez Canillas
 javier.marti...@collabora.co.uk 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 trees allows to boot from an MMC and are working all the
 components that already have device tree support on OMAP3 SoCs:

 - 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 land on mainline.

 This is a v3 of the patch-set that solves issues pointed out by
 Enric Balletbo and Benoit Cousson.

 The patch-set is composed of the following patches:

 [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
 [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
 [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module

 Best regards,
 Javier
 --
 
 Hi Benoit and Tony,
 
 Any comments on these?

Nope, that's fine. I'll applied the series for 3.9.

Thanks,
Benoit


--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH v3 0/3] ARM/dts: omap3: Add DT support for IGEP devices

2012-12-12 Thread Javier Martinez Canillas
On Wed, Dec 12, 2012 at 11:11 AM, Benoit Cousson b-cous...@ti.com wrote:
 Hi Javier,

 On 12/12/2012 09:25 AM, Javier Martinez Canillas wrote:
 On Mon, Dec 3, 2012 at 1:41 PM, Javier Martinez Canillas
 javier.marti...@collabora.co.uk 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 trees allows to boot from an MMC and are working all the
 components that already have device tree support on OMAP3 SoCs:

 - 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 land on mainline.

 This is a v3 of the patch-set that solves issues pointed out by
 Enric Balletbo and Benoit Cousson.

 The patch-set is composed of the following patches:

 [PATCH v3 1/3] ARM/dts: omap3: Add generic DT support for IGEP devices
 [PATCH v3 2/3] ARM/dts: omap3: Add support for IGEPv2 board
 [PATCH v3 3/3] ARM/dts: omap3: Add support for IGEP COM Module

 Best regards,
 Javier
 --

 Hi Benoit and Tony,

 Any comments on these?

 Nope, that's fine. I'll applied the series for 3.9.

 Thanks,
 Benoit



Great, thanks a lot for!

Best regards,
Javier
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/