mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-10-31 18:09:19 +00:00
d50d111c81
This driver provides access to the danipc HW block in the fsm chipsets. The danipc HW FIFO moves data more efficiently between the processors. DANIPC source is taken from git://codeaurora.org/quic/la/kernel/msm.git branch:github-dan3400/master. Change-Id: I0923a4f89f33c97f5cc54c952ad0a290b0e0c060 Signed-off-by: Amir_Even_Or <amir.evenor@gmail.com> Git-commit: 0e9b0a81438f1a6692e60909fe4a89988efc8baf Git-repo: https://github.com/dan-sw/linux-v2.6.38.8-dan3400/tree/master/\ drivers/net/danipc Acked-by: Vladik Goytin <c_vgoyti@qti.qualcomm.com> [rvaswani@codeaurora.org: Remove platform-specific code, add commit text, amend subject line. The original driver is from kernel revision 2.6.38. Resolve compilation errors for kernel revision 3.10 and add dts support. Cleanup the driver as per kernel coding conventions.] Signed-off-by: Rohit Vaswani <rvaswani@codeaurora.org> Signed-off-by: Venkatesh Yadav Abbarapu <quicvenkat@codeaurora.org>
10 lines
198 B
Makefile
10 lines
198 B
Makefile
obj-$(CONFIG_DANIPC) := danipc.o
|
|
|
|
danipc-objs := danipc_main.o \
|
|
danipc_ioctl.o \
|
|
danipc_data.o \
|
|
danipc_lowlevel.o \
|
|
ipc_trns_fifo.o \
|
|
ipc_cfg.o \
|
|
ipc.o \
|
|
danipc_wq.o
|