netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Apeksha Gupta <apeksha.gupta@nxp.com>
To: qiangqing.zhang@nxp.com, davem@davemloft.net, kuba@kernel.org,
	arnd@arndb.de
Cc: netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-devel@linux.nxdi.nxp.com, LnxRevLi@nxp.com,
	sachin.saxena@nxp.com, hemant.agrawal@nxp.com,
	nipun.gupta@nxp.com, Apeksha Gupta <apeksha.gupta@nxp.com>
Subject: [PATCH 0/3] drivers/net: split FEC driver
Date: Wed, 10 Nov 2021 11:06:14 +0530	[thread overview]
Message-ID: <20211110053617.13497-1-apeksha.gupta@nxp.com> (raw)

This patch series split the FEC (Fast Ethernet Controller) driver.
All PHY functionality moved to separate files fec_phy.h and fec_phy.c
from fec_main.c.

Apeksha Gupta (3):
  fec_phy: add new PHY file
  fec_main: removed PHY functions
  MAINTAINERS: added new files

 MAINTAINERS                               |   2 +
 drivers/net/ethernet/freescale/Makefile   |   4 +-
 drivers/net/ethernet/freescale/fec_main.c | 495 +---------------------
 drivers/net/ethernet/freescale/fec_phy.c  | 495 ++++++++++++++++++++++
 drivers/net/ethernet/freescale/fec_phy.h  |  33 ++
 5 files changed, 537 insertions(+), 492 deletions(-)
 create mode 100644 drivers/net/ethernet/freescale/fec_phy.c
 create mode 100644 drivers/net/ethernet/freescale/fec_phy.h

-- 
2.17.1


             reply	other threads:[~2021-11-10  5:36 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-10  5:36 Apeksha Gupta [this message]
2021-11-10  5:36 ` [PATCH 1/3] fec_phy: add new PHY file Apeksha Gupta
2021-11-10 21:43   ` Andrew Lunn
2021-11-11 21:46   ` kernel test robot
2021-11-10  5:36 ` [PATCH 2/3] fec_main: removed PHY functions Apeksha Gupta
2021-11-10  5:36 ` [PATCH 3/3] MAINTAINERS: added new files Apeksha Gupta

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20211110053617.13497-1-apeksha.gupta@nxp.com \
    --to=apeksha.gupta@nxp.com \
    --cc=LnxRevLi@nxp.com \
    --cc=arnd@arndb.de \
    --cc=davem@davemloft.net \
    --cc=hemant.agrawal@nxp.com \
    --cc=kuba@kernel.org \
    --cc=linux-devel@linux.nxdi.nxp.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=nipun.gupta@nxp.com \
    --cc=qiangqing.zhang@nxp.com \
    --cc=sachin.saxena@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).