All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Cover letter: Add support for high speed MAC in Cadence controller driver
@ 2019-02-22 20:11 Parshuram Thombare
  2019-02-24 16:22 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Parshuram Thombare @ 2019-02-22 20:11 UTC (permalink / raw)
  To: nicolas.ferre, davem, netdev, andrew, f.fainelli, hkallweit1,
	linux-kernel, rafalc, piotrs, jank, pthombar

Hello !

This patch series contain changes to support high speed MAC and PCS
in Cadence ethernet controller driver.

Here is the list of patches.
[PATCH 1/3] net: ethernet: add support for PCS and 2.5G speed
        This patch add support for PCS (for SGMII interface) and 2.5Gbps
        MAC in Cadence ethernet controller driver.
[PATCH 2/3] net: ethernet: add c45 PHY support in MDIO read/write functions.
        This patch modify MDIO read/write functions to support
        communication with C45 PHY in Cadence ethernet controller driver.
[PATCH 3/3] net: ethernet: add support for high speed mac and usxgmii pcs
        This patch add support for (10G) high speed mac, usxgmii pcs
        and usxgmii interface in Cadence ethernet controller driver.

Regards,
Parshuram Thombare

Parshuram Thombare (3):
  net: ethernet: add support for PCS and 2.5G speed
  net: ethernet: add c45 PHY support in MDIO read/write functions.
  net: ethernet: add support for high speed mac and usxgmii pcs

 drivers/net/ethernet/cadence/macb.h      |   68 ++++++-
 drivers/net/ethernet/cadence/macb_main.c |  309 +++++++++++++++++++++++++----
 include/linux/phy.h                      |    3 +
 3 files changed, 333 insertions(+), 47 deletions(-)


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 0/3] Cover letter: Add support for high speed MAC in Cadence controller driver
  2019-02-22 20:11 [PATCH 0/3] Cover letter: Add support for high speed MAC in Cadence controller driver Parshuram Thombare
@ 2019-02-24 16:22 ` Florian Fainelli
  2019-02-25  8:22   ` Parshuram Raju Thombare
  0 siblings, 1 reply; 3+ messages in thread
From: Florian Fainelli @ 2019-02-24 16:22 UTC (permalink / raw)
  To: Parshuram Thombare, nicolas.ferre, davem, netdev, andrew,
	hkallweit1, linux-kernel, rafalc, piotrs, jank

Hi,

Le 2/22/19 à 12:11 PM, Parshuram Thombare a écrit :
> Hello !
> 
> This patch series contain changes to support high speed MAC and PCS
> in Cadence ethernet controller driver.

From patch submission perspective, your cover letter and individual
patches do not appear as a reply to this cover letter which makes the
threading broken in most mail clients. If you used git format-patch
--cover-letter, this is handled transparently for you by git send-email.

> 
> Here is the list of patches.
> [PATCH 1/3] net: ethernet: add support for PCS and 2.5G speed
>         This patch add support for PCS (for SGMII interface) and 2.5Gbps
>         MAC in Cadence ethernet controller driver.
> [PATCH 2/3] net: ethernet: add c45 PHY support in MDIO read/write functions.
>         This patch modify MDIO read/write functions to support
>         communication with C45 PHY in Cadence ethernet controller driver.
> [PATCH 3/3] net: ethernet: add support for high speed mac and usxgmii pcs
>         This patch add support for (10G) high speed mac, usxgmii pcs
>         and usxgmii interface in Cadence ethernet controller driver.
> 
> Regards,
> Parshuram Thombare
> 
> Parshuram Thombare (3):
>   net: ethernet: add support for PCS and 2.5G speed
>   net: ethernet: add c45 PHY support in MDIO read/write functions.
>   net: ethernet: add support for high speed mac and usxgmii pcs
> 
>  drivers/net/ethernet/cadence/macb.h      |   68 ++++++-
>  drivers/net/ethernet/cadence/macb_main.c |  309 +++++++++++++++++++++++++----
>  include/linux/phy.h                      |    3 +
>  3 files changed, 333 insertions(+), 47 deletions(-)
> 


-- 
Florian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: [PATCH 0/3] Cover letter: Add support for high speed MAC in Cadence controller driver
  2019-02-24 16:22 ` Florian Fainelli
@ 2019-02-25  8:22   ` Parshuram Raju Thombare
  0 siblings, 0 replies; 3+ messages in thread
From: Parshuram Raju Thombare @ 2019-02-25  8:22 UTC (permalink / raw)
  To: Florian Fainelli, nicolas.ferre, davem, netdev, andrew,
	hkallweit1, linux-kernel, Rafal Ciepiela, Piotr Sroka, Jan Kotas


>Hi,
>
>Le 2/22/19 à 12:11 PM, Parshuram Thombare a écrit :
>> Hello !
>>
>> This patch series contain changes to support high speed MAC and PCS in
>> Cadence ethernet controller driver.
>
>From patch submission perspective, your cover letter and individual patches do
>not appear as a reply to this cover letter which makes the threading broken in
>most mail clients. If you used git format-patch --cover-letter, this is handled
>transparently for you by git send-email.
>
Hi Florian,

I will make sure to do it correctly from next patch set.
>>
>> Here is the list of patches.
>> [PATCH 1/3] net: ethernet: add support for PCS and 2.5G speed
>>         This patch add support for PCS (for SGMII interface) and 2.5Gbps
>>         MAC in Cadence ethernet controller driver.
>> [PATCH 2/3] net: ethernet: add c45 PHY support in MDIO read/write functions.
>>         This patch modify MDIO read/write functions to support
>>         communication with C45 PHY in Cadence ethernet controller driver.
>> [PATCH 3/3] net: ethernet: add support for high speed mac and usxgmii pcs
>>         This patch add support for (10G) high speed mac, usxgmii pcs
>>         and usxgmii interface in Cadence ethernet controller driver.
>>
>> Regards,
>> Parshuram Thombare
>>
>> Parshuram Thombare (3):
>>   net: ethernet: add support for PCS and 2.5G speed
>>   net: ethernet: add c45 PHY support in MDIO read/write functions.
>>   net: ethernet: add support for high speed mac and usxgmii pcs
>>
>>  drivers/net/ethernet/cadence/macb.h      |   68 ++++++-
>>  drivers/net/ethernet/cadence/macb_main.c |  309
>+++++++++++++++++++++++++----
>>  include/linux/phy.h                      |    3 +
>>  3 files changed, 333 insertions(+), 47 deletions(-)
>>
>
>
>--
>Florian

Regards,
Parshuram Thombare

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-25  8:24 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-22 20:11 [PATCH 0/3] Cover letter: Add support for high speed MAC in Cadence controller driver Parshuram Thombare
2019-02-24 16:22 ` Florian Fainelli
2019-02-25  8:22   ` Parshuram Raju Thombare

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.