All of lore.kernel.org
 help / color / mirror / Atom feed
From: Harini Katakam <harinik@xilinx.com>
To: Rob Herring <robh@kernel.org>
Cc: Harini Katakam <harini.katakam@xilinx.com>,
	Andrew Lunn <andrew@lunn.ch>,
	Heiner Kallweit <hkallweit1@gmail.com>,
	linux@armlinux.org.uk, David Miller <davem@davemloft.net>,
	kuba@kernel.org, steen.hegelund@microchip.com,
	bjarni.jonasson@microchip.com, ioana.ciornei@nxp.com,
	likaige@loongson.cn, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-kernel@vger.kernel.org,
	Michal Simek <michal.simek@xilinx.com>,
	radhey.shyam.pandey@xilinx.com
Subject: Re: [PATCH 2/3] dt-bindings: mscc: Add RGMII RX and TX delay tuning
Date: Tue, 17 Aug 2021 15:46:49 +0530	[thread overview]
Message-ID: <CAFcVECJXhjQLZdfQm8n_0cLsuh6CFPJbSA4A5XXQL+6+okb+CQ@mail.gmail.com> (raw)
In-Reply-To: <20210714210803.GA3522064@robh.at.kernel.org>

Hi Rob,

Thanks for the review and sorry I din't reply earlier.
<snip>
> > +- vsc8531,rx-delay   : RGMII RX delay. Allowed values are defined in
>
> 'vsc8531' is not a vendor. The form is <vendor>,<propname>.

I was just aligning it with existing optional property names in this document.
Could you please let me know if mscc,rx-delay is more appropriate?

Regards,
Harini

WARNING: multiple messages have this Message-ID (diff)
From: Harini Katakam <harinik@xilinx.com>
To: Rob Herring <robh@kernel.org>
Cc: Harini Katakam <harini.katakam@xilinx.com>,
	Andrew Lunn <andrew@lunn.ch>,
	 Heiner Kallweit <hkallweit1@gmail.com>,
	linux@armlinux.org.uk,  David Miller <davem@davemloft.net>,
	kuba@kernel.org, steen.hegelund@microchip.com,
	 bjarni.jonasson@microchip.com, ioana.ciornei@nxp.com,
	likaige@loongson.cn,  devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	 linux-kernel@vger.kernel.org,
	Michal Simek <michal.simek@xilinx.com>,
	 radhey.shyam.pandey@xilinx.com
Subject: Re: [PATCH 2/3] dt-bindings: mscc: Add RGMII RX and TX delay tuning
Date: Tue, 17 Aug 2021 15:46:49 +0530	[thread overview]
Message-ID: <CAFcVECJXhjQLZdfQm8n_0cLsuh6CFPJbSA4A5XXQL+6+okb+CQ@mail.gmail.com> (raw)
In-Reply-To: <20210714210803.GA3522064@robh.at.kernel.org>

Hi Rob,

Thanks for the review and sorry I din't reply earlier.
<snip>
> > +- vsc8531,rx-delay   : RGMII RX delay. Allowed values are defined in
>
> 'vsc8531' is not a vendor. The form is <vendor>,<propname>.

I was just aligning it with existing optional property names in this document.
Could you please let me know if mscc,rx-delay is more appropriate?

Regards,
Harini

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2021-08-17 10:17 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-29  9:40 [PATCH 0/3] Add support for VSC8531_02 PHY and DT RGMII tuning Harini Katakam
2021-06-29  9:40 ` Harini Katakam
2021-06-29  9:40 ` [PATCH 1/3] include: dt-bindings: Add mscc-vsc8531 RGMII clock delay definitions Harini Katakam
2021-06-29  9:40   ` Harini Katakam
2021-06-29 13:58   ` Andrew Lunn
2021-06-29 13:58     ` Andrew Lunn
2021-06-29  9:40 ` [PATCH 2/3] dt-bindings: mscc: Add RGMII RX and TX delay tuning Harini Katakam
2021-06-29  9:40   ` Harini Katakam
2021-06-29 14:07   ` Andrew Lunn
2021-06-29 14:07     ` Andrew Lunn
2021-06-29 14:11     ` Harini Katakam
2021-06-29 14:11       ` Harini Katakam
2021-07-14 21:08   ` Rob Herring
2021-07-14 21:08     ` Rob Herring
2021-08-17 10:16     ` Harini Katakam [this message]
2021-08-17 10:16       ` Harini Katakam
2021-06-29  9:40 ` [PATCH 3/3] phy: mscc: Add support for VSC8531_02 with RGMII tuning Harini Katakam
2021-06-29  9:40   ` Harini Katakam
2021-06-29 10:41   ` Heiner Kallweit
2021-06-29 10:41     ` Heiner Kallweit
2021-06-29 14:19     ` Harini Katakam
2021-06-29 14:19       ` Harini Katakam
2021-06-29 14:11   ` Andrew Lunn
2021-06-29 14:11     ` Andrew Lunn

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=CAFcVECJXhjQLZdfQm8n_0cLsuh6CFPJbSA4A5XXQL+6+okb+CQ@mail.gmail.com \
    --to=harinik@xilinx.com \
    --cc=andrew@lunn.ch \
    --cc=bjarni.jonasson@microchip.com \
    --cc=davem@davemloft.net \
    --cc=devicetree@vger.kernel.org \
    --cc=harini.katakam@xilinx.com \
    --cc=hkallweit1@gmail.com \
    --cc=ioana.ciornei@nxp.com \
    --cc=kuba@kernel.org \
    --cc=likaige@loongson.cn \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux@armlinux.org.uk \
    --cc=michal.simek@xilinx.com \
    --cc=radhey.shyam.pandey@xilinx.com \
    --cc=robh@kernel.org \
    --cc=steen.hegelund@microchip.com \
    /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.