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

Commit f6e51c35 authored by Dave Jiang's avatar Dave Jiang Committed by Jon Mason
Browse files

ntb: intel: split out the gen3 code



Move the Intel hw gen3 code to its own source file. The ntb_hw_intel.c was
getting too large and makes it hard to maintain with future hardware
changes.

Signed-off-by: default avatarDave Jiang <dave.jiang@intel.com>
Signed-off-by: default avatarJon Mason <jdmason@kudzu.us>
parent a9065055
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
obj-$(CONFIG_NTB_INTEL) += ntb_hw_intel.o
ntb_hw_intel-y := ntb_hw_gen1.o ntb_hw_gen3.o
+37 −657

File changed and moved.

Preview size limit exceeded, changes collapsed.

+40 −0

File changed.

Preview size limit exceeded, changes collapsed.

+597 −0

File added.

Preview size limit exceeded, changes collapsed.

+19 −0

File changed.

Preview size limit exceeded, changes collapsed.

Loading