lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:   Sun, 15 Dec 2019 09:49:56 +0000
From:   Parshuram Raju Thombare <pthombar@...ence.com>
To:     Milind Parab <mparab@...ence.com>,
        "nicolas.ferre@...rochip.com" <nicolas.ferre@...rochip.com>,
        "andrew@...n.ch" <andrew@...n.ch>,
        "antoine.tenart@...tlin.com" <antoine.tenart@...tlin.com>,
        "f.fainelli@...il.com" <f.fainelli@...il.com>,
        "rmk+kernel@...linux.org.uk" <rmk+kernel@...linux.org.uk>
CC:     "davem@...emloft.net" <davem@...emloft.net>,
        "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
        "hkallweit1@...il.com" <hkallweit1@...il.com>,
        "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
        Dhananjay Vilasrao Kangude <dkangude@...ence.com>,
        "a.fatoum@...gutronix.de" <a.fatoum@...gutronix.de>,
        "brad.mouring@...com" <brad.mouring@...com>,
        Milind Parab <mparab@...ence.com>
Subject: RE: [PATCH v2 0/3] net: macb: fix for fixed link, support for c45
 mdio and 10G

Corrected typo in email id of Nicolas Ferre.

>-----Original Message-----
>From: Milind Parab <mparab@...ence.com>
>Sent: Friday, December 13, 2019 3:10 PM
>To: nicolas.nerre@...rochip.com; andrew@...n.ch;
>antoine.tenart@...tlin.com; f.fainelli@...il.com; rmk+kernel@...linux.org.uk
>Cc: davem@...emloft.net; netdev@...r.kernel.org; hkallweit1@...il.com;
>linux-kernel@...r.kernel.org; Dhananjay Vilasrao Kangude
><dkangude@...ence.com>; a.fatoum@...gutronix.de; brad.mouring@...com;
>Parshuram Raju Thombare <pthombar@...ence.com>; Milind Parab
><mparab@...ence.com>
>Subject: [PATCH v2 0/3] net: macb: fix for fixed link, support for c45 mdio and
>10G
>
>This patch series applies to Cadence Ethernet MAC Controller.
>The first patch in this series is related to the patch that converts the
>driver to phylink interface in net-next "net: macb: convert to phylink".
>Next patch is for adding support for C45 interface and the final patch
>adds 10G MAC support.
>
>The patch sequences are detailed as below
>
>1. 0001-net-macb-fix-for-fixed-link-mode
>This patch fix the issue with fixed-link mode in macb phylink interface.
>In fixed-link we don't need to parse phandle because it's better handled
>by phylink_of_phy_connect()
>
>2. 0002-net-macb-add-support-for-C45-MDIO-read-write
>This patch is to support C45 interface to PHY. This upgrade is downward
>compatible.
>All versions of the MAC (old and new) using the GPL driver support both Clause 22
>and
>Clause 45 operation. Whether the access is in Clause 22 or Clause 45 format
>depends
>on the data pattern written to the PHY management register.
>
>3. 0003-net-macb-add-support-for-high-speed-interface
>This patch add support for 10G fixed mode.
>
>Changes since v1:
>1. phy_node reference count handling in patch 0001-net-macb-fix-for-fixed-link-
>mode
>2. Using fixed value for HS_MAC_SPEED_x
>
>Thanks,
>Milind Parab
>
>
>Milind Parab (3):
>  net: macb: fix for fixed-link mode
>  net: macb: add support for C45 MDIO read/write
>  net: macb: add support for high speed interface
>
> drivers/net/ethernet/cadence/macb.h      |  65 ++++++-
> drivers/net/ethernet/cadence/macb_main.c | 224 +++++++++++++++++++----
> 2 files changed, 247 insertions(+), 42 deletions(-)
>
>--
>2.17.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ