diff options
author | Wolfram Sang | 2023-09-22 08:15:26 +0200 |
---|---|---|
committer | Jakub Kicinski | 2023-10-05 16:48:55 -0700 |
commit | 98bdeae9502b90822a9666efac76373bfa9c2ad1 (patch) | |
tree | bdf070d95fb2c0e0e17d4defd135289d770f25fd /MAINTAINERS | |
parent | 2606cf059c56bfb86d5d6bd0f41bd7eedefc8b0a (diff) |
net: cpmac: remove driver to prepare for platform removal
AR7 is going to be removed from the Kernel, so remove its networking
support in form of the cpmac driver. This allows us to remove the
platform because this driver includes a platform specific header.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Florian Fainelli <f.fainelli@gmail.com>
Link: https://lore.kernel.org/all/20230922061530.3121-6-wsa+renesas@sang-engineering.com/
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index d9f6abd77fc7..ec91df93eb95 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5308,12 +5308,6 @@ M: Bence Csókás <bence98@sch.bme.hu> S: Maintained F: drivers/i2c/busses/i2c-cp2615.c -CPMAC ETHERNET DRIVER -M: Florian Fainelli <f.fainelli@gmail.com> -L: netdev@vger.kernel.org -S: Maintained -F: drivers/net/ethernet/ti/cpmac.c - CPU FREQUENCY DRIVERS - VEXPRESS SPC ARM BIG LITTLE M: Viresh Kumar <viresh.kumar@linaro.org> M: Sudeep Holla <sudeep.holla@arm.com> |