Skip to content

Commit

Permalink
net: ethernet: qualcomm: Remove QDF24xx support
Browse files Browse the repository at this point in the history
This SoC family was destined for server use, featuring Qualcomm's very
interesting Kryo cores (before "Kryo" became a marketing term for Arm
cores with small modifications). It did however not leave the labs of
Qualcomm and presumably some partners, nor was it ever productized.

Remove the related drivers, as they seem to be long obsolete.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Acked-by: Timur Tabi <timur@kernel.org>
Link: https://lore.kernel.org/r/20240122-topic-qdf_cleanup_net-v1-1-caf0d9c4408a@linaro.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
  • Loading branch information
Konrad Dybcio authored and Jakub Kicinski committed Jan 24, 2024
1 parent 2121c43 commit a2a7f98
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 521 deletions.
3 changes: 1 addition & 2 deletions drivers/net/ethernet/qualcomm/emac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
obj-$(CONFIG_QCOM_EMAC) += qcom-emac.o

qcom-emac-objs := emac.o emac-mac.o emac-phy.o emac-sgmii.o emac-ethtool.o \
emac-sgmii-fsm9900.o emac-sgmii-qdf2432.o \
emac-sgmii-qdf2400.o
emac-sgmii-fsm9900.o
215 changes: 0 additions & 215 deletions drivers/net/ethernet/qualcomm/emac/emac-sgmii-qdf2400.c

This file was deleted.

Loading

0 comments on commit a2a7f98

Please sign in to comment.