[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CO2PR07MB2469362F8B7DA65D7A73315DC1E80@CO2PR07MB2469.namprd07.prod.outlook.com>
Date: Sun, 16 Jun 2019 06:56:14 +0000
From: Parshuram Raju Thombare <pthombar@...ence.com>
To: Parshuram Raju Thombare <pthombar@...ence.com>,
"andrew@...n.ch" <andrew@...n.ch>,
"nicolas.ferre@...rochip.com" <nicolas.ferre@...rochip.com>,
"davem@...emloft.net" <davem@...emloft.net>,
"f.fainelli@...il.com" <f.fainelli@...il.com>
CC: "netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"hkallweit1@...il.com" <hkallweit1@...il.com>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
Rafal Ciepiela <rafalc@...ence.com>,
Anil Joy Varughese <aniljoy@...ence.com>,
Piotr Sroka <piotrs@...ence.com>
Subject: RE: [PATCH 0/6] net: macb patch set cover letter
Hi All,
Please ignore patches sent in-reply chain to patch 0001.
Sending all patches in reply to patch 0000-cover-letter.patch.
Regards,
Parshuram Thombare
>-----Original Message-----
>From: Parshuram Thombare <pthombar@...ence.com>
>Sent: Sunday, June 16, 2019 5:15 AM
>To: andrew@...n.ch; nicolas.ferre@...rochip.com; davem@...emloft.net;
>f.fainelli@...il.com
>Cc: netdev@...r.kernel.org; hkallweit1@...il.com; linux-
>kernel@...r.kernel.org; Rafal Ciepiela <rafalc@...ence.com>; Anil Joy
>Varughese <aniljoy@...ence.com>; Piotr Sroka <piotrs@...ence.com>;
>Parshuram Raju Thombare <pthombar@...ence.com>
>Subject: [PATCH 0/6] net: macb patch set cover letter
>
>Hello !,
>
>This is second version of patch set containing following patches for Cadence
>ethernet controller driver.
>
>1. 0001-net-macb-add-phylink-support.patch
> Replace phylib API's with phylink API's.
>2. 0002-net-macb-add-support-for-sgmii-MAC-PHY-interface.patch
> This patch add support for SGMII mode.
>3. 003-net-macb-add-PHY-configuration-in-MACB-PCI-wrapper.patch
> This patch is to configure TI PHY DP83867 in SGMII mode from
> our MAC PCI wrapper driver.
> With this change there is no need of PHY driver and dp83867
> module must be disabled. Users wanting to setup DP83867 PHY
> in SGMII mode can disable dp83867.ko driver, else dp83867.ko
> overwrite this configuration and PHY is setup as per dp83867.ko.
>4. 0004-net-macb-add-support-for-c45-PHY.patch
> This patch is to support C45 PHY.
>5. 0005-net-macb-add-support-for-high-speed-interface
> This patch add support for 10G USXGMII PCS in fixed mode.
> Since emulated PHY used in fixed mode doesn't seems to
> support anything above 1G, additional parameter is used outside
> "fixed-link" node for selecting speed and "fixed-link"
> node speed is still set at 1G.
>6. 0006-net-macb-parameter-added-to-cadence-ethernet-controller-DT-binding
> New parameters added to Cadence ethernet controller DT binding
> for USXGMII interface.
>
>Regards,
>Parshuram Thombare
>
>Parshuram Thombare (6):
> net: macb: add phylink support
> net: macb: add support for sgmii MAC-PHY interface
> net: macb: add PHY configuration in MACB PCI wrapper
> net: macb: add support for c45 PHY
> net: macb: add support for high speed interface
> net: macb: parameter added to cadence ethernet controller DT binding
>
> .../devicetree/bindings/net/macb.txt | 4 +
> drivers/net/ethernet/cadence/Kconfig | 2 +-
> drivers/net/ethernet/cadence/macb.h | 136 +++-
> drivers/net/ethernet/cadence/macb_main.c | 659 ++++++++++++++----
> drivers/net/ethernet/cadence/macb_pci.c | 225 ++++++
> 5 files changed, 860 insertions(+), 166 deletions(-)
>
>--
>2.17.1
Powered by blists - more mailing lists