From: Raju Lakkaraju <Raju.Lakkaraju-dzo6w/eZyo2tG0bUXCXiUA@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org,
Allan.Nielsen-dzo6w/eZyo2tG0bUXCXiUA@public.gmane.org
Subject: Re: [PATCH v4 net-next] net: phy: Add Edge-rate driver for Microsemi PHYs.
Date: Mon, 3 Oct 2016 12:50:45 +0530 [thread overview]
Message-ID: <20161003072043.GA24259@microsemi.com> (raw)
In-Reply-To: <20160928161653.GA25553-g2DYL2Zd6BY@public.gmane.org>
Hi Andrew,
Thank you for code review and valuable comments.
On Wed, Sep 28, 2016 at 06:16:53PM +0200, Andrew Lunn wrote:
> EXTERNAL EMAIL
>
>
> > +Optional properties:
> > +- vsc8531,vddmac : The vddmac in mV.
> > +- vsc8531,edge-slowdown : % the edge should be slowed down relative to
> > + the fastest possible edge time. Native sign
> > + need not enter.
> > + Edge rate sets the drive strength of the MAC
> > + interface output signals. Changing the drive
> > + strength will affect the edge rate of the output
> > + signal. The goal of this setting is to help
> > + reduce electrical emission (EMI) by being able
> > + to reprogram drive strength and in effect slow
> > + down the edge rate if desired. Table 5 shows the
>
> Hi Raju
>
> There is no table five here? Is that a reference to a data sheet
> table?
>
I accepted your comment.
It was typo. It should be Table 1.
Yes. In datasheet Edge rate control is Table 5.
> > +Example:
> > +
> > + vsc8531_0: ethernet-phy@0 {
> > + compatible = "ethernet-phy-id0007.0570";
> > + vsc8531,vddmac = /bits/ 16 <MSCC_VDDMAC_3300>;
> > + vsc8531,edge-slowdown = /bits/ 8 <17>;
>
> No, real values please:
>
> vsc8531,vddmac = <2000>;
> vsc8531,edge-slowdown = <21>;
>
> The driver should then do the maths to figure out the nearest magic
> value to write to the register, or complain the settings are out of
> range with an -EINVAL.
>
> FYI: No floating point maths are allowed in the kernel.
>
I accepted your review comment. I will change and resend again.
> Andrew
---
Thanks,
Raju.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
WARNING: multiple messages have this Message-ID (diff)
From: Raju Lakkaraju <Raju.Lakkaraju-dzo6w/eZyo2tG0bUXCXiUA@public.gmane.org>
To: Andrew Lunn <andrew-g2DYL2Zd6BY@public.gmane.org>
Cc: <netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
<devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
<f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
<Allan.Nielsen-dzo6w/eZyo2tG0bUXCXiUA@public.gmane.org>
Subject: Re: [PATCH v4 net-next] net: phy: Add Edge-rate driver for Microsemi PHYs.
Date: Mon, 3 Oct 2016 12:50:45 +0530 [thread overview]
Message-ID: <20161003072043.GA24259@microsemi.com> (raw)
In-Reply-To: <20160928161653.GA25553-g2DYL2Zd6BY@public.gmane.org>
Hi Andrew,
Thank you for code review and valuable comments.
On Wed, Sep 28, 2016 at 06:16:53PM +0200, Andrew Lunn wrote:
> EXTERNAL EMAIL
>
>
> > +Optional properties:
> > +- vsc8531,vddmac : The vddmac in mV.
> > +- vsc8531,edge-slowdown : % the edge should be slowed down relative to
> > + the fastest possible edge time. Native sign
> > + need not enter.
> > + Edge rate sets the drive strength of the MAC
> > + interface output signals. Changing the drive
> > + strength will affect the edge rate of the output
> > + signal. The goal of this setting is to help
> > + reduce electrical emission (EMI) by being able
> > + to reprogram drive strength and in effect slow
> > + down the edge rate if desired. Table 5 shows the
>
> Hi Raju
>
> There is no table five here? Is that a reference to a data sheet
> table?
>
I accepted your comment.
It was typo. It should be Table 1.
Yes. In datasheet Edge rate control is Table 5.
> > +Example:
> > +
> > + vsc8531_0: ethernet-phy@0 {
> > + compatible = "ethernet-phy-id0007.0570";
> > + vsc8531,vddmac = /bits/ 16 <MSCC_VDDMAC_3300>;
> > + vsc8531,edge-slowdown = /bits/ 8 <17>;
>
> No, real values please:
>
> vsc8531,vddmac = <2000>;
> vsc8531,edge-slowdown = <21>;
>
> The driver should then do the maths to figure out the nearest magic
> value to write to the register, or complain the settings are out of
> range with an -EINVAL.
>
> FYI: No floating point maths are allowed in the kernel.
>
I accepted your review comment. I will change and resend again.
> Andrew
---
Thanks,
Raju.
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-10-03 7:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-28 11:34 [PATCH v4 net-next] net: phy: Add Edge-rate driver for Microsemi PHYs Raju Lakkaraju
2016-09-28 11:34 ` Raju Lakkaraju
2016-09-28 16:16 ` Andrew Lunn
[not found] ` <20160928161653.GA25553-g2DYL2Zd6BY@public.gmane.org>
2016-10-03 7:20 ` Raju Lakkaraju [this message]
2016-10-03 7:20 ` Raju Lakkaraju
2016-10-03 7:56 ` Andrew Lunn
[not found] ` <20161003075656.GC18219-g2DYL2Zd6BY@public.gmane.org>
2016-10-03 9:23 ` Raju Lakkaraju
2016-10-03 9:23 ` Raju Lakkaraju
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=20161003072043.GA24259@microsemi.com \
--to=raju.lakkaraju-dzo6w/ezyo2tg0buxcxiua@public.gmane.org \
--cc=Allan.Nielsen-dzo6w/eZyo2tG0bUXCXiUA@public.gmane.org \
--cc=andrew-g2DYL2Zd6BY@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=f.fainelli-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=netdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.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 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.