linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [patch v2 00/10] efikamx support improvements - try 2
@ 2010-10-21 10:38 Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 01/10] efikamx: read board id Arnaud Patard (Rtp)
                   ` (10 more replies)
  0 siblings, 11 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:38 UTC (permalink / raw)
  To: linux-arm-kernel


Hi,

This patchset aims at improving current efikamx support. It adds support for :
- board id detection
- sdhc
- leds
- power button
- spi nor
- reset

I also had to fix/improve some imx51 iomux header so there are patches for
iomux-mx51.h.

v2:
- split iomux patch 3 into 2 patches
- reorder patches
- fix space comment
- fix Amit's comments
- decrease board id msleep

Arnaud

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 01/10] efikamx: read board id
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
@ 2010-10-21 10:38 ` Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 02/10] imx51: fix iomux configuration Arnaud Patard (Rtp)
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efika_boardid.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/65ae40f7/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 02/10] imx51: fix iomux configuration
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 01/10] efikamx: read board id Arnaud Patard (Rtp)
@ 2010-10-21 10:38 ` Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 03/10] imx51: enhance iomux configuration for esdhc support Arnaud Patard (Rtp)
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: imx51_fix_iomux_gpio_1_x.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/a830bfae/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 03/10] imx51: enhance iomux configuration for esdhc support
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 01/10] efikamx: read board id Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 02/10] imx51: fix iomux configuration Arnaud Patard (Rtp)
@ 2010-10-21 10:38 ` Arnaud Patard (Rtp)
  2010-10-21 10:38 ` [patch v2 04/10] efikamx: add mmc support Arnaud Patard (Rtp)
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: imx51_add_esdhc_pad_mode.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/59bec48a/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 04/10] efikamx: add mmc support
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (2 preceding siblings ...)
  2010-10-21 10:38 ` [patch v2 03/10] imx51: enhance iomux configuration for esdhc support Arnaud Patard (Rtp)
@ 2010-10-21 10:38 ` Arnaud Patard (Rtp)
  2010-10-21 10:39 ` [patch v2 05/10] imx51: add gpio mode for csi1 {h,v}sync Arnaud Patard (Rtp)
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:38 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efika_mmc.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/bb96f8ac/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 05/10] imx51: add gpio mode for csi1 {h,v}sync
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (3 preceding siblings ...)
  2010-10-21 10:38 ` [patch v2 04/10] efikamx: add mmc support Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-21 10:39 ` [patch v2 06/10] efikamx: add leds support Arnaud Patard (Rtp)
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: imx51_add_csi1_hvsync_gpio.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/fc23d43e/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 06/10] efikamx: add leds support
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (4 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 05/10] imx51: add gpio mode for csi1 {h,v}sync Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-21 10:39 ` [patch v2 07/10] efikamx: add support for power key Arnaud Patard (Rtp)
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efikamx_add_leds.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/35e3b650/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 07/10] efikamx: add support for power key
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (5 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 06/10] efikamx: add leds support Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-21 13:02   ` Fabio Estevam
  2010-10-21 10:39 ` [patch v2 08/10] imx51: fix gpio_4_24 and gpio_4_25 pad configuration Arnaud Patard (Rtp)
                   ` (3 subsequent siblings)
  10 siblings, 1 reply; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efikamx_add_powerkey.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/bf56ded2/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 08/10] imx51: fix gpio_4_24 and gpio_4_25 pad configuration
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (6 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 07/10] efikamx: add support for power key Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-21 10:39 ` [patch v2 09/10] efikamx: add spi nor support Arnaud Patard (Rtp)
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: imx51_fix_iomux_gpio_4_24_25.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/57e7b7f8/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 09/10] efikamx: add spi nor support
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (7 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 08/10] imx51: fix gpio_4_24 and gpio_4_25 pad configuration Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-21 10:39 ` [patch v2 10/10] efikamx: add reset Arnaud Patard (Rtp)
  2010-10-22  9:28 ` [patch v2 00/10] efikamx support improvements - try 2 Amit Kucheria
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efikamx_add_nor.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/d742d5f6/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 10/10] efikamx: add reset
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (8 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 09/10] efikamx: add spi nor support Arnaud Patard (Rtp)
@ 2010-10-21 10:39 ` Arnaud Patard (Rtp)
  2010-10-22  9:28 ` [patch v2 00/10] efikamx support improvements - try 2 Amit Kucheria
  10 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 10:39 UTC (permalink / raw)
  To: linux-arm-kernel

An embedded and charset-unspecified text was scrubbed...
Name: efikamx_reset.patch
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20101021/29c15b78/attachment.ksh>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 07/10] efikamx: add support for power key
  2010-10-21 10:39 ` [patch v2 07/10] efikamx: add support for power key Arnaud Patard (Rtp)
@ 2010-10-21 13:02   ` Fabio Estevam
  2010-10-21 13:24     ` Arnaud Patard (Rtp)
  0 siblings, 1 reply; 16+ messages in thread
From: Fabio Estevam @ 2010-10-21 13:02 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Arnaud,

On Thu, Oct 21, 2010 at 8:39 AM, Arnaud Patard
<arnaud.patard@rtp-net.org> wrote:
> This patch adds support for power key button of the efika mx. It's connected
> on ?GPIO 3 31.

Here you mention GPIO 3 31

> +#define EFIKAMX_POWER_KEY ? ? ?(1*32 + 31)

,but here you define it as GPIO 2 31

Regards,

Fabio Estevam

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 07/10] efikamx: add support for power key
  2010-10-21 13:02   ` Fabio Estevam
@ 2010-10-21 13:24     ` Arnaud Patard (Rtp)
  2010-10-21 14:26       ` Arnaud Patard (Rtp)
  0 siblings, 1 reply; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 13:24 UTC (permalink / raw)
  To: linux-arm-kernel

Fabio Estevam <festevam@gmail.com> writes:

> Hi Arnaud,

Hi,

>
> On Thu, Oct 21, 2010 at 8:39 AM, Arnaud Patard
> <arnaud.patard@rtp-net.org> wrote:
>> This patch adds support for power key button of the efika mx. It's connected
>> on ?GPIO 3 31.
>
> Here you mention GPIO 3 31
>
>> +#define EFIKAMX_POWER_KEY ? ? ?(1*32 + 31)
>
> ,but here you define it as GPIO 2 31

It's a typo in the patch description [ I wouldn't have sent the patch if
it was not working :) ]. The reset is on 2 31.

Arnaud

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 07/10] efikamx: add support for power key
  2010-10-21 13:24     ` Arnaud Patard (Rtp)
@ 2010-10-21 14:26       ` Arnaud Patard (Rtp)
  0 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-21 14:26 UTC (permalink / raw)
  To: linux-arm-kernel

Arnaud Patard (Rtp) <arnaud.patard@rtp-net.org> writes:

> Fabio Estevam <festevam@gmail.com> writes:
>
>> Hi Arnaud,
>
> Hi,
>
>>
>> On Thu, Oct 21, 2010 at 8:39 AM, Arnaud Patard
>> <arnaud.patard@rtp-net.org> wrote:
>>> This patch adds support for power key button of the efika mx. It's connected
>>> on ?GPIO 3 31.
>>
>> Here you mention GPIO 3 31
>>
>>> +#define EFIKAMX_POWER_KEY ? ? ?(1*32 + 31)
>>
>> ,but here you define it as GPIO 2 31
>
> It's a typo in the patch description [ I wouldn't have sent the patch if
> it was not working :) ]. The reset is on 2 31.
>

oops. s/reset is on 2 31/power key is on 2 31/ sorry for the confusion :(

Arnaud

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 00/10] efikamx support improvements - try 2
  2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
                   ` (9 preceding siblings ...)
  2010-10-21 10:39 ` [patch v2 10/10] efikamx: add reset Arnaud Patard (Rtp)
@ 2010-10-22  9:28 ` Amit Kucheria
  2010-10-22 10:14   ` Arnaud Patard (Rtp)
  10 siblings, 1 reply; 16+ messages in thread
From: Amit Kucheria @ 2010-10-22  9:28 UTC (permalink / raw)
  To: linux-arm-kernel

On 10 Oct 21, Arnaud Patard wrote:
> 
> Hi,
> 
> This patchset aims at improving current efikamx support. It adds support for :
> - board id detection
> - sdhc
> - leds
> - power button
> - spi nor
> - reset
> 
> I also had to fix/improve some imx51 iomux header so there are patches for
> iomux-mx51.h.
> 
> v2:
> - split iomux patch 3 into 2 patches
> - reorder patches
> - fix space comment
> - fix Amit's comments
> - decrease board id msleep
> 
> Arnaud
> 

Please fix the typo in 07/10 description. Or perhaps Sascha will fix it while committing.

Also Dinh has added mx51_add_buttons() to platform code. 07/10 should be
modified to use that. Search for "ARM: imx: Add gpio-keys to mx51 babbage
board" on LAKML.

After that, for the whole series, you can add,

Acked-by: Amit Kucheria <amit.kucheria@linaro.org>

^ permalink raw reply	[flat|nested] 16+ messages in thread

* [patch v2 00/10] efikamx support improvements - try 2
  2010-10-22  9:28 ` [patch v2 00/10] efikamx support improvements - try 2 Amit Kucheria
@ 2010-10-22 10:14   ` Arnaud Patard (Rtp)
  0 siblings, 0 replies; 16+ messages in thread
From: Arnaud Patard (Rtp) @ 2010-10-22 10:14 UTC (permalink / raw)
  To: linux-arm-kernel

Amit Kucheria <amit.kucheria@linaro.org> writes:

Hi,

> On 10 Oct 21, Arnaud Patard wrote:
>> 
>> Hi,
>> 
>> This patchset aims at improving current efikamx support. It adds support for :
>> - board id detection
>> - sdhc
>> - leds
>> - power button
>> - spi nor
>> - reset
>> 
>> I also had to fix/improve some imx51 iomux header so there are patches for
>> iomux-mx51.h.
>> 
>> v2:
>> - split iomux patch 3 into 2 patches
>> - reorder patches
>> - fix space comment
>> - fix Amit's comments
>> - decrease board id msleep
>> 
>> Arnaud
>> 
>
> Please fix the typo in 07/10 description. Or perhaps Sascha will fix it while committing.
>
> Also Dinh has added mx51_add_buttons() to platform code. 07/10 should be
> modified to use that. Search for "ARM: imx: Add gpio-keys to mx51 babbage
> board" on LAKML.

uh ? You mean that a patch sent with a subject containing 'mx51
babbage' is containing changes which are generic for all imx51
platforms ? that's rather counter-intuitive and unfortunate imho :(

Moreover, from the archives, it's making what looks like babbage
specific changes in iomux-mx51.h file as noted Uwe Kleine-Koenig. I'll
wait then that all this stuff has been sorted and merged to send a new
patchset.

Thanks,
Arnaud

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2010-10-22 10:14 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-21 10:38 [patch v2 00/10] efikamx support improvements - try 2 Arnaud Patard (Rtp)
2010-10-21 10:38 ` [patch v2 01/10] efikamx: read board id Arnaud Patard (Rtp)
2010-10-21 10:38 ` [patch v2 02/10] imx51: fix iomux configuration Arnaud Patard (Rtp)
2010-10-21 10:38 ` [patch v2 03/10] imx51: enhance iomux configuration for esdhc support Arnaud Patard (Rtp)
2010-10-21 10:38 ` [patch v2 04/10] efikamx: add mmc support Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 05/10] imx51: add gpio mode for csi1 {h,v}sync Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 06/10] efikamx: add leds support Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 07/10] efikamx: add support for power key Arnaud Patard (Rtp)
2010-10-21 13:02   ` Fabio Estevam
2010-10-21 13:24     ` Arnaud Patard (Rtp)
2010-10-21 14:26       ` Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 08/10] imx51: fix gpio_4_24 and gpio_4_25 pad configuration Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 09/10] efikamx: add spi nor support Arnaud Patard (Rtp)
2010-10-21 10:39 ` [patch v2 10/10] efikamx: add reset Arnaud Patard (Rtp)
2010-10-22  9:28 ` [patch v2 00/10] efikamx support improvements - try 2 Amit Kucheria
2010-10-22 10:14   ` Arnaud Patard (Rtp)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).