Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1648222 > unrolled thread
| Started by | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| First post | 2017-05-23 18:00 +0200 |
| Last post | 2017-05-23 18:40 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver Andrew Lunn <andrew@lunn.ch> - 2017-05-23 18:00 +0200
RE: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver Bogdan Purcareata <bogdan.purcareata@nxp.com> - 2017-05-23 18:40 +0200
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2017-05-23 18:00 +0200 |
| Subject | Re: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver |
| Message-ID | <tKko1-5cc-11@gated-at.bofh.it> |
On Tue, May 23, 2017 at 03:53:19PM +0000, Bogdan Purcareata wrote:
> Add basic support for Cortina PHY drivers. Support only CS4340 for now.
> The phys are not fully compatible with IEEE 802.3 clause 45 registers.
> Implement proper read_status support, so that phy polling does not cause
> bus register access errors.
>
> Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com>
> ---
> drivers/net/phy/Kconfig | 5 +++
> drivers/net/phy/Makefile | 1 +
> drivers/net/phy/mdio-cortina.c | 90 ++++++++++++++++++++++++++++++++++++++++++
This is a phy driver, not a mdio bus driver. Please use the correct
file name.
Andrew
[toc] | [next] | [standalone]
| From | Bogdan Purcareata <bogdan.purcareata@nxp.com> |
|---|---|
| Date | 2017-05-23 18:40 +0200 |
| Message-ID | <tKl0L-5Ft-23@gated-at.bofh.it> |
| In reply to | #1648222 |
> -----Original Message----- > From: Andrew Lunn [mailto:andrew@lunn.ch] > Sent: Tuesday, May 23, 2017 6:57 PM > To: Bogdan Purcareata <bogdan.purcareata@nxp.com> > Cc: f.fainelli@gmail.com; netdev@vger.kernel.org; linux- > kernel@vger.kernel.org > Subject: Re: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver > > On Tue, May 23, 2017 at 03:53:19PM +0000, Bogdan Purcareata wrote: > > Add basic support for Cortina PHY drivers. Support only CS4340 for now. > > The phys are not fully compatible with IEEE 802.3 clause 45 registers. > > Implement proper read_status support, so that phy polling does not cause > > bus register access errors. > > > > Signed-off-by: Bogdan Purcareata <bogdan.purcareata@nxp.com> > > --- > > drivers/net/phy/Kconfig | 5 +++ > > drivers/net/phy/Makefile | 1 + > > drivers/net/phy/mdio-cortina.c | 90 > ++++++++++++++++++++++++++++++++++++++++++ > > This is a phy driver, not a mdio bus driver. Please use the correct > file name. Will fix in v2, thanks! Bogdan
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web