From: Christophe Leroy <christophe.leroy@csgroup.eu>
To: "David S. Miller" <davem@davemloft.net>,
Jakub Kicinski <kuba@kernel.org>,
Pantelis Antoniou <pantelis.antoniou@gmail.com>,
Eric Dumazet <edumazet@google.com>,
Paolo Abeni <pabeni@redhat.com>
Cc: Christophe Leroy <christophe.leroy@csgroup.eu>,
linux-kernel@vger.kernel.org, netdev@vger.kernel.org
Subject: [PATCH net-next v1 00/10] net: fs_enet: Driver cleanup
Date: Fri, 4 Aug 2023 08:39:24 +0200 [thread overview]
Message-ID: <cover.1691130766.git.christophe.leroy@csgroup.eu> (raw)
Over the years, platform and driver initialisation have evolved into
more generic ways, and driver or platform specific stuff has gone
away, leaving stale objects behind.
This series aims at cleaning all that up for fs_enet ethernet driver.
Christophe Leroy (10):
net: fs_enet: Remove set but not used variable
net: fs_enet: Fix address space and base types mismatches
net: fs_enet: Remove fs_get_id()
net: fs_enet: Remove unused fields in fs_platform_info struct
net: fs_enet: Remove has_phy field in fs_platform_info struct
net: fs_enet: Remove stale prototypes from fsl_soc.c
net: fs_enet: Move struct fs_platform_info into fs_enet.h
net: fs_enet: Don't include fs_enet_pd.h when not needed
net: fs_enet: Remove linux/fs_enet_pd.h
net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx()
macros
MAINTAINERS | 1 -
arch/powerpc/platforms/8xx/adder875.c | 1 -
arch/powerpc/platforms/8xx/mpc885ads_setup.c | 1 -
arch/powerpc/platforms/8xx/tqm8xx_setup.c | 1 -
arch/powerpc/sysdev/fsl_soc.c | 3 -
.../ethernet/freescale/fs_enet/fs_enet-main.c | 2 -
.../net/ethernet/freescale/fs_enet/fs_enet.h | 19 +-
.../net/ethernet/freescale/fs_enet/mac-fcc.c | 4 +-
.../net/ethernet/freescale/fs_enet/mac-fec.c | 14 --
.../net/ethernet/freescale/fs_enet/mac-scc.c | 8 +-
.../ethernet/freescale/fs_enet/mii-bitbang.c | 4 +-
.../net/ethernet/freescale/fs_enet/mii-fec.c | 1 +
include/linux/fs_enet_pd.h | 165 ------------------
13 files changed, 27 insertions(+), 197 deletions(-)
delete mode 100644 include/linux/fs_enet_pd.h
--
2.41.0
next reply other threads:[~2023-08-04 6:50 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-08-04 6:39 Christophe Leroy [this message]
2023-08-04 6:39 ` [PATCH net-next v1 01/10] net: fs_enet: Remove set but not used variable Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 02/10] net: fs_enet: Fix address space and base types mismatches Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 03/10] net: fs_enet: Remove fs_get_id() Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 04/10] net: fs_enet: Remove unused fields in fs_platform_info struct Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 05/10] net: fs_enet: Remove has_phy field " Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 06/10] net: fs_enet: Remove stale prototypes from fsl_soc.c Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 07/10] net: fs_enet: Move struct fs_platform_info into fs_enet.h Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 08/10] net: fs_enet: Don't include fs_enet_pd.h when not needed Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 09/10] net: fs_enet: Remove linux/fs_enet_pd.h Christophe Leroy
2023-08-04 6:39 ` [PATCH net-next v1 10/10] net: fs_enet: Use cpm_muram_xxx() functions instead of cpm_dpxxx() macros Christophe Leroy
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=cover.1691130766.git.christophe.leroy@csgroup.eu \
--to=christophe.leroy@csgroup.eu \
--cc=davem@davemloft.net \
--cc=edumazet@google.com \
--cc=kuba@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=pantelis.antoniou@gmail.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).