Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03bbc770 authored by Venkatesh Yadav Abbarapu's avatar Venkatesh Yadav Abbarapu
Browse files

net: qfec: Populate qfec driver from 3.4 branch to 3.10 branch



Add the driver support for ethernet controller on fsm9010. The driver
is taken from 3.4 kernel branch.

Change-Id: I981d470586e3e39ab5c417de1697c2f541109e2c
Acked-by: default avatarJie Luo <jluo@qti.qualcomm.com>
Signed-off-by: default avatarGilad Avidov <gavidov@codeaurora.org>
Signed-off-by: default avatarVenkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
parent 3870919e
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -85,3 +85,12 @@ config RNDIS_IPA
	  host using the RNDIS protocol.
	  This Network interface is aimed to allow data path go through
	  IPA core while using RNDIS protocol.

config QFEC
	tristate "QFEC ethernet driver"
	select MII
	depends on ARM
	help
	  This driver supports Ethernet in the FSM9xxx.
	  To compile this driver as a module, choose M here: the
	  module will be called qfec.
+1 −0
Original line number Diff line number Diff line
@@ -8,3 +8,4 @@ obj-$(CONFIG_MSM_RMNET_MHI) += msm_rmnet_mhi.o
obj-$(CONFIG_MSM_RMNET_SMUX) += msm_rmnet_smux.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
obj-$(CONFIG_QFEC) += qfec.o
+2974 −0

File added.

Preview size limit exceeded, changes collapsed.

+782 −0

File added.

Preview size limit exceeded, changes collapsed.