diff mbox

[v2,4/4] ARM: shmobile: marzen-reference: Set SMSC lan to use irq-push-pull

Message ID 1368586650-26263-5-git-send-email-horms+renesas@verge.net.au (mailing list archive)
State Accepted
Commit c9af5428be0cea61a34fa8d5dda83d4c57a03b06
Headers show

Commit Message

Simon Horman May 15, 2013, 2:57 a.m. UTC
This change makes the DTS consistent with the platform data
that exists in board-marzen.c.

Empirically it does not appear to be necessary.

Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
 arch/arm/boot/dts/r8a7779-marzen-reference.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Laurent Pinchart May 15, 2013, 9:15 a.m. UTC | #1
Hi Simon,

Thanks for the patch.

On Wednesday 15 May 2013 11:57:30 Simon Horman wrote:
> This change makes the DTS consistent with the platform data
> that exists in board-marzen.c.
> 
> Empirically it does not appear to be necessary.
> 
> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

> ---
>  arch/arm/boot/dts/r8a7779-marzen-reference.dts | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index 10cfc7f..fe32e1a
> 100644
> --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> @@ -40,6 +40,7 @@
>  		phy-mode = "mii";
>  		interrupt-parent = <&irqpin0>;
>  		interrupts = <1 0x4>;
> +		smsc,irq-push-pull;
>  		reg-io-width = <4>;
>  		vddvario-supply = <&fixedregulator3v3>;
>  		vdd33a-supply = <&fixedregulator3v3>;
Laurent Pinchart May 12, 2014, 10:26 p.m. UTC | #2
Hi Simon,

On Wednesday 15 May 2013 11:15:01 Laurent Pinchart wrote:
> Hi Simon,
> 
> Thanks for the patch.
> 
> On Wednesday 15 May 2013 11:57:30 Simon Horman wrote:
> > This change makes the DTS consistent with the platform data
> > that exists in board-marzen.c.
> > 
> > Empirically it does not appear to be necessary.
> > 
> > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> 
> Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

I've noticed that this patch hasn't landed in mainline. Do you still plan to 
upstream it ?

While the board has a pull-up resistor on the IRQ signal and can thus 
accommodate an open-drain configuration, using push-pull mode would lower the 
rise time.

> > ---
> > 
> >  arch/arm/boot/dts/r8a7779-marzen-reference.dts | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index 10cfc7f..fe32e1a
> > 100644
> > --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > @@ -40,6 +40,7 @@
> > 
> >  		phy-mode = "mii";
> >  		interrupt-parent = <&irqpin0>;
> >  		interrupts = <1 0x4>;
> > 
> > +		smsc,irq-push-pull;
> > 
> >  		reg-io-width = <4>;
> >  		vddvario-supply = <&fixedregulator3v3>;
> >  		vdd33a-supply = <&fixedregulator3v3>;
Simon Horman May 13, 2014, 1:11 a.m. UTC | #3
On Tue, May 13, 2014 at 12:26:35AM +0200, Laurent Pinchart wrote:
> Hi Simon,
> 
> On Wednesday 15 May 2013 11:15:01 Laurent Pinchart wrote:
> > Hi Simon,
> > 
> > Thanks for the patch.
> > 
> > On Wednesday 15 May 2013 11:57:30 Simon Horman wrote:
> > > This change makes the DTS consistent with the platform data
> > > that exists in board-marzen.c.
> > > 
> > > Empirically it does not appear to be necessary.
> > > 
> > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > 
> > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> 
> I've noticed that this patch hasn't landed in mainline. Do you still plan to 
> upstream it ?
> 
> While the board has a pull-up resistor on the IRQ signal and can thus 
> accommodate an open-drain configuration, using push-pull mode would lower the 
> rise time.

Sorry for letting that slip through the cracks (for an entire year!).
I'll queue it up after giving Magnus a chance to veto it.

> > > ---
> > > 
> > >  arch/arm/boot/dts/r8a7779-marzen-reference.dts | 1 +
> > >  1 file changed, 1 insertion(+)
> > > 
> > > diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > > b/arch/arm/boot/dts/r8a7779-marzen-reference.dts index 10cfc7f..fe32e1a
> > > 100644
> > > --- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > > +++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
> > > @@ -40,6 +40,7 @@
> > > 
> > >  		phy-mode = "mii";
> > >  		interrupt-parent = <&irqpin0>;
> > >  		interrupts = <1 0x4>;
> > > 
> > > +		smsc,irq-push-pull;
> > > 
> > >  		reg-io-width = <4>;
> > >  		vddvario-supply = <&fixedregulator3v3>;
> > >  		vdd33a-supply = <&fixedregulator3v3>;
> 
> -- 
> 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
Simon Horman May 13, 2014, 7:07 a.m. UTC | #4
On Tue, May 13, 2014 at 10:11:28AM +0900, Simon Horman wrote:
> On Tue, May 13, 2014 at 12:26:35AM +0200, Laurent Pinchart wrote:
> > Hi Simon,
> > 
> > On Wednesday 15 May 2013 11:15:01 Laurent Pinchart wrote:
> > > Hi Simon,
> > > 
> > > Thanks for the patch.
> > > 
> > > On Wednesday 15 May 2013 11:57:30 Simon Horman wrote:
> > > > This change makes the DTS consistent with the platform data
> > > > that exists in board-marzen.c.
> > > > 
> > > > Empirically it does not appear to be necessary.
> > > > 
> > > > Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
> > > 
> > > Acked-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > 
> > I've noticed that this patch hasn't landed in mainline. Do you still plan to 
> > upstream it ?
> > 
> > While the board has a pull-up resistor on the IRQ signal and can thus 
> > accommodate an open-drain configuration, using push-pull mode would lower the 
> > rise time.
> 
> Sorry for letting that slip through the cracks (for an entire year!).
> I'll queue it up after giving Magnus a chance to veto it.

I have spoken to Magnus off-line and queued up this patch.
--
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
diff mbox

Patch

diff --git a/arch/arm/boot/dts/r8a7779-marzen-reference.dts b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
index 10cfc7f..fe32e1a 100644
--- a/arch/arm/boot/dts/r8a7779-marzen-reference.dts
+++ b/arch/arm/boot/dts/r8a7779-marzen-reference.dts
@@ -40,6 +40,7 @@ 
 		phy-mode = "mii";
 		interrupt-parent = <&irqpin0>;
 		interrupts = <1 0x4>;
+		smsc,irq-push-pull;
 		reg-io-width = <4>;
 		vddvario-supply = <&fixedregulator3v3>;
 		vdd33a-supply = <&fixedregulator3v3>;