Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1648222

Re: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver

From Andrew Lunn <andrew@lunn.ch>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] drivers: phy: Add Cortina CS4340 driver
Date 2017-05-23 18:00 +0200
Message-ID <tKko1-5cc-11@gated-at.bofh.it> (permalink)
References <tKko1-5cc-13@gated-at.bofh.it> <tKko1-5cc-15@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

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

csiph-web