SUPERH platform development
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH] ARM: shmobile: lager: Fix adv7511 IRQ sensing
Date: Tue, 07 Jul 2015 00:48:09 +0000	[thread overview]
Message-ID: <20150707004808.GF13326@verge.net.au> (raw)
In-Reply-To: <1430885131-6098-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>

Hi,

On Mon, May 25, 2015 at 10:08:24AM +0900, Simon Horman wrote:
> Hi Ben, Hi Laurent,
> 
> On Wed, May 06, 2015 at 04:12:39PM +0300, Laurent Pinchart wrote:
> > Hi Ben,
> > 
> > On Wednesday 06 May 2015 12:34:34 Ben Hutchings wrote:
> > > On Wed, 2015-05-06 at 07:05 +0300, Laurent Pinchart wrote:
> > > > The adv7511 IRQ is low level triggered, not falling edge triggered. The
> > > > wrong sense configuration results in no interrupt being triggered at
> > > > all, breaking hotplug detection. Fix it.
> > > > 
> > > > Reported-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
> > > > Signed-off-by: Laurent Pinchart
> > > > <laurent.pinchart+renesas@ideasonboard.com>
> > > > ---
> > > > 
> > > >  arch/arm/boot/dts/r8a7790-lager.dts | 2 +-
> > > >  1 file changed, 1 insertion(+), 1 deletion(-)
> > > > 
> > > > Ben, would you be able to test this ? I won't have access to my Lager
> > > > board before Sunday.
> > > 
> > > I only have remote access to a Lager at present, so I would need to pass
> > > this on to a colleague.
> > 
> > No worries. Worst case I'll try it when I get back home.
> 
> Did anyone manage to test this?

This seems to have fallen through the cracks.
Laurent, is there any chance you could test this?

> > > > diff --git a/arch/arm/boot/dts/r8a7790-lager.dts
> > > > b/arch/arm/boot/dts/r8a7790-lager.dts index 46f4c56c287c..21782e6b37f7
> > > > 100644
> > > > --- a/arch/arm/boot/dts/r8a7790-lager.dts
> > > > +++ b/arch/arm/boot/dts/r8a7790-lager.dts
> > > > @@ -548,7 +548,7 @@
> > > >  		compatible = "adi,adv7511w";
> > > >  		reg = <0x39>;
> > > >  		interrupt-parent = <&gpio1>;
> > > > -		interrupts = <15 IRQ_TYPE_EDGE_FALLING>;
> > > > +		interrupts = <15 IRQ_TYPE_LEVEL_LOW>;
> > > > 
> > > >  		adi,input-depth = <8>;
> > > >  		adi,input-colorspace = "rgb";
> > 
> > -- 
> > Regards,
> > 
> > Laurent Pinchart
> > 
> > --
> > To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> > the body of a message to majordomo@vger.kernel.org
> > More majordomo info at  http://vger.kernel.org/majordomo-info.html
> > 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-sh" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 

  parent reply	other threads:[~2015-07-07  0:48 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-06  4:05 [PATCH] ARM: shmobile: lager: Fix adv7511 IRQ sensing Laurent Pinchart
2015-05-06 11:34 ` Ben Hutchings
2015-05-06 13:12 ` Laurent Pinchart
2015-05-25  1:08 ` Simon Horman
2015-07-07  0:48 ` Simon Horman [this message]
2015-07-16 11:29 ` Laurent Pinchart
2015-07-17  0:03 ` Simon Horman
2015-07-17  6:31 ` Laurent Pinchart
2015-07-17  6:47 ` Simon Horman

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=20150707004808.GF13326@verge.net.au \
    --to=horms@verge.net.au \
    --cc=linux-sh@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox