Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1571976
| From | Lukasz Majewski <lukma@denx.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver |
| Date | 2017-02-01 22:10 +0100 |
| Message-ID | <t6aka-2Pd-19@gated-at.bofh.it> (permalink) |
| References | <t64or-7aO-31@gated-at.bofh.it> <t66JA-iP-41@gated-at.bofh.it> <t68s2-1q4-15@gated-at.bofh.it> |
| Organization | denx.de |
Dear All, Thanks for prompt reply. > On 02/01/2017 09:16 AM, Andrew Lunn wrote: > > On Wed, Feb 01, 2017 at 03:43:35PM +0100, Lukasz Majewski wrote: > >> This patch adds support for enabling or disabling the port > >> mirroring feature of the DP83867 TI's PHY device. > >> > >> One use case is when bootstrap configuration enables this feature > >> (because of e.g. LED wiring) so then one needs to disable it in > >> software (u-boot/Linux). > > > > Hi Lukasz > > > > How does this differ from "enet-phy-lane-swap"? > > Same here, I am confused about what port mirroring could be meaning > here The "net-phy-lane-swap" when defined indicates that the "lane swap" needs to be enabled. This is a simple bool variable. In my case it would mean: "please enable port mirroring -> write 1 to CFG4 register's PORT_MIRROR_EN field" My use case is unfortunately different: - Due to HW design - during the bootstrap PHY phase - the PHY enables "port mirroring", which is incorrect. Then, in SW I do need to explicitly disable port mirroring (write 0 to PORT_MIRROR_EN field in CFG4 register). > and if we can find a better way to describe what is being added. > Thanks! We would need a tri-state device tree properly: 1. Not defined - do nothing 2. Defined as 0 -> explicitly disable port mirroring 3. Defined as 1 -> explicitly enable port mirriring The "net-phy-lane-swap" only fulfills points 1 and 3 above. In my use case I do need point 2. Best regards, Lukasz Majewski -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Lukasz Majewski <lukma@denx.de> - 2017-02-01 15:50 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Andrew Lunn <andrew@lunn.ch> - 2017-02-01 18:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Florian Fainelli <f.fainelli@gmail.com> - 2017-02-01 20:10 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Lukasz Majewski <lukma@denx.de> - 2017-02-01 22:10 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Andrew Lunn <andrew@lunn.ch> - 2017-02-01 22:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Lukasz Majewski <lukma@denx.de> - 2017-02-01 23:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Andrew Lunn <andrew@lunn.ch> - 2017-02-02 03:00 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Lukasz Majewski <lukma@denx.de> - 2017-02-02 10:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Andrew Lunn <andrew@lunn.ch> - 2017-02-02 14:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Lukasz Majewski <lukma@denx.de> - 2017-02-02 16:30 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Andrew Lunn <andrew@lunn.ch> - 2017-02-01 22:20 +0100
Re: [PATCH] net: phy: dp83867: Port mirroring support in the DP83867 TI's PHY driver Florian Fainelli <f.fainelli@gmail.com> - 2017-02-01 22:20 +0100
csiph-web