All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
@ 2012-04-06  8:26 kuninori.morimoto.gx
  2012-04-06 10:47 ` Simon Horman
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: kuninori.morimoto.gx @ 2012-04-06  8:26 UTC (permalink / raw)
  To: linux-sh


Hi Rafael, Magnus
Cc Simon, nakai-san, Saneyoshi-san

These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
These are based on linus/master branch.

Kuninori Morimoto (7):
      ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
      ARM: mach-shmobile: add armadillo800eva board support.
      ARM: mach-shmobile: armadillo800eva: add defconfig
      ARM: mach-shmobile: armadillo800eva: add support LCDC0
      ARM: mach-shmobile: armadillo800eva: add support ST1232
      ARM: mach-shmobile: armadillo800eva: add support gpio_key
      ARM: mach-shmobile: armadillo800eva: add support sh_eth

v1 -> v2

- based on linus/master
- I added .gpio_irq support patch to this patch series (#1)
- use <mach/irqs.h> (#2)
- based on latest linus/master LCDC (#4)
- tidyup typo (#2, #6)

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
@ 2012-04-06 10:47 ` Simon Horman
  2012-04-10  7:48 ` Simon Horman
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-06 10:47 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> 
> Hi Rafael, Magnus
> Cc Simon, nakai-san, Saneyoshi-san
> 
> These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> These are based on linus/master branch.

Thanks, I should be able to test these on Monday.

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
  2012-04-06 10:47 ` Simon Horman
@ 2012-04-10  7:48 ` Simon Horman
  2012-04-10  8:27 ` Kuninori Morimoto
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-10  7:48 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> 
> Hi Rafael, Magnus
> Cc Simon, nakai-san, Saneyoshi-san
> 
> These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> These are based on linus/master branch.

Hi Morimoto-san,

unfortunately I seem to be having a lot of trouble reliably booting using
these patches. I am using tftpboot as follows:

hermit>  tftpboot 10.3.3.147 10.3.3.135 --kernel=armadillo/uImage

Sometimes the kernel boots bot mostly it doesn't.

Are you also using tftpboot?
Also, could you let me know which compiler you are using?



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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
  2012-04-06 10:47 ` Simon Horman
  2012-04-10  7:48 ` Simon Horman
@ 2012-04-10  8:27 ` Kuninori Morimoto
  2012-04-11  0:24 ` Simon Horman
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2012-04-10  8:27 UTC (permalink / raw)
  To: linux-sh


Hi Simon

Thank you for checking patch

> unfortunately I seem to be having a lot of trouble reliably booting using
> these patches. I am using tftpboot as follows:
> 
> hermit>  tftpboot 10.3.3.147 10.3.3.135 --kernel=armadillo/uImage

I'm using Image file here, not uImage.

# you can use "setbootdevice" here for tftpboot.
# then you can just run "b"
http://manual.atmark-techno.com/armadillo-4x0/armadillo-400_series_software_manual_ja-1.2.0/apa.html#sec-setbootdevice

> Sometimes the kernel boots bot mostly it doesn't.

Similar things happened on v3.3 kernel.
I thought v3.4-rcX seems work well, but...

What's happen if you use "cold-boot" ?

> Are you also using tftpboot?

Yes. I'm using tftpboot.

> Also, could you let me know which compiler you are using?

I'm using this

# arm-none-linux-gnueabi-gcc --version
arm-none-linux-gnueabi-gcc (Sourcery G++ Lite 2010q1-202) 4.4.1
Copyright (C) 2009 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (2 preceding siblings ...)
  2012-04-10  8:27 ` Kuninori Morimoto
@ 2012-04-11  0:24 ` Simon Horman
  2012-04-12  8:25 ` Simon Horman
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-11  0:24 UTC (permalink / raw)
  To: linux-sh

On Tue, Apr 10, 2012 at 01:27:56AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> Thank you for checking patch
> 
> > unfortunately I seem to be having a lot of trouble reliably booting using
> > these patches. I am using tftpboot as follows:
> > 
> > hermit>  tftpboot 10.3.3.147 10.3.3.135 --kernel=armadillo/uImage
> 
> I'm using Image file here, not uImage.

Ok, its my turn to make you sigh.

Its now working using a zImage.

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (3 preceding siblings ...)
  2012-04-11  0:24 ` Simon Horman
@ 2012-04-12  8:25 ` Simon Horman
  2012-04-12 10:13 ` Kuninori Morimoto
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-12  8:25 UTC (permalink / raw)
  To: linux-sh

On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> 
> Hi Rafael, Magnus
> Cc Simon, nakai-san, Saneyoshi-san
> 
> These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> These are based on linus/master branch.
> 
> Kuninori Morimoto (7):
>       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
>       ARM: mach-shmobile: add armadillo800eva board support.
>       ARM: mach-shmobile: armadillo800eva: add defconfig
>       ARM: mach-shmobile: armadillo800eva: add support LCDC0
>       ARM: mach-shmobile: armadillo800eva: add support ST1232
>       ARM: mach-shmobile: armadillo800eva: add support gpio_key
>       ARM: mach-shmobile: armadillo800eva: add support sh_eth

I have tested all of the patches above, except
"ARM: mach-shmobile: armadillo800eva: add support ST1232",
against 3.4-rc2. For those six patches:

	Tested-by: Simon Horman <horms@verge.net.au>

I have also booted a kernel with "ARM: mach-shmobile: armadillo800eva: add
support ST1232", however I am unable to exercise this code as I am having
trouble bringing up an Android user-space. Tips on how the code might
be exercised would be greatly. appreciated.

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (4 preceding siblings ...)
  2012-04-12  8:25 ` Simon Horman
@ 2012-04-12 10:13 ` Kuninori Morimoto
  2012-04-13  1:07 ` Simon Horman
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2012-04-12 10:13 UTC (permalink / raw)
  To: linux-sh


Hi Simon

Thank you for testing patches.

> > Kuninori Morimoto (7):
> >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> >       ARM: mach-shmobile: add armadillo800eva board support.
> >       ARM: mach-shmobile: armadillo800eva: add defconfig
> >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> 
> I have tested all of the patches above, except
> "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> against 3.4-rc2. For those six patches:
> 
> 	Tested-by: Simon Horman <horms@verge.net.au>
> 
> I have also booted a kernel with "ARM: mach-shmobile: armadillo800eva: add
> support ST1232", however I am unable to exercise this code as I am having
> trouble bringing up an Android user-space. Tips on how the code might
> be exercised would be greatly. appreciated.

I'm not sure about Android user-space, but I tested ST1232 by
below tmenu on normal Linux user-space.

https://github.com/morimoto/smenu

# tmenu /dev/input/eventX

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (5 preceding siblings ...)
  2012-04-12 10:13 ` Kuninori Morimoto
@ 2012-04-13  1:07 ` Simon Horman
  2012-04-15 21:58 ` Rafael J. Wysocki
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-13  1:07 UTC (permalink / raw)
  To: linux-sh

On Thu, Apr 12, 2012 at 03:13:29AM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> Thank you for testing patches.
> 
> > > Kuninori Morimoto (7):
> > >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> > >       ARM: mach-shmobile: add armadillo800eva board support.
> > >       ARM: mach-shmobile: armadillo800eva: add defconfig
> > >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> > >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> > >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> > >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> > 
> > I have tested all of the patches above, except
> > "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> > against 3.4-rc2. For those six patches:
> > 
> > 	Tested-by: Simon Horman <horms@verge.net.au>
> > 
> > I have also booted a kernel with "ARM: mach-shmobile: armadillo800eva: add
> > support ST1232", however I am unable to exercise this code as I am having
> > trouble bringing up an Android user-space. Tips on how the code might
> > be exercised would be greatly. appreciated.
> 
> I'm not sure about Android user-space, but I tested ST1232 by
> below tmenu on normal Linux user-space.
> 
> https://github.com/morimoto/smenu
> 
> # tmenu /dev/input/eventX

Thanks.

When I boot my board I get two devices in /dev/input/.
event0 and event1.

event1 seems to correspond to the keysc, and events are reported :)
I am not havinging any luck using tmenu with either event0 or event1
to monitor touchscreen events.


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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (6 preceding siblings ...)
  2012-04-13  1:07 ` Simon Horman
@ 2012-04-15 21:58 ` Rafael J. Wysocki
  2012-04-16  0:04 ` Simon Horman
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Rafael J. Wysocki @ 2012-04-15 21:58 UTC (permalink / raw)
  To: linux-sh

On Thursday, April 12, 2012, Simon Horman wrote:
> On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> > 
> > Hi Rafael, Magnus
> > Cc Simon, nakai-san, Saneyoshi-san
> > 
> > These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> > These are based on linus/master branch.
> > 
> > Kuninori Morimoto (7):
> >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> >       ARM: mach-shmobile: add armadillo800eva board support.
> >       ARM: mach-shmobile: armadillo800eva: add defconfig
> >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> 
> I have tested all of the patches above, except
> "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> against 3.4-rc2. For those six patches:
> 
> 	Tested-by: Simon Horman <horms@verge.net.au>

Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
renesas.git tree.  Please let me know what the status of patch [5/7] is.

Thanks,
Rafael

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (7 preceding siblings ...)
  2012-04-15 21:58 ` Rafael J. Wysocki
@ 2012-04-16  0:04 ` Simon Horman
  2012-04-16  0:53 ` Kuninori Morimoto
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-16  0:04 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 16, 2012 at 12:01:40AM +0200, Rafael J. Wysocki wrote:
> On Thursday, April 12, 2012, Simon Horman wrote:
> > On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> > > 
> > > Hi Rafael, Magnus
> > > Cc Simon, nakai-san, Saneyoshi-san
> > > 
> > > These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> > > These are based on linus/master branch.
> > > 
> > > Kuninori Morimoto (7):
> > >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> > >       ARM: mach-shmobile: add armadillo800eva board support.
> > >       ARM: mach-shmobile: armadillo800eva: add defconfig
> > >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> > >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> > >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> > >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> > 
> > I have tested all of the patches above, except
> > "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> > against 3.4-rc2. For those six patches:
> > 
> > 	Tested-by: Simon Horman <horms@verge.net.au>
> 
> Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> renesas.git tree.  Please let me know what the status of patch [5/7] is.

Hi Rafael,

I have not been able to successfully test 5/7 yet.
I'll let you know when that changes.

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (8 preceding siblings ...)
  2012-04-16  0:04 ` Simon Horman
@ 2012-04-16  0:53 ` Kuninori Morimoto
  2012-04-16  1:47 ` Simon Horman
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2012-04-16  0:53 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> 
> Hi Rafael,
> 
> I have not been able to successfully test 5/7 yet.
> I'll let you know when that changes.

I tested 5/7 patch this morning.
It seems work well on my board.
What's happen on your tmenu/board ?

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (9 preceding siblings ...)
  2012-04-16  0:53 ` Kuninori Morimoto
@ 2012-04-16  1:47 ` Simon Horman
  2012-04-16  2:10 ` Kuninori Morimoto
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-16  1:47 UTC (permalink / raw)
  To: linux-sh

On Sun, Apr 15, 2012 at 05:53:50PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> > 
> > Hi Rafael,
> > 
> > I have not been able to successfully test 5/7 yet.
> > I'll let you know when that changes.
> 
> I tested 5/7 patch this morning.
> It seems work well on my board.
> What's happen on your tmenu/board ?

Nothing :^)

# tmenu /dev/input/event0
[ nothing ]

I am using 3.4-rc2 as a base, perhaps a different
base would be better?

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (10 preceding siblings ...)
  2012-04-16  1:47 ` Simon Horman
@ 2012-04-16  2:10 ` Kuninori Morimoto
  2012-04-16  5:21 ` Simon Horman
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2012-04-16  2:10 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> > > > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > > > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> > > 
> > > Hi Rafael,
> > > 
> > > I have not been able to successfully test 5/7 yet.
> > > I'll let you know when that changes.
> > 
> > I tested 5/7 patch this morning.
> > It seems work well on my board.
> > What's happen on your tmenu/board ?
> 
> Nothing :^)
> 
> # tmenu /dev/input/event0
> [ nothing ]
> 
> I am using 3.4-rc2 as a base, perhaps a different
> base would be better?

Hmm... strange.
If your .config has CONFIG_TOUCHSCREEN_ST1232,
but nothing happen, your board seems broken.

BTW, Did you touch the panel after tmenu ?

Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (11 preceding siblings ...)
  2012-04-16  2:10 ` Kuninori Morimoto
@ 2012-04-16  5:21 ` Simon Horman
  2012-04-16  5:27 ` Kuninori Morimoto
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-16  5:21 UTC (permalink / raw)
  To: linux-sh

On Sun, Apr 15, 2012 at 07:10:47PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > > > > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > > > > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> > > > 
> > > > Hi Rafael,
> > > > 
> > > > I have not been able to successfully test 5/7 yet.
> > > > I'll let you know when that changes.
> > > 
> > > I tested 5/7 patch this morning.
> > > It seems work well on my board.
> > > What's happen on your tmenu/board ?
> > 
> > Nothing :^)
> > 
> > # tmenu /dev/input/event0
> > [ nothing ]
> > 
> > I am using 3.4-rc2 as a base, perhaps a different
> > base would be better?
> 
> Hmm... strange.
> If your .config has CONFIG_TOUCHSCREEN_ST1232,
> but nothing happen, your board seems broken.
> 
> BTW, Did you touch the panel after tmenu ?

Yes.

It seems to me that its more likely that my build is broken
than my board. Would it be possible for you to test the image
at the following link on your board?

http://horms.org/tmp/zImage-g9adc328

md5sum: 6d747f8f4f44a20bdde31a324f844c0b

It is an image of 3.4-rc2 + the following patches + an initrd with
tmenu included. The config is available in /proc/config.gz

9adc328 ASoC: fsi: update for dmaengine prep_slave_sg fallout.
8d6c869 ARM: mach-shmobile: armadillo800eva: add support sh_eth
8afd7b1 ARM: mach-shmobile: armadillo800eva: add support gpio_key
5f0c97e ARM: mach-shmobile: armadillo800eva: add support ST1232
9699241 ARM: mach-shmobile: armadillo800eva: add support LCDC0
5cb5735 ARM: mach-shmobile: armadillo800eva: add defconfig
092928a ARM: mach-shmobile: add armadillo800eva board support.
c8ad89c ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support


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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (12 preceding siblings ...)
  2012-04-16  5:21 ` Simon Horman
@ 2012-04-16  5:27 ` Kuninori Morimoto
  2012-04-16  7:50 ` Simon Horman
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: Kuninori Morimoto @ 2012-04-16  5:27 UTC (permalink / raw)
  To: linux-sh


Hi Simon

> It seems to me that its more likely that my build is broken
> than my board. Would it be possible for you to test the image
> at the following link on your board?
>
> http://horms.org/tmp/zImage-g9adc328
>
> md5sum: 6d747f8f4f44a20bdde31a324f844c0b
>
> It is an image of 3.4-rc2 + the following patches + an initrd with
> tmenu included. The config is available in /proc/config.gz
>
> 9adc328 ASoC: fsi: update for dmaengine prep_slave_sg fallout.
> 8d6c869 ARM: mach-shmobile: armadillo800eva: add support sh_eth
> 8afd7b1 ARM: mach-shmobile: armadillo800eva: add support gpio_key
> 5f0c97e ARM: mach-shmobile: armadillo800eva: add support ST1232
> 9699241 ARM: mach-shmobile: armadillo800eva: add support LCDC0
> 5cb5735 ARM: mach-shmobile: armadillo800eva: add defconfig
> 092928a ARM: mach-shmobile: add armadillo800eva board support.
> c8ad89c ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support

I tested your zImage, and touch-screen works well :)
your board seems broken.

# tmenu /dev/input/event0
----------------
Event: type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 76
Event: type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 467
Event: type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 230
Event: type 0 (EV_SYN), code 2 (EV_REL), value 0
Event: type 0 (EV_SYN), code 0 (EV_SYN), value 0
...


Best regards
---
Kuninori Morimoto

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (13 preceding siblings ...)
  2012-04-16  5:27 ` Kuninori Morimoto
@ 2012-04-16  7:50 ` Simon Horman
  2012-04-16  7:55 ` Simon Horman
  2012-04-17 22:18 ` Rafael J. Wysocki
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-16  7:50 UTC (permalink / raw)
  To: linux-sh

On Sun, Apr 15, 2012 at 10:27:54PM -0700, Kuninori Morimoto wrote:
> 
> Hi Simon
> 
> > It seems to me that its more likely that my build is broken
> > than my board. Would it be possible for you to test the image
> > at the following link on your board?
> >
> > http://horms.org/tmp/zImage-g9adc328
> >
> > md5sum: 6d747f8f4f44a20bdde31a324f844c0b
> >
> > It is an image of 3.4-rc2 + the following patches + an initrd with
> > tmenu included. The config is available in /proc/config.gz
> >
> > 9adc328 ASoC: fsi: update for dmaengine prep_slave_sg fallout.
> > 8d6c869 ARM: mach-shmobile: armadillo800eva: add support sh_eth
> > 8afd7b1 ARM: mach-shmobile: armadillo800eva: add support gpio_key
> > 5f0c97e ARM: mach-shmobile: armadillo800eva: add support ST1232
> > 9699241 ARM: mach-shmobile: armadillo800eva: add support LCDC0
> > 5cb5735 ARM: mach-shmobile: armadillo800eva: add defconfig
> > 092928a ARM: mach-shmobile: add armadillo800eva board support.
> > c8ad89c ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> 
> I tested your zImage, and touch-screen works well :)
> your board seems broken.

Yes, it does. Thanks for testing my image.

> # tmenu /dev/input/event0
> ----------------
> Event: type 3 (EV_ABS), code 48 (ABS_MT_TOUCH_MAJOR), value 76
> Event: type 3 (EV_ABS), code 53 (ABS_MT_POSITION_X), value 467
> Event: type 3 (EV_ABS), code 54 (ABS_MT_POSITION_Y), value 230
> Event: type 0 (EV_SYN), code 2 (EV_REL), value 0
> Event: type 0 (EV_SYN), code 0 (EV_SYN), value 0
> ...

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (14 preceding siblings ...)
  2012-04-16  7:50 ` Simon Horman
@ 2012-04-16  7:55 ` Simon Horman
  2012-04-17 22:18 ` Rafael J. Wysocki
  16 siblings, 0 replies; 18+ messages in thread
From: Simon Horman @ 2012-04-16  7:55 UTC (permalink / raw)
  To: linux-sh

On Mon, Apr 16, 2012 at 09:04:19AM +0900, Simon Horman wrote:
> On Mon, Apr 16, 2012 at 12:01:40AM +0200, Rafael J. Wysocki wrote:
> > On Thursday, April 12, 2012, Simon Horman wrote:
> > > On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> > > > 
> > > > Hi Rafael, Magnus
> > > > Cc Simon, nakai-san, Saneyoshi-san
> > > > 
> > > > These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> > > > These are based on linus/master branch.
> > > > 
> > > > Kuninori Morimoto (7):
> > > >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> > > >       ARM: mach-shmobile: add armadillo800eva board support.
> > > >       ARM: mach-shmobile: armadillo800eva: add defconfig
> > > >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> > > >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> > > >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> > > >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> > > 
> > > I have tested all of the patches above, except
> > > "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> > > against 3.4-rc2. For those six patches:
> > > 
> > > 	Tested-by: Simon Horman <horms@verge.net.au>
> > 
> > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> 
> Hi Rafael,
> 
> I have not been able to successfully test 5/7 yet.
> I'll let you know when that changes.

Hi Rafael,

it seems that I may not be able to test 5/7 as it appears that
the touchscreen on my A1 board may be broken. Please consider
applying patch 5/7 anyway.

[5/7] Reviewed-by: Simon Horman <horms@verge.net.au>

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

* Re: [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support
  2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
                   ` (15 preceding siblings ...)
  2012-04-16  7:55 ` Simon Horman
@ 2012-04-17 22:18 ` Rafael J. Wysocki
  16 siblings, 0 replies; 18+ messages in thread
From: Rafael J. Wysocki @ 2012-04-17 22:18 UTC (permalink / raw)
  To: linux-sh

On Monday, April 16, 2012, Simon Horman wrote:
> On Mon, Apr 16, 2012 at 09:04:19AM +0900, Simon Horman wrote:
> > On Mon, Apr 16, 2012 at 12:01:40AM +0200, Rafael J. Wysocki wrote:
> > > On Thursday, April 12, 2012, Simon Horman wrote:
> > > > On Fri, Apr 06, 2012 at 01:26:54AM -0700, kuninori.morimoto.gx@renesas.com wrote:
> > > > > 
> > > > > Hi Rafael, Magnus
> > > > > Cc Simon, nakai-san, Saneyoshi-san
> > > > > 
> > > > > These are v2 of basic R8A7740 A1 Armadillo800eva baord support patch set.
> > > > > These are based on linus/master branch.
> > > > > 
> > > > > Kuninori Morimoto (7):
> > > > >       ARM: mach-shmobile: pfc-r8a7740: add gpio_irq support
> > > > >       ARM: mach-shmobile: add armadillo800eva board support.
> > > > >       ARM: mach-shmobile: armadillo800eva: add defconfig
> > > > >       ARM: mach-shmobile: armadillo800eva: add support LCDC0
> > > > >       ARM: mach-shmobile: armadillo800eva: add support ST1232
> > > > >       ARM: mach-shmobile: armadillo800eva: add support gpio_key
> > > > >       ARM: mach-shmobile: armadillo800eva: add support sh_eth
> > > > 
> > > > I have tested all of the patches above, except
> > > > "ARM: mach-shmobile: armadillo800eva: add support ST1232",
> > > > against 3.4-rc2. For those six patches:
> > > > 
> > > > 	Tested-by: Simon Horman <horms@verge.net.au>
> > > 
> > > Patches [2-4/7] and [6-7/7] applied to the armadillo800eva branch of the
> > > renesas.git tree.  Please let me know what the status of patch [5/7] is.
> > 
> > Hi Rafael,
> > 
> > I have not been able to successfully test 5/7 yet.
> > I'll let you know when that changes.
> 
> Hi Rafael,
> 
> it seems that I may not be able to test 5/7 as it appears that
> the touchscreen on my A1 board may be broken. Please consider
> applying patch 5/7 anyway.
> 
> [5/7] Reviewed-by: Simon Horman <horms@verge.net.au>

Applied to the armadillo800eva branch of the renesas.git tree.

Thanks,
Rafael

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

end of thread, other threads:[~2012-04-17 22:18 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-04-06  8:26 [PATCH 0/7 v2] ARM: mach-shmobile: add Armadillo800eva board support kuninori.morimoto.gx
2012-04-06 10:47 ` Simon Horman
2012-04-10  7:48 ` Simon Horman
2012-04-10  8:27 ` Kuninori Morimoto
2012-04-11  0:24 ` Simon Horman
2012-04-12  8:25 ` Simon Horman
2012-04-12 10:13 ` Kuninori Morimoto
2012-04-13  1:07 ` Simon Horman
2012-04-15 21:58 ` Rafael J. Wysocki
2012-04-16  0:04 ` Simon Horman
2012-04-16  0:53 ` Kuninori Morimoto
2012-04-16  1:47 ` Simon Horman
2012-04-16  2:10 ` Kuninori Morimoto
2012-04-16  5:21 ` Simon Horman
2012-04-16  5:27 ` Kuninori Morimoto
2012-04-16  7:50 ` Simon Horman
2012-04-16  7:55 ` Simon Horman
2012-04-17 22:18 ` Rafael J. Wysocki

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.